Html Css Color HEX #0E6FEF Navy Blue

📋 copy color: '#0E6FEF'

red 14 ◦ green 111 ◦ blue 239

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

Shades of Navy Blue #0E6FEF

Tints of Navy Blue #0E6FEF

RGB

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

 GREEN value IS 111 (43.75% from 255) = 30.49%

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

R = 3.85%
G = 30.49%
B = 65.66%

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

#0E6FEF (or 0x0E6FEF) is known color: Navy Blue. HEX triplet: 0E, 6F and EF. RGB value is (14,111,239). Sum of RGB (Red+Green+Blue) = 14+111+239=364 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.85% from 364); Green value is 111 (43.75% from 255 or 30.49% from 364); Blue value is 239 (93.75% from 255 or 65.66% from 364); Max value from RGB is 239 - color contains mainly: blue. Hex color #0E6FEF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0E6FEF is #F19010. Grayscale: #5F5F5F. Windows color (decimal): -15831057 or 15691534. OLE color: 15691534.

HSL color Cylindrical-coordinate representation of color #0E6FEF: hue angle of 214.13º 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 #0E6FEF is Cyan = 0.94, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 14 111 239 -
CMYK 0.94 0.54 0 0.06
HSL 214.13º 0.89% 0.5% -
HSV(B) 214.13º 0.94% 0.94% -
XYZ 21.45 17.69 83.95 -
YUV 96.59 208.36 69.09 -
System Red Green Blue C M Y K H S L
Decimal 14 111 239 0.94 0.54 0 0.06 214.13 0.89 0.5
Hex E 6F EF 5E 36 0 6 D6 59 32
Octal 16 157 357 136 66 0 6 326 131 62
Binary 1110 1101111 11101111 1011110 110110 0 110 11010110 1011001 110010

Color Harmonies of #0E6FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E6FEF

Black with #0E6FEF

Text Example


Text Example

White with #0E6FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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