#000C6B

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

Shades of Navy #000C6B

Tints of Navy #000C6B

Color information

#000C6B (or 0x000C6B) is unknown color: approx Navy. HEX triplet: 00, 0C and 6B. RGB value is (0,12,107). Sum of RGB (Red+Green+Blue) = 0+12+107=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 12 (5.08% from 255 or 10.08% from 119); Blue value is 107 (42.19% from 255 or 89.92% from 119); Max value from RGB is 107 - color contains mainly: blue. Hex color #000C6B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #000C6B is #FFF394. Grayscale: #121212. Windows color (decimal): -16774037 or 7015424. OLE color: 7015424.

HSL color Cylindrical-coordinate representation of color #000C6B: hue angle of 233.27º 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 #000C6B is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB012107-
CMYK10.8900.58
HSL233.27º100%20.98%-
HSV(B)233.27º100%41.96%-
XYZ2.791.3214.02-
YUV19.24177.52114.28-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 12 (5.08% from 255) = 10.08%
BLUE value IS 107 (42.19% from 255) = 89.92%
R=0%
G=10.08%
B=89.92%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal01210710.8900.58233.2710020.98
Hex0C6B645903Ae96415
Octal01415314413107235114425
Binary01100110101111001001011001011101011101001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000C6B; }

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

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

<style>
 a { background-color: #000C6B; }

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

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

<style>
 span { border-color: #000C6B; }

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

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