Html Css Color HEX #1E79D7 Navy Blue

📋 copy color: '#1E79D7'

red 30 ◦ green 121 ◦ blue 215

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

Shades of Navy Blue #1E79D7

Tints of Navy Blue #1E79D7

RGB

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

 GREEN value IS 121 (47.66% from 255) = 33.06%

 BLUE value IS 215 (84.38% from 255) = 58.74%

R = 8.2%
G = 33.06%
B = 58.74%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1E79D7 (or 0x1E79D7) is known color: Navy Blue. HEX triplet: 1E, 79 and D7. RGB value is (30,121,215). Sum of RGB (Red+Green+Blue) = 30+121+215=366 (48% of max value = 765). Red value is 30 (12.11% from 255 or 8.20% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 215 (84.38% from 255 or 58.74% from 366); Max value from RGB is 215 - color contains mainly: blue. Hex color #1E79D7 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E79D7 is #E18628. Grayscale: #686868. Windows color (decimal): -14779945 or 14121246. OLE color: 14121246.

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

Color convert

RGB 30 121 215 -
CMYK 0.86 0.44 0 0.16
HSL 210.49º 0.76% 0.48% -
HSV(B) 210.49º 0.86% 0.84% -
XYZ 19.64 18.86 66.89 -
YUV 104.51 190.35 74.86 -
System Red Green Blue C M Y K H S L
Decimal 30 121 215 0.86 0.44 0 0.16 210.49 0.76 0.48
Hex 1E 79 D7 56 2C 0 10 D2 4C 30
Octal 36 171 327 126 54 0 20 322 114 60
Binary 11110 1111001 11010111 1010110 101100 0 10000 11010010 1001100 110000

Color Harmonies of #1E79D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E79D7

Black with #1E79D7

Text Example


Text Example

White with #1E79D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,121,215); }

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

background-color css

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

 a { background-color: rgb(30,121,215); }

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

border-color css

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

 span { border-color: rgb(30,121,215); }

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