#0E66DE

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

Shades of Navy Blue #0E66DE

Tints of Navy Blue #0E66DE

Color information

#0E66DE (or 0x0E66DE) is unknown color: approx Navy Blue. HEX triplet: 0E, 66 and DE. RGB value is (14,102,222). Sum of RGB (Red+Green+Blue) = 14+102+222=338 (44% of max value = 765). Red value is 14 (5.86% from 255 or 4.14% from 338); Green value is 102 (40.23% from 255 or 30.18% from 338); Blue value is 222 (87.11% from 255 or 65.68% from 338); Max value from RGB is 222 - color contains mainly: blue. Hex color #0E66DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E66DE is #F19921. Grayscale: #585858. Windows color (decimal): -15833378 or 14575118. OLE color: 14575118.

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

Color convert

RGB14102222-
CMYK0.940.5400.13
HSL214.62º88.14%46.27%-
HSV(B)214.62º93.69%87.06%-
XYZ18.1214.8771.02-
YUV89.37202.8574.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.14%
GREEN value IS 102 (40.23% from 255) = 30.18%
BLUE value IS 222 (87.11% from 255) = 65.68%
R=4.14%
G=30.18%
B=65.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal141022220.940.5400.13214.6288.1446.27
HexE66DE5E360Dd7582e
Octal161463361366601532713056
Binary1110110011011011110101111011011001101110101111011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E66DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,102,222); }

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

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

 a { background-color: rgb(14,102,222); }

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

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

 span { border-color: rgb(14,102,222); }

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