#1E3A73

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

Shades of Resolution Blue #1E3A73

Tints of Resolution Blue #1E3A73

Color information

#1E3A73 (or 0x1E3A73) is unknown color: approx Resolution Blue. HEX triplet: 1E, 3A and 73. RGB value is (30,58,115). Sum of RGB (Red+Green+Blue) = 30+58+115=203 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.78% from 203); Green value is 58 (23.05% from 255 or 28.57% from 203); Blue value is 115 (45.31% from 255 or 56.65% from 203); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E3A73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3A73 is #E1C58C. Grayscale: #373737. Windows color (decimal): -14796173 or 7551518. OLE color: 7551518.

HSL color Cylindrical-coordinate representation of color #1E3A73: hue angle of 220.24º degrees, saturation: 0.59, 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 #1E3A73 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3058115-
CMYK0.740.5000.55
HSL220.24º58.62%28.43%-
HSV(B)220.24º73.91%45.1%-
XYZ5.144.5416.82-
YUV56.13161.22109.37-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.78%
GREEN value IS 58 (23.05% from 255) = 28.57%
BLUE value IS 115 (45.31% from 255) = 56.65%
R=14.78%
G=28.57%
B=56.65%

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
Decimal30581150.740.5000.55220.2458.6228.43
Hex1E3A734A32037dc3b1c
Octal3672163112620673347334
Binary111101110101110011100101011001001101111101110011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3A73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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