Html Css Color HEX #0E6EEF Navy Blue

📋 copy color: '#0E6EEF'

red 14 ◦ green 110 ◦ blue 239

#0E6EEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #0E6EEF

Tints of Navy Blue #0E6EEF

RGB

 RED value IS 14 (5.86% from 255) = 3.86%

 GREEN value IS 110 (43.36% from 255) = 30.3%

 BLUE value IS 239 (93.75% from 255) = 65.84%

R = 3.86%
G = 30.3%
B = 65.84%

CMYK

 C value IS 0.94

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0E6EEF (or 0x0E6EEF) is known color: Navy Blue. HEX triplet: 0E, 6E and EF. RGB value is (14,110,239). Sum of RGB (Red+Green+Blue) = 14+110+239=363 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.86% from 363); Green value is 110 (43.36% from 255 or 30.30% from 363); Blue value is 239 (93.75% from 255 or 65.84% from 363); Max value from RGB is 239 - color contains mainly: blue. Hex color #0E6EEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E6EEF is #F19110. Grayscale: #5F5F5F. Windows color (decimal): -15831313 or 15691278. OLE color: 15691278.

HSL color Cylindrical-coordinate representation of color #0E6EEF: hue angle of 214.4º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E6EEF is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 14 110 239 -
CMYK 0.94 0.54 0 0.06
HSL 214.4º 0.89% 0.5% -
HSV(B) 214.4º 0.94% 0.94% -
XYZ 21.34 17.48 83.91 -
YUV 96 208.7 69.51 -
System Red Green Blue C M Y K H S L
Decimal 14 110 239 0.94 0.54 0 0.06 214.4 0.89 0.5
Hex E 6E EF 5E 36 0 6 D6 59 32
Octal 16 156 357 136 66 0 6 326 131 62
Binary 1110 1101110 11101111 1011110 110110 0 110 11010110 1011001 110010

Color Harmonies of #0E6EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6EEF

Black with #0E6EEF

Text Example


Text Example

White with #0E6EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,110,239); }

 H1.HeaderClassName
 {
   color: #0E6EEF;
 }
 .AnyTagClassName
 {
   color: #0E6EEF;
 }
</style>

background-color css

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

 a { background-color: rgb(14,110,239); }

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

border-color css

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

 span { border-color: rgb(14,110,239); }

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