Html Css Color HEX #0E70DB Navy Blue

📋 copy color: '#0E70DB'

red 14 ◦ green 112 ◦ blue 219

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

Shades of Navy Blue #0E70DB

Tints of Navy Blue #0E70DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 32.46%

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

R = 4.06%
G = 32.46%
B = 63.48%

CMYK

 C value IS 0.94

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0E70DB (or 0x0E70DB) is known color: Navy Blue. HEX triplet: 0E, 70 and DB. RGB value is (14,112,219). Sum of RGB (Red+Green+Blue) = 14+112+219=345 (45% of max value = 765). Red value is 14 (5.86% from 255 or 4.06% from 345); Green value is 112 (44.14% from 255 or 32.46% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #0E70DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0E70DB is #F18F24. Grayscale: #5E5E5E. Windows color (decimal): -15830821 or 14381070. OLE color: 14381070.

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

Color convert

RGB 14 112 219 -
CMYK 0.94 0.49 0 0.14
HSL 211.32º 0.88% 0.46% -
HSV(B) 211.32º 0.94% 0.86% -
XYZ 18.76 16.8 69.27 -
YUV 94.9 198.03 70.3 -
System Red Green Blue C M Y K H S L
Decimal 14 112 219 0.94 0.49 0 0.14 211.32 0.88 0.46
Hex E 70 DB 5E 31 0 E D3 58 2E
Octal 16 160 333 136 61 0 16 323 130 56
Binary 1110 1110000 11011011 1011110 110001 0 1110 11010011 1011000 101110

Color Harmonies of #0E70DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0E70DB

Black with #0E70DB

Text Example


Text Example

White with #0E70DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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