#0E76D9

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

Shades of Navy Blue #0E76D9

Tints of Navy Blue #0E76D9

Color information

#0E76D9 (or 0x0E76D9) is unknown color: approx Navy Blue. HEX triplet: 0E, 76 and D9. RGB value is (14,118,217). Sum of RGB (Red+Green+Blue) = 14+118+217=349 (46% of max value = 765). Red value is 14 (5.86% from 255 or 4.01% from 349); Green value is 118 (46.48% from 255 or 33.81% from 349); Blue value is 217 (85.16% from 255 or 62.18% from 349); Max value from RGB is 217 - color contains mainly: blue. Hex color #0E76D9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E76D9 is #F18926. Grayscale: #616161. Windows color (decimal): -15829287 or 14251534. OLE color: 14251534.

HSL color Cylindrical-coordinate representation of color #0E76D9: hue angle of 209.26º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E76D9 is Cyan = 0.94, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14118217-
CMYK0.940.4600.15
HSL209.26º87.88%45.29%-
HSV(B)209.26º93.55%85.1%-
XYZ19.1818.0668.12-
YUV98.19195.0467.95-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.01%
GREEN value IS 118 (46.48% from 255) = 33.81%
BLUE value IS 217 (85.16% from 255) = 62.18%
R=4.01%
G=33.81%
B=62.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal141182170.940.4600.15209.2687.8845.29
HexE76D95E2E0Fd1582d
Octal161663311365601732113055
Binary1110111011011011001101111010111001111110100011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E76D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,118,217); }

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

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

 a { background-color: rgb(14,118,217); }

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

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

 span { border-color: rgb(14,118,217); }

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