#0E0580

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

Shades of Navy #0E0580

Tints of Navy #0E0580

Color information

#0E0580 (or 0x0E0580) is unknown color: approx Navy. HEX triplet: 0E, 05 and 80. RGB value is (14,5,128). Sum of RGB (Red+Green+Blue) = 14+5+128=147 (19% of max value = 765). Red value is 14 (5.86% from 255 or 9.52% from 147); Green value is 5 (2.34% from 255 or 3.40% 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 #0E0580 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E0580 is #F1FA7F. Grayscale: #151515. Windows color (decimal): -15858304 or 8389902. OLE color: 8389902.

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

Color convert

RGB145128-
CMYK0.890.9600.50
HSL244.39º92.48%26.08%-
HSV(B)244.39º96.09%50.2%-
XYZ4.131.7620.54-
YUV21.71187.98122.5-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 9.52%
GREEN value IS 5 (2.34% from 255) = 3.40%
BLUE value IS 128 (50.39% from 255) = 87.07%
R=9.52%
G=3.40%
B=87.07%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1451280.890.9600.50244.3992.4826.08
HexE5805960032f45c1a
Octal16520013114006236413432
Binary11101011000000010110011100000011001011110100101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E0580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,5,128); }

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

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

 a { background-color: rgb(14,5,128); }

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

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

 span { border-color: rgb(14,5,128); }

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