#0C0482

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

Shades of Navy #0C0482

Tints of Navy #0C0482

Color information

#0C0482 (or 0x0C0482) is unknown color: approx Navy. HEX triplet: 0C, 04 and 82. RGB value is (12,4,130). Sum of RGB (Red+Green+Blue) = 12+4+130=146 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.22% from 146); Green value is 4 (1.95% from 255 or 2.74% from 146); Blue value is 130 (51.17% from 255 or 89.04% from 146); Max value from RGB is 130 - color contains mainly: blue. Hex color #0C0482 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0482 is #F3FB7D. Grayscale: #141414. Windows color (decimal): -15989630 or 8520716. OLE color: 8520716.

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

Color convert

RGB124130-
CMYK0.910.9700.49
HSL243.81º94.03%26.27%-
HSV(B)243.81º96.92%50.98%-
XYZ4.221.7821.24-
YUV20.76189.65121.75-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.22%
GREEN value IS 4 (1.95% from 255) = 2.74%
BLUE value IS 130 (51.17% from 255) = 89.04%
R=8.22%
G=2.74%
B=89.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1241300.910.9700.49243.8194.0326.27
HexC4825B61031f45e1a
Octal14420213314106136413632
Binary11001001000001010110111100001011000111110100101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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