#0e6de9

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

Shades of Navy Blue #0E6DE9

Tints of Navy Blue #0E6DE9

Color information

#0E6DE9 (or 0x0E6DE9) is unknown color: approx Navy Blue. HEX triplet: 0E, 6D and E9. RGB value is (14,109,233). Sum of RGB (Red+Green+Blue) = 14+109+233=356 (47% of max value = 765). Red value is 14 (5.86% from 255 or 3.93% from 356); Green value is 109 (42.97% from 255 or 30.62% from 356); Blue value is 233 (91.41% from 255 or 65.45% from 356); Max value from RGB is 233 - color contains mainly: blue. Hex color #0E6DE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E6DE9 is #F19216. Grayscale: #5E5E5E. Windows color (decimal): -15831575 or 15297806. OLE color: 15297806.

HSL color Cylindrical-coordinate representation of color #0E6DE9: hue angle of 213.97º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E6DE9 is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB14109233-
CMYK0.940.5300.09
HSL213.97º88.66%48.43%-
HSV(B)213.97º93.99%91.37%-
XYZ20.3616.9179.28-
YUV94.73206.0370.42-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 3.93%
GREEN value IS 109 (42.97% from 255) = 30.62%
BLUE value IS 233 (91.41% from 255) = 65.45%
R=3.93%
G=30.62%
B=65.45%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal141092330.940.5300.09213.9788.6648.43
HexE6DE95E3509d65930
Octal161553511366501132613160
Binary1110110110111101001101111011010101001110101101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0e6de9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,109,233); }

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

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

 a { background-color: rgb(14,109,233); }

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

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

 span { border-color: rgb(14,109,233); }

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