#0C0175

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

Shades of Navy #0C0175

Tints of Navy #0C0175

Color information

#0C0175 (or 0x0C0175) is unknown color: approx Navy. HEX triplet: 0C, 01 and 75. RGB value is (12,1,117). Sum of RGB (Red+Green+Blue) = 12+1+117=130 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.23% from 130); Green value is 1 (0.78% from 255 or 0.77% from 130); Blue value is 117 (46.09% from 255 or 90% from 130); Max value from RGB is 117 - color contains mainly: blue. Hex color #0C0175 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0175 is #F3FE8A. Grayscale: #111111. Windows color (decimal): -15990411 or 7667980. OLE color: 7667980.

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

Color convert

RGB121117-
CMYK0.900.9900.54
HSL245.69º98.31%23.14%-
HSV(B)245.69º99.15%45.88%-
XYZ3.371.3816.92-
YUV17.51184.14124.07-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 9.23%
GREEN value IS 1 (0.78% from 255) = 0.77%
BLUE value IS 117 (46.09% from 255) = 90%
R=9.23%
G=0.77%
B=90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1211170.900.9900.54245.6998.3123.14
HexC1755A63036f66217
Octal14116513214306636614227
Binary11001111010110110101100011011011011110110110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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