#1E3A81

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

Shades of Resolution Blue #1E3A81

Tints of Resolution Blue #1E3A81

Color information

#1E3A81 (or 0x1E3A81) is unknown color: approx Resolution Blue. HEX triplet: 1E, 3A and 81. RGB value is (30,58,129). Sum of RGB (Red+Green+Blue) = 30+58+129=217 (28% of max value = 765). Red value is 30 (12.11% from 255 or 13.82% from 217); Green value is 58 (23.05% from 255 or 26.73% from 217); Blue value is 129 (50.78% from 255 or 59.45% from 217); Max value from RGB is 129 - color contains mainly: blue. Hex color #1E3A81 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1E3A81 is #E1C57E. Grayscale: #393939. Windows color (decimal): -14796159 or 8469022. OLE color: 8469022.

HSL color Cylindrical-coordinate representation of color #1E3A81: hue angle of 223.03º 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 #1E3A81 is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB3058129-
CMYK0.770.5500.49
HSL223.03º62.26%31.18%-
HSV(B)223.03º76.74%50.59%-
XYZ6.014.8921.4-
YUV57.72168.22108.23-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 13.82%
GREEN value IS 58 (23.05% from 255) = 26.73%
BLUE value IS 129 (50.78% from 255) = 59.45%
R=13.82%
G=26.73%
B=59.45%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal30581290.770.5500.49223.0362.2631.18
Hex1E3A814D37031df3e1f
Octal3672201115670613377637
Binary1111011101010000001100110111011101100011101111111111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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