#0C0974

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

Shades of Navy #0C0974

Tints of Navy #0C0974

Color information

#0C0974 (or 0x0C0974) is unknown color: approx Navy. HEX triplet: 0C, 09 and 74. RGB value is (12,9,116). Sum of RGB (Red+Green+Blue) = 12+9+116=137 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.76% from 137); Green value is 9 (3.91% from 255 or 6.57% from 137); Blue value is 116 (45.70% from 255 or 84.67% from 137); Max value from RGB is 116 - color contains mainly: blue. Hex color #0C0974 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0974 is #F3F68B. Grayscale: #151515. Windows color (decimal): -15988364 or 7604492. OLE color: 7604492.

HSL color Cylindrical-coordinate representation of color #0C0974: hue angle of 241.68º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0C0974 is Cyan = 0.90, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB129116-
CMYK0.900.9200.55
HSL241.68º85.6%24.51%-
HSV(B)241.68º92.24%45.49%-
XYZ3.41.5316.64-
YUV22.1180.99120.8-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.76%
GREEN value IS 9 (3.91% from 255) = 6.57%
BLUE value IS 116 (45.70% from 255) = 84.67%
R=8.76%
G=6.57%
B=84.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1291160.900.9200.55241.6885.624.51
HexC9745A5C037f25619
Octal141116413213406736212631
Binary11001001111010010110101011100011011111110010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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