#0C006B

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

Shades of Navy #0C006B

Tints of Navy #0C006B

Color information

#0C006B (or 0x0C006B) is unknown color: approx Navy. HEX triplet: 0C, 00 and 6B. RGB value is (12,0,107). Sum of RGB (Red+Green+Blue) = 12+0+107=119 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.08% from 119); Green value is 0 (0.39% from 255 or 0% 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 #0C006B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C006B is #F3FF94. Grayscale: #0F0F0F. Windows color (decimal): -15990677 or 7012364. OLE color: 7012364.

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

Color convert

RGB120107-
CMYK0.89100.58
HSL246.73º100%20.98%-
HSV(B)246.73º100%41.96%-
XYZ2.811.1413.98-
YUV15.79179.48125.3-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1201070.89100.58246.7310020.98
HexC06B596403Af76415
Octal14015313114407236714425
Binary11000110101110110011100100011101011110111110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C006B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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