#0E82CA

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

Shades of Navy Blue #0E82CA

Tints of Navy Blue #0E82CA

Color information

#0E82CA (or 0x0E82CA) is unknown color: approx Navy Blue. HEX triplet: 0E, 82 and CA. RGB value is (14,130,202). Sum of RGB (Red+Green+Blue) = 14+130+202=346 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.05% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 202 (79.30% from 255 or 58.38% from 346); Max value from RGB is 202 - color contains mainly: blue. Hex color #0E82CA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E82CA is #F17D35. Grayscale: #676767. Windows color (decimal): -15826230 or 13271566. OLE color: 13271566.

HSL color Cylindrical-coordinate representation of color #0E82CA: hue angle of 202.98º 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 #0E82CA is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB14130202-
CMYK0.930.3600.21
HSL202.98º87.04%42.35%-
HSV(B)202.98º93.07%79.22%-
XYZ18.8220.3258.81-
YUV103.52183.5764.15-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.05%
GREEN value IS 130 (51.17% from 255) = 37.57%
BLUE value IS 202 (79.30% from 255) = 58.38%
R=4.05%
G=37.57%
B=58.38%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal141302020.930.3600.21202.9887.0442.35
HexE82CA5D24015cb572a
Octal162023121354402531312752
Binary111010000010110010101011101100100010101110010111010111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E82CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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