#1E3972

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

Shades of Resolution Blue #1E3972

Tints of Resolution Blue #1E3972

Color information

#1E3972 (or 0x1E3972) is unknown color: approx Resolution Blue. HEX triplet: 1E, 39 and 72. RGB value is (30,57,114). Sum of RGB (Red+Green+Blue) = 30+57+114=201 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.93% from 201); Green value is 57 (22.66% from 255 or 28.36% from 201); Blue value is 114 (44.92% from 255 or 56.72% from 201); Max value from RGB is 114 - color contains mainly: blue. Hex color #1E3972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3972 is #E1C68D. Grayscale: #373737. Windows color (decimal): -14796430 or 7485726. OLE color: 7485726.

HSL color Cylindrical-coordinate representation of color #1E3972: hue angle of 220.71º degrees, saturation: 0.58, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E3972 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3057114-
CMYK0.740.5000.55
HSL220.71º58.33%28.24%-
HSV(B)220.71º73.68%44.71%-
XYZ5.044.4216.51-
YUV55.42161.05109.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.93%
GREEN value IS 57 (22.66% from 255) = 28.36%
BLUE value IS 114 (44.92% from 255) = 56.72%
R=14.93%
G=28.36%
B=56.72%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30571140.740.5000.55220.7158.3328.24
Hex1E39724A32037dd3a1c
Octal3671162112620673357234
Binary111101110011110010100101011001001101111101110111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,57,114); }

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

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

 a { background-color: rgb(30,57,114); }

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

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

 span { border-color: rgb(30,57,114); }

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