#0C057E

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

Shades of Navy #0C057E

Tints of Navy #0C057E

Color information

#0C057E (or 0x0C057E) is unknown color: approx Navy. HEX triplet: 0C, 05 and 7E. RGB value is (12,5,126). Sum of RGB (Red+Green+Blue) = 12+5+126=143 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.39% from 143); Green value is 5 (2.34% from 255 or 3.50% from 143); Blue value is 126 (49.61% from 255 or 88.11% from 143); Max value from RGB is 126 - color contains mainly: blue. Hex color #0C057E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C057E is #F3FA81. Grayscale: #141414. Windows color (decimal): -15989378 or 8258828. OLE color: 8258828.

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

Color convert

RGB125126-
CMYK0.900.9600.51
HSL243.47º92.37%25.69%-
HSV(B)243.47º96.03%49.41%-
XYZ3.971.6919.86-
YUV20.89187.32121.66-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.39%
GREEN value IS 5 (2.34% from 255) = 3.50%
BLUE value IS 126 (49.61% from 255) = 88.11%
R=8.39%
G=3.50%
B=88.11%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251260.900.9600.51243.4792.3725.69
HexC57E5A60033f35c1a
Octal14517613214006336313432
Binary1100101111111010110101100000011001111110011101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C057E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,5,126); }

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

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

 a { background-color: rgb(12,5,126); }

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

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

 span { border-color: rgb(12,5,126); }

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