#1E3A86

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

Shades of Resolution Blue #1E3A86

Tints of Resolution Blue #1E3A86

Color information

#1E3A86 (or 0x1E3A86) is unknown color: approx Resolution Blue. HEX triplet: 1E, 3A and 86. RGB value is (30,58,134). Sum of RGB (Red+Green+Blue) = 30+58+134=222 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.51% from 222); Green value is 58 (23.05% from 255 or 26.13% from 222); Blue value is 134 (52.73% from 255 or 60.36% from 222); Max value from RGB is 134 - color contains mainly: blue. Hex color #1E3A86 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3A86 is #E1C579. Grayscale: #393939. Windows color (decimal): -14796154 or 8796702. OLE color: 8796702.

HSL color Cylindrical-coordinate representation of color #1E3A86: hue angle of 223.85º degrees, saturation: 0.63, 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 #1E3A86 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3058134-
CMYK0.780.5700.47
HSL223.85º63.41%32.16%-
HSV(B)223.85º77.61%52.55%-
XYZ6.355.0223.19-
YUV58.29170.72107.82-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.51%
GREEN value IS 58 (23.05% from 255) = 26.13%
BLUE value IS 134 (52.73% from 255) = 60.36%
R=13.51%
G=26.13%
B=60.36%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal30581340.780.5700.47223.8563.4132.16
Hex1E3A864E3902Fe03f20
Octal3672206116710573407740
Binary11110111010100001101001110111001010111111100000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,58,134); }

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

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

 a { background-color: rgb(30,58,134); }

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

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

 span { border-color: rgb(30,58,134); }

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