#0C0873

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

Shades of Navy #0C0873

Tints of Navy #0C0873

Color information

#0C0873 (or 0x0C0873) is unknown color: approx Navy. HEX triplet: 0C, 08 and 73. RGB value is (12,8,115). Sum of RGB (Red+Green+Blue) = 12+8+115=135 (17% of max value = 765). Red value is 12 (5.08% from 255 or 8.89% from 135); Green value is 8 (3.52% from 255 or 5.93% from 135); Blue value is 115 (45.31% from 255 or 85.19% from 135); Max value from RGB is 115 - color contains mainly: blue. Hex color #0C0873 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C0873 is #F3F78C. Grayscale: #141414. Windows color (decimal): -15988621 or 7538700. OLE color: 7538700.

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

Color convert

RGB128115-
CMYK0.900.9300.55
HSL242.24º86.99%24.12%-
HSV(B)242.24º93.04%45.1%-
XYZ3.331.4916.33-
YUV21.39180.83121.3-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.89%
GREEN value IS 8 (3.52% from 255) = 5.93%
BLUE value IS 115 (45.31% from 255) = 85.19%
R=8.89%
G=5.93%
B=85.19%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1281150.900.9300.55242.2486.9924.12
HexC8735A5D037f25718
Octal141016313213506736212730
Binary11001000111001110110101011101011011111110010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,8,115); }

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

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

 a { background-color: rgb(12,8,115); }

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

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

 span { border-color: rgb(12,8,115); }

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