#0E84D3

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

Shades of Navy Blue #0E84D3

Tints of Navy Blue #0E84D3

Color information

#0E84D3 (or 0x0E84D3) is unknown color: approx Navy Blue. HEX triplet: 0E, 84 and D3. RGB value is (14,132,211). Sum of RGB (Red+Green+Blue) = 14+132+211=357 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.92% from 357); Green value is 132 (51.95% from 255 or 36.97% from 357); Blue value is 211 (82.81% from 255 or 59.10% from 357); Max value from RGB is 211 - color contains mainly: blue. Hex color #0E84D3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0E84D3 is #F17B2C. Grayscale: #696969. Windows color (decimal): -15825709 or 13861902. OLE color: 13861902.

HSL color Cylindrical-coordinate representation of color #0E84D3: hue angle of 204.06º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E84D3 is Cyan = 0.93, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14132211-
CMYK0.930.3700.17
HSL204.06º87.56%44.12%-
HSV(B)204.06º93.36%82.75%-
XYZ20.1921.364.68-
YUV105.72187.4162.58-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.92%
GREEN value IS 132 (51.95% from 255) = 36.97%
BLUE value IS 211 (82.81% from 255) = 59.10%
R=3.92%
G=36.97%
B=59.10%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal141322110.930.3700.17204.0687.5644.12
HexE84D35D25011cc582c
Octal162043231354502131413054
Binary111010000100110100111011101100101010001110011001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E84D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,132,211); }

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

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

 a { background-color: rgb(14,132,211); }

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

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

 span { border-color: rgb(14,132,211); }

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