#0B006B

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

Shades of Navy #0B006B

Tints of Navy #0B006B

Color information

#0B006B (or 0x0B006B) is unknown color: approx Navy. HEX triplet: 0B, 00 and 6B. RGB value is (11,0,107). Sum of RGB (Red+Green+Blue) = 11+0+107=118 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.32% from 118); Green value is 0 (0.39% from 255 or 0% from 118); Blue value is 107 (42.19% from 255 or 90.68% from 118); Max value from RGB is 107 - color contains mainly: blue. Hex color #0B006B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0B006B is #F4FF94. Grayscale: #0F0F0F. Windows color (decimal): -16056213 or 7012363. OLE color: 7012363.

HSL color Cylindrical-coordinate representation of color #0B006B: hue angle of 246.17º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B006B is Cyan = 0.90, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB110107-
CMYK0.90100.58
HSL246.17º100%20.98%-
HSV(B)246.17º100%41.96%-
XYZ2.791.1313.98-
YUV15.49179.64124.8-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 9.32%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 107 (42.19% from 255) = 90.68%
R=9.32%
G=0%
B=90.68%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1101070.90100.58246.1710020.98
HexB06B5A6403Af66415
Octal13015313214407236614425
Binary10110110101110110101100100011101011110110110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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