#0C0582

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

Shades of Navy #0C0582

Tints of Navy #0C0582

Color information

#0C0582 (or 0x0C0582) is unknown color: approx Navy. HEX triplet: 0C, 05 and 82. RGB value is (12,5,130). Sum of RGB (Red+Green+Blue) = 12+5+130=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 5 (2.34% from 255 or 3.40% from 147); Blue value is 130 (51.17% from 255 or 88.44% from 147); Max value from RGB is 130 - color contains mainly: blue. Hex color #0C0582 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0582 is #F3FA7D. Grayscale: #141414. Windows color (decimal): -15989374 or 8520972. OLE color: 8520972.

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

Color convert

RGB125130-
CMYK0.910.9600.49
HSL243.36º92.59%26.47%-
HSV(B)243.36º96.15%50.98%-
XYZ4.241.821.24-
YUV21.34189.32121.34-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.16%
GREEN value IS 5 (2.34% from 255) = 3.40%
BLUE value IS 130 (51.17% from 255) = 88.44%
R=8.16%
G=3.40%
B=88.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1251300.910.9600.49243.3692.5926.47
HexC5825B60031f35d1a
Octal14520213314006136313532
Binary11001011000001010110111100000011000111110011101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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