#1E3B87

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

Shades of Resolution Blue #1E3B87

Tints of Resolution Blue #1E3B87

Color information

#1E3B87 (or 0x1E3B87) is unknown color: approx Resolution Blue. HEX triplet: 1E, 3B and 87. RGB value is (30,59,135). Sum of RGB (Red+Green+Blue) = 30+59+135=224 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.39% from 224); Green value is 59 (23.44% from 255 or 26.34% from 224); Blue value is 135 (53.12% from 255 or 60.27% from 224); Max value from RGB is 135 - color contains mainly: blue. Hex color #1E3B87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3B87 is #E1C478. Grayscale: #3A3A3A. Windows color (decimal): -14795897 or 8862494. OLE color: 8862494.

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

Color convert

RGB3059135-
CMYK0.780.5600.47
HSL223.43º63.64%32.35%-
HSV(B)223.43º77.78%52.94%-
XYZ6.475.1523.58-
YUV58.99170.89107.32-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.39%
GREEN value IS 59 (23.44% from 255) = 26.34%
BLUE value IS 135 (53.12% from 255) = 60.27%
R=13.39%
G=26.34%
B=60.27%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal30591350.780.5600.47223.4363.6432.35
Hex1E3B874E3802Fdf4020
Octal36732071167005733710040
Binary111101110111000011110011101110000101111110111111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3B87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,59,135); }

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

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

 a { background-color: rgb(30,59,135); }

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

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

 span { border-color: rgb(30,59,135); }

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