Html Css Color HEX #1E72DB Navy Blue

📋 copy color: '#1E72DB'

red 30 ◦ green 114 ◦ blue 219

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

Shades of Navy Blue #1E72DB

Tints of Navy Blue #1E72DB

RGB

 RED value IS 30 (12.11% from 255) = 8.26%

 GREEN value IS 114 (44.92% from 255) = 31.4%

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

R = 8.26%
G = 31.4%
B = 60.33%

CMYK

 C value IS 0.86

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1E72DB (or 0x1E72DB) is known color: Navy Blue. HEX triplet: 1E, 72 and DB. RGB value is (30,114,219). Sum of RGB (Red+Green+Blue) = 30+114+219=363 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.26% from 363); Green value is 114 (44.92% from 255 or 31.40% from 363); Blue value is 219 (85.94% from 255 or 60.33% from 363); Max value from RGB is 219 - color contains mainly: blue. Hex color #1E72DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E72DB is #E18D24. Grayscale: #646464. Windows color (decimal): -14781733 or 14381598. OLE color: 14381598.

HSL color Cylindrical-coordinate representation of color #1E72DB: hue angle of 213.33º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1E72DB is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 30 114 219 -
CMYK 0.86 0.48 0 0.14
HSL 213.33º 0.76% 0.49% -
HSV(B) 213.33º 0.86% 0.86% -
XYZ 19.34 17.43 69.36 -
YUV 100.85 194.67 77.46 -
System Red Green Blue C M Y K H S L
Decimal 30 114 219 0.86 0.48 0 0.14 213.33 0.76 0.49
Hex 1E 72 DB 56 30 0 E D5 4C 31
Octal 36 162 333 126 60 0 16 325 114 61
Binary 11110 1110010 11011011 1010110 110000 0 1110 11010101 1001100 110001

Color Harmonies of #1E72DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E72DB

Black with #1E72DB

Text Example


Text Example

White with #1E72DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1E72DB; }

 p { color: rgb(30,114,219); }

 H1.HeaderClassName
 {
   color: #1E72DB;
 }
 .AnyTagClassName
 {
   color: #1E72DB;
 }
</style>

background-color css

<style>
 a { background-color: #1E72DB; }

 a { background-color: rgb(30,114,219); }

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

border-color css

<style>
 span { border-color: #1E72DB; }

 span { border-color: rgb(30,114,219); }

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