#0C057A

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

Shades of Navy #0C057A

Tints of Navy #0C057A

Color information

#0C057A (or 0x0C057A) is unknown color: approx Navy. HEX triplet: 0C, 05 and 7A. RGB value is (12,5,122). Sum of RGB (Red+Green+Blue) = 12+5+122=139 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.63% from 139); Green value is 5 (2.34% from 255 or 3.60% from 139); Blue value is 122 (48.05% from 255 or 87.77% from 139); Max value from RGB is 122 - color contains mainly: blue. Hex color #0C057A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0C057A is #F3FA85. Grayscale: #131313. Windows color (decimal): -15989382 or 7996684. OLE color: 7996684.

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

Color convert

RGB125122-
CMYK0.900.9600.52
HSL243.59º92.13%24.9%-
HSV(B)243.59º95.9%47.84%-
XYZ3.721.5918.52-
YUV20.43185.32121.99-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.63%
GREEN value IS 5 (2.34% from 255) = 3.60%
BLUE value IS 122 (48.05% from 255) = 87.77%
R=8.63%
G=3.60%
B=87.77%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1251220.900.9600.52243.5992.1324.9
HexC57A5A60034f45c19
Octal14517213214006436413431
Binary1100101111101010110101100000011010011110100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C057A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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