#0C097C

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

Shades of Navy #0C097C

Tints of Navy #0C097C

Color information

#0C097C (or 0x0C097C) is unknown color: approx Navy. HEX triplet: 0C, 09 and 7C. RGB value is (12,9,124). Sum of RGB (Red+Green+Blue) = 12+9+124=145 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.28% from 145); Green value is 9 (3.91% from 255 or 6.21% from 145); Blue value is 124 (48.83% from 255 or 85.52% from 145); Max value from RGB is 124 - color contains mainly: blue. Hex color #0C097C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C097C is #F3F683. Grayscale: #161616. Windows color (decimal): -15988356 or 8128780. OLE color: 8128780.

HSL color Cylindrical-coordinate representation of color #0C097C: hue angle of 241.57º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0C097C is Cyan = 0.90, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB129124-
CMYK0.900.9300.51
HSL241.57º86.47%26.08%-
HSV(B)241.57º92.74%48.63%-
XYZ3.891.7319.2-
YUV23.01184.99120.15-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.28%
GREEN value IS 9 (3.91% from 255) = 6.21%
BLUE value IS 124 (48.83% from 255) = 85.52%
R=8.28%
G=6.21%
B=85.52%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1291240.900.9300.51241.5786.4726.08
HexC97C5A5D033f2561a
Octal141117413213506336212632
Binary11001001111110010110101011101011001111110010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C097C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,9,124); }

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

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

 a { background-color: rgb(12,9,124); }

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

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

 span { border-color: rgb(12,9,124); }

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