#1E3070

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

Shades of Resolution Blue #1E3070

Tints of Resolution Blue #1E3070

Color information

#1E3070 (or 0x1E3070) is unknown color: approx Resolution Blue. HEX triplet: 1E, 30 and 70. RGB value is (30,48,112). Sum of RGB (Red+Green+Blue) = 30+48+112=190 (25% of max value = 765). Red value is 30 (12.11% from 255 or 15.79% from 190); Green value is 48 (19.14% from 255 or 25.26% from 190); Blue value is 112 (44.14% from 255 or 58.95% from 190); Max value from RGB is 112 - color contains mainly: blue. Hex color #1E3070 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3070 is #E1CF8F. Grayscale: #313131. Windows color (decimal): -14798736 or 7352350. OLE color: 7352350.

HSL color Cylindrical-coordinate representation of color #1E3070: hue angle of 226.83º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1E3070 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB3048112-
CMYK0.730.5700.56
HSL226.83º57.75%27.84%-
HSV(B)226.83º73.21%43.92%-
XYZ4.523.5615.78-
YUV49.91163.04113.8-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 15.79%
GREEN value IS 48 (19.14% from 255) = 25.26%
BLUE value IS 112 (44.14% from 255) = 58.95%
R=15.79%
G=25.26%
B=58.95%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal30481120.730.5700.56226.8357.7527.84
Hex1E30704939038e33a1c
Octal3660160111710703437234
Binary111101100001110000100100111100101110001110001111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,48,112); }

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

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

 a { background-color: rgb(30,48,112); }

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

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

 span { border-color: rgb(30,48,112); }

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