#1E3873

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

Shades of Resolution Blue #1E3873

Tints of Resolution Blue #1E3873

Color information

#1E3873 (or 0x1E3873) is unknown color: approx Resolution Blue. HEX triplet: 1E, 38 and 73. RGB value is (30,56,115). Sum of RGB (Red+Green+Blue) = 30+56+115=201 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.93% from 201); Green value is 56 (22.27% from 255 or 27.86% from 201); Blue value is 115 (45.31% from 255 or 57.21% from 201); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E3873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3873 is #E1C78C. Grayscale: #363636. Windows color (decimal): -14796685 or 7551006. OLE color: 7551006.

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

Color convert

RGB3056115-
CMYK0.740.5100.55
HSL221.65º58.62%28.43%-
HSV(B)221.65º73.91%45.1%-
XYZ5.044.3416.79-
YUV54.95161.89110.2-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 14.93%
GREEN value IS 56 (22.27% from 255) = 27.86%
BLUE value IS 115 (45.31% from 255) = 57.21%
R=14.93%
G=27.86%
B=57.21%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal30561150.740.5100.55221.6558.6228.43
Hex1E38734A33037de3b1c
Octal3670163112630673367334
Binary111101110001110011100101011001101101111101111011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E3873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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