Html Css Color HEX #1E72DF Navy Blue

📋 copy color: '#1E72DF'

red 30 ◦ green 114 ◦ blue 223

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

Shades of Navy Blue #1E72DF

Tints of Navy Blue #1E72DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 60.76%

R = 8.17%
G = 31.06%
B = 60.76%

CMYK

 C value IS 0.87

 M value IS 0.49

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#1E72DF (or 0x1E72DF) is known color: Navy Blue. HEX triplet: 1E, 72 and DF. RGB value is (30,114,223). Sum of RGB (Red+Green+Blue) = 30+114+223=367 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.17% from 367); Green value is 114 (44.92% from 255 or 31.06% from 367); Blue value is 223 (87.5% from 255 or 60.76% from 367); Max value from RGB is 223 - color contains mainly: blue. Hex color #1E72DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E72DF is #E18D20. Grayscale: #646464. Windows color (decimal): -14781729 or 14643742. OLE color: 14643742.

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

Color convert

RGB 30 114 223 -
CMYK 0.87 0.49 0 0.13
HSL 213.89º 0.76% 0.5% -
HSV(B) 213.89º 0.87% 0.87% -
XYZ 19.87 17.64 72.17 -
YUV 101.31 196.67 77.14 -
System Red Green Blue C M Y K H S L
Decimal 30 114 223 0.87 0.49 0 0.13 213.89 0.76 0.5
Hex 1E 72 DF 57 31 0 D D6 4C 32
Octal 36 162 337 127 61 0 15 326 114 62
Binary 11110 1110010 11011111 1010111 110001 0 1101 11010110 1001100 110010

Color Harmonies of #1E72DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E72DF

Black with #1E72DF

Text Example


Text Example

White with #1E72DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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