#0E80CA

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

Shades of Navy Blue #0E80CA

Tints of Navy Blue #0E80CA

Color information

#0E80CA (or 0x0E80CA) is unknown color: approx Navy Blue. HEX triplet: 0E, 80 and CA. RGB value is (14,128,202). Sum of RGB (Red+Green+Blue) = 14+128+202=344 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.07% from 344); Green value is 128 (50.39% from 255 or 37.21% from 344); Blue value is 202 (79.30% from 255 or 58.72% from 344); Max value from RGB is 202 - color contains mainly: blue. Hex color #0E80CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E80CA is #F17F35. Grayscale: #656565. Windows color (decimal): -15826742 or 13271054. OLE color: 13271054.

HSL color Cylindrical-coordinate representation of color #0E80CA: hue angle of 203.62º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E80CA is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14128202-
CMYK0.930.3700.21
HSL203.62º87.04%42.35%-
HSV(B)203.62º93.07%79.22%-
XYZ18.5619.858.72-
YUV102.35184.2364.98-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.07%
GREEN value IS 128 (50.39% from 255) = 37.21%
BLUE value IS 202 (79.30% from 255) = 58.72%
R=4.07%
G=37.21%
B=58.72%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal141282020.930.3700.21203.6287.0442.35
HexE80CA5D25015cc572a
Octal162003121354502531412752
Binary111010000000110010101011101100101010101110011001010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E80CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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