Html Css Color HEX #0E7FDE Navy Blue

📋 copy color: '#0E7FDE'

red 14 ◦ green 127 ◦ blue 222

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

Shades of Navy Blue #0E7FDE

Tints of Navy Blue #0E7FDE

RGB

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

 GREEN value IS 127 (50% from 255) = 34.99%

 BLUE value IS 222 (87.11% from 255) = 61.16%

R = 3.86%
G = 34.99%
B = 61.16%

CMYK

 C value IS 0.94

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0E7FDE (or 0x0E7FDE) is known color: Navy Blue. HEX triplet: 0E, 7F and DE. RGB value is (14,127,222). Sum of RGB (Red+Green+Blue) = 14+127+222=363 (48% of max value = 765). Red value is 14 (5.86% from 255 or 3.86% from 363); Green value is 127 (50% from 255 or 34.99% from 363); Blue value is 222 (87.11% from 255 or 61.16% from 363); Max value from RGB is 222 - color contains mainly: blue. Hex color #0E7FDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E7FDE is #F18021. Grayscale: #676767. Windows color (decimal): -15826978 or 14581518. OLE color: 14581518.

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

Color convert

RGB 14 127 222 -
CMYK 0.94 0.43 0 0.13
HSL 207.4º 0.88% 0.46% -
HSV(B) 207.4º 0.94% 0.87% -
XYZ 20.96 20.55 71.97 -
YUV 104.04 194.56 63.78 -
System Red Green Blue C M Y K H S L
Decimal 14 127 222 0.94 0.43 0 0.13 207.4 0.88 0.46
Hex E 7F DE 5E 2B 0 D CF 58 2E
Octal 16 177 336 136 53 0 15 317 130 56
Binary 1110 1111111 11011110 1011110 101011 0 1101 11001111 1011000 101110

Color Harmonies of #0E7FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E7FDE

Black with #0E7FDE

Text Example


Text Example

White with #0E7FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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