#1E79DE

Color #1E79DE Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1E79DE

Tints of Navy Blue #1E79DE

Color information

#1E79DE (or 0x1E79DE) is unknown color: approx Navy Blue. HEX triplet: 1E, 79 and DE. RGB value is (30,121,222). Sum of RGB (Red+Green+Blue) = 30+121+222=373 (49% of max value = 765). Red value is 30 (12.11% from 255 or 8.04% from 373); Green value is 121 (47.66% from 255 or 32.44% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #1E79DE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1E79DE is #E18621. Grayscale: #686868. Windows color (decimal): -14779938 or 14579998. OLE color: 14579998.

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

Color convert

RGB30121222-
CMYK0.860.4500.13
HSL211.56º76.19%49.41%-
HSV(B)211.56º86.49%87.06%-
XYZ20.5619.2271.73-
YUV105.3193.8574.29-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 8.04%
GREEN value IS 121 (47.66% from 255) = 32.44%
BLUE value IS 222 (87.11% from 255) = 59.52%
R=8.04%
G=32.44%
B=59.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal301212220.860.4500.13211.5676.1949.41
Hex1E79DE562D0Dd44c31
Octal361713361265501532411461
Binary11110111100111011110101011010110101101110101001001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E79DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E79DE;
 }
 .AnyTagClassName
 {
   color: #1E79DE;
 }
</style>
background-color css

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

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

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

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

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

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