Html Css Color HEX #0E51DB Navy Blue

📋 copy color: '#0E51DB'

red 14 ◦ green 81 ◦ blue 219

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

Shades of Navy Blue #0E51DB

Tints of Navy Blue #0E51DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 69.75%

R = 4.46%
G = 25.8%
B = 69.75%

CMYK

 C value IS 0.94

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0E51DB (or 0x0E51DB) is known color: Navy Blue. HEX triplet: 0E, 51 and DB. RGB value is (14,81,219). Sum of RGB (Red+Green+Blue) = 14+81+219=314 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.46% from 314); Green value is 81 (32.03% from 255 or 25.80% from 314); Blue value is 219 (85.94% from 255 or 69.75% from 314); Max value from RGB is 219 - color contains mainly: blue. Hex color #0E51DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E51DB is #F1AE24. Grayscale: #4C4C4C. Windows color (decimal): -15838757 or 14373134. OLE color: 14373134.

HSL color Cylindrical-coordinate representation of color #0E51DB: hue angle of 220.39º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E51DB is Cyan = 0.94, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 14 81 219 -
CMYK 0.94 0.63 0 0.14
HSL 220.39º 0.88% 0.46% -
HSV(B) 220.39º 0.94% 0.86% -
XYZ 15.91 11.09 68.32 -
YUV 76.7 208.3 83.28 -
System Red Green Blue C M Y K H S L
Decimal 14 81 219 0.94 0.63 0 0.14 220.39 0.88 0.46
Hex E 51 DB 5E 3F 0 E DC 58 2E
Octal 16 121 333 136 77 0 16 334 130 56
Binary 1110 1010001 11011011 1011110 111111 0 1110 11011100 1011000 101110

Color Harmonies of #0E51DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E51DB

Black with #0E51DB

Text Example


Text Example

White with #0E51DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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