#0C0172

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

Shades of Navy #0C0172

Tints of Navy #0C0172

Color information

#0C0172 (or 0x0C0172) is unknown color: approx Navy. HEX triplet: 0C, 01 and 72. RGB value is (12,1,114). Sum of RGB (Red+Green+Blue) = 12+1+114=127 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.45% from 127); Green value is 1 (0.78% from 255 or 0.79% from 127); Blue value is 114 (44.92% from 255 or 89.76% from 127); Max value from RGB is 114 - color contains mainly: blue. Hex color #0C0172 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0172 is #F3FE8D. Grayscale: #101010. Windows color (decimal): -15990414 or 7471372. OLE color: 7471372.

HSL color Cylindrical-coordinate representation of color #0C0172: hue angle of 245.84º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0C0172 is Cyan = 0.89, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB121114-
CMYK0.890.9900.55
HSL245.84º98.26%22.55%-
HSV(B)245.84º99.12%44.71%-
XYZ3.21.3116-
YUV17.17182.64124.31-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.45%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 114 (44.92% from 255) = 89.76%
R=9.45%
G=0.79%
B=89.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1211140.890.9900.55245.8498.2622.55
HexC1725963037f66217
Octal14116213114306736614227
Binary11001111001010110011100011011011111110110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,1,114); }

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

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

 a { background-color: rgb(12,1,114); }

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

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

 span { border-color: rgb(12,1,114); }

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