Html Css Color HEX #1E78D9 Navy Blue

📋 copy color: '#1E78D9'

red 30 ◦ green 120 ◦ blue 217

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

Shades of Navy Blue #1E78D9

Tints of Navy Blue #1E78D9

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.7%

 BLUE value IS 217 (85.16% from 255) = 59.13%

R = 8.17%
G = 32.7%
B = 59.13%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#1E78D9 (or 0x1E78D9) is known color: Navy Blue. HEX triplet: 1E, 78 and D9. RGB value is (30,120,217). Sum of RGB (Red+Green+Blue) = 30+120+217=367 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.17% from 367); Green value is 120 (47.27% from 255 or 32.70% from 367); Blue value is 217 (85.16% from 255 or 59.13% from 367); Max value from RGB is 217 - color contains mainly: blue. Hex color #1E78D9 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E78D9 is #E18726. Grayscale: #676767. Windows color (decimal): -14780199 or 14252062. OLE color: 14252062.

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

Color convert

RGB 30 120 217 -
CMYK 0.86 0.45 0 0.15
HSL 211.12º 0.76% 0.48% -
HSV(B) 211.12º 0.86% 0.85% -
XYZ 19.78 18.72 68.22 -
YUV 104.15 191.68 75.11 -
System Red Green Blue C M Y K H S L
Decimal 30 120 217 0.86 0.45 0 0.15 211.12 0.76 0.48
Hex 1E 78 D9 56 2D 0 F D3 4C 30
Octal 36 170 331 126 55 0 17 323 114 60
Binary 11110 1111000 11011001 1010110 101101 0 1111 11010011 1001100 110000

Color Harmonies of #1E78D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E78D9

Black with #1E78D9

Text Example


Text Example

White with #1E78D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,120,217); }

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

background-color css

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

 a { background-color: rgb(30,120,217); }

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

border-color css

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

 span { border-color: rgb(30,120,217); }

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