#1E4079

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

Shades of Resolution Blue #1E4079

Tints of Resolution Blue #1E4079

Color information

#1E4079 (or 0x1E4079) is unknown color: approx Resolution Blue. HEX triplet: 1E, 40 and 79. RGB value is (30,64,121). Sum of RGB (Red+Green+Blue) = 30+64+121=215 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.95% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 121 (47.66% from 255 or 56.28% from 215); Max value from RGB is 121 - color contains mainly: blue. Hex color #1E4079 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E4079 is #E1BF86. Grayscale: #3C3C3C. Windows color (decimal): -14794631 or 7946270. OLE color: 7946270.

HSL color Cylindrical-coordinate representation of color #1E4079: hue angle of 217.58º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E4079 is Cyan = 0.75, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3064121-
CMYK0.750.4700.53
HSL217.58º60.26%29.61%-
HSV(B)217.58º75.21%47.45%-
XYZ5.825.3218.81-
YUV60.33162.24106.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.95%
GREEN value IS 64 (25.39% from 255) = 29.77%
BLUE value IS 121 (47.66% from 255) = 56.28%
R=13.95%
G=29.77%
B=56.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal30641210.750.4700.53217.5860.2629.61
Hex1E40794B2F035da3c1e
Octal36100171113570653327436
Binary1111010000001111001100101110111101101011101101011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E4079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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