#1E3188

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

Shades of Resolution Blue #1E3188

Tints of Resolution Blue #1E3188

Color information

#1E3188 (or 0x1E3188) is unknown color: approx Resolution Blue. HEX triplet: 1E, 31 and 88. RGB value is (30,49,136). Sum of RGB (Red+Green+Blue) = 30+49+136=215 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.95% from 215); Green value is 49 (19.53% from 255 or 22.79% from 215); Blue value is 136 (53.52% from 255 or 63.26% from 215); Max value from RGB is 136 - color contains mainly: blue. Hex color #1E3188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3188 is #E1CE77. Grayscale: #343434. Windows color (decimal): -14798456 or 8925470. OLE color: 8925470.

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

Color convert

RGB3049136-
CMYK0.780.6400.47
HSL229.25º63.86%32.55%-
HSV(B)229.25º77.94%53.33%-
XYZ6.084.2523.79-
YUV53.24174.71111.43-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.95%
GREEN value IS 49 (19.53% from 255) = 22.79%
BLUE value IS 136 (53.52% from 255) = 63.26%
R=13.95%
G=22.79%
B=63.26%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal30491360.780.6400.47229.2563.8632.55
Hex1E31884E4002Fe54021
Octal366121011610005734510041
Binary1111011000110001000100111010000000101111111001011000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,49,136); }

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

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

 a { background-color: rgb(30,49,136); }

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

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

 span { border-color: rgb(30,49,136); }

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