#0C0780

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

Shades of Navy #0C0780

Tints of Navy #0C0780

Color information

#0C0780 (or 0x0C0780) is unknown color: approx Navy. HEX triplet: 0C, 07 and 80. RGB value is (12,7,128). Sum of RGB (Red+Green+Blue) = 12+7+128=147 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.16% from 147); Green value is 7 (3.12% from 255 or 4.76% from 147); Blue value is 128 (50.39% from 255 or 87.07% from 147); Max value from RGB is 128 - color contains mainly: blue. Hex color #0C0780 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0C0780 is #F3F87F. Grayscale: #151515. Windows color (decimal): -15988864 or 8390412. OLE color: 8390412.

HSL color Cylindrical-coordinate representation of color #0C0780: hue angle of 242.48º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0C0780 is Cyan = 0.91, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB127128-
CMYK0.910.9500.50
HSL242.48º89.63%26.47%-
HSV(B)242.48º94.53%50.2%-
XYZ4.121.7920.55-
YUV22.29187.66120.66-

RGB Variations

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

RGB

RED value IS 12 (5.08% from 255) = 8.16%
GREEN value IS 7 (3.12% from 255) = 4.76%
BLUE value IS 128 (50.39% from 255) = 87.07%
R=8.16%
G=4.76%
B=87.07%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1271280.910.9500.50242.4889.6326.47
HexC7805B5F032f25a1a
Octal14720013313706236213232
Binary11001111000000010110111011111011001011110010101101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0C0780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(12,7,128); }

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

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

 a { background-color: rgb(12,7,128); }

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

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

 span { border-color: rgb(12,7,128); }

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