#1E3581

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

Shades of Resolution Blue #1E3581

Tints of Resolution Blue #1E3581

Color information

#1E3581 (or 0x1E3581) is unknown color: approx Resolution Blue. HEX triplet: 1E, 35 and 81. RGB value is (30,53,129). Sum of RGB (Red+Green+Blue) = 30+53+129=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 53 (21.09% from 255 or 25% from 212); Blue value is 129 (50.78% from 255 or 60.85% from 212); Max value from RGB is 129 - color contains mainly: blue. Hex color #1E3581 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3581 is #E1CA7E. Grayscale: #363636. Windows color (decimal): -14797439 or 8467742. OLE color: 8467742.

HSL color Cylindrical-coordinate representation of color #1E3581: hue angle of 226.06º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1E3581 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3053129-
CMYK0.770.5900.49
HSL226.06º62.26%31.18%-
HSV(B)226.06º76.74%50.59%-
XYZ5.774.4121.32-
YUV54.79169.88110.32-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.15%
GREEN value IS 53 (21.09% from 255) = 25%
BLUE value IS 129 (50.78% from 255) = 60.85%
R=14.15%
G=25%
B=60.85%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal30531290.770.5900.49226.0662.2631.18
Hex1E35814D3B031e23e1f
Octal3665201115730613427637
Binary1111011010110000001100110111101101100011110001011111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,53,129); }

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

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

 a { background-color: rgb(30,53,129); }

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

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

 span { border-color: rgb(30,53,129); }

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