#0E82E0

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

Shades of Navy Blue #0E82E0

Tints of Navy Blue #0E82E0

Color information

#0E82E0 (or 0x0E82E0) is unknown color: approx Navy Blue. HEX triplet: 0E, 82 and E0. RGB value is (14,130,224). Sum of RGB (Red+Green+Blue) = 14+130+224=368 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.80% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 224 (87.89% from 255 or 60.87% from 368); Max value from RGB is 224 - color contains mainly: blue. Hex color #0E82E0 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E82E0 is #F17D1F. Grayscale: #696969. Windows color (decimal): -15826208 or 14713358. OLE color: 14713358.

HSL color Cylindrical-coordinate representation of color #0E82E0: hue angle of 206.86º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E82E0 is Cyan = 0.94, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14130224-
CMYK0.940.4200.12
HSL206.86º88.24%46.67%-
HSV(B)206.86º93.75%87.84%-
XYZ21.6221.4473.52-
YUV106.03194.5762.36-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.80%
GREEN value IS 130 (51.17% from 255) = 35.33%
BLUE value IS 224 (87.89% from 255) = 60.87%
R=3.80%
G=35.33%
B=60.87%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal141302240.940.4200.12206.8688.2446.67
HexE82E05E2A0Ccf582f
Octal162023401365201431713057
Binary11101000001011100000101111010101001100110011111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E82E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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