#0b007b

Color #0B007B Navy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy #0B007B

Tints of Navy #0B007B

Color information

#0B007B (or 0x0B007B) is unknown color: approx Navy. HEX triplet: 0B, 00 and 7B. RGB value is (11,0,123). Sum of RGB (Red+Green+Blue) = 11+0+123=134 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.21% from 134); Green value is 0 (0.39% from 255 or 0% from 134); Blue value is 123 (48.44% from 255 or 91.79% from 134); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B007B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B007B is #F4FF84. Grayscale: #101010. Windows color (decimal): -16056197 or 8060939. OLE color: 8060939.

HSL color Cylindrical-coordinate representation of color #0B007B: hue angle of 245.37º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B007B is Cyan = 0.91, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB110123-
CMYK0.91100.52
HSL245.37º100%24.12%-
HSV(B)245.37º100%48.24%-
XYZ3.711.518.83-
YUV17.31187.64123.5-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 11 (4.69% from 255) = 8.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 123 (48.44% from 255) = 91.79%
R=8.21%
G=0%
B=91.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1101230.91100.52245.3710024.12
HexB07B5B64034f56418
Octal13017313314406436514430
Binary10110111101110110111100100011010011110101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0b007b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0b007b; }

 p { color: rgb(11,0,123); }

 H1.HeaderClassName
 {
   color: #0b007b;
 }
 .AnyTagClassName
 {
   color: #0b007b;
 }
</style>
background-color css

<style>
 a { background-color: #0b007b; }

 a { background-color: rgb(11,0,123); }

 div.DivClassName
 {
   background-color: #0b007b;
 }
 .BgClassName
 {
   background-color: #0b007b;
 }
</style>
border-color css

<style>
 span { border-color: #0b007b; }

 span { border-color: rgb(11,0,123); }

 td.TdClassName
 {
   border-color: #0b007b;
 }
 .TagClassName
 {
   border-color: #0b007b;
 }
</style>