Html Css Color HEX #0E51DE Navy Blue

📋 copy color: '#0E51DE'

red 14 ◦ green 81 ◦ blue 222

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

Shades of Navy Blue #0E51DE

Tints of Navy Blue #0E51DE

RGB

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

 GREEN value IS 81 (32.03% from 255) = 25.55%

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

R = 4.42%
G = 25.55%
B = 70.03%

CMYK

 C value IS 0.94

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0E51DE (or 0x0E51DE) is known color: Navy Blue. HEX triplet: 0E, 51 and DE. RGB value is (14,81,222). Sum of RGB (Red+Green+Blue) = 14+81+222=317 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.42% from 317); Green value is 81 (32.03% from 255 or 25.55% from 317); Blue value is 222 (87.11% from 255 or 70.03% from 317); Max value from RGB is 222 - color contains mainly: blue. Hex color #0E51DE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E51DE is #F1AE21. Grayscale: #4C4C4C. Windows color (decimal): -15838754 or 14569742. OLE color: 14569742.

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

Color convert

RGB 14 81 222 -
CMYK 0.94 0.64 0 0.13
HSL 220.67º 0.88% 0.46% -
HSV(B) 220.67º 0.94% 0.87% -
XYZ 16.31 11.25 70.42 -
YUV 77.04 209.8 83.04 -
System Red Green Blue C M Y K H S L
Decimal 14 81 222 0.94 0.64 0 0.13 220.67 0.88 0.46
Hex E 51 DE 5E 40 0 D DD 58 2E
Octal 16 121 336 136 100 0 15 335 130 56
Binary 1110 1010001 11011110 1011110 1000000 0 1101 11011101 1011000 101110

Color Harmonies of #0E51DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E51DE

Black with #0E51DE

Text Example


Text Example

White with #0E51DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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