Shades of Resolution Blue #1E3973
Tints of Resolution Blue #1E3973
RGB
CMYK
RGB Variations
Color information
#1E3973 (or 0x1E3973) is known color: Resolution Blue. HEX triplet: 1E, 39 and 73. RGB value is (30,57,115). Sum of RGB (Red+Green+Blue) = 30+57+115=202 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.85% from 202); Green value is 57 (22.66% from 255 or 28.22% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E3973 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3973 is #E1C68C. Grayscale: #373737. Windows color (decimal): -14796429 or 7551262. OLE color: 7551262.
HSL color Cylindrical-coordinate representation of color #1E3973: hue angle of 220.94º 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 #1E3973 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 57 | 115 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.55 |
| HSL | 220.94º | 0.59% | 0.28% | - |
| HSV(B) | 220.94º | 0.74% | 0.45% | - |
| XYZ | 5.09 | 4.44 | 16.81 | - |
| YUV | 55.54 | 161.55 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 57 | 115 | 0.74 | 0.50 | 0 | 0.55 | 220.94 | 0.59 | 0.28 |
| Hex | 1E | 39 | 73 | 4A | 32 | 0 | 37 | DD | 3B | 1C |
| Octal | 36 | 71 | 163 | 112 | 62 | 0 | 67 | 335 | 73 | 34 |
| Binary | 11110 | 111001 | 1110011 | 1001010 | 110010 | 0 | 110111 | 11011101 | 111011 | 11100 |
Color Harmonies of #1E3973
Complementary color
Monochromatic Colors of #1E3973
Black with #1E3973
Text Example
Text Example
White with #1E3973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3973; }
p { color: rgb(30,57,115); }
H1.HeaderClassName
{
color: #1E3973;
}
.AnyTagClassName
{
color: #1E3973;
}
</style>
background-color css
<style>
a { background-color: #1E3973; }
a { background-color: rgb(30,57,115); }
div.DivClassName
{
background-color: #1E3973;
}
.BgClassName
{
background-color: #1E3973;
}
</style>
border-color css
<style>
span { border-color: #1E3973; }
span { border-color: rgb(30,57,115); }
td.TdClassName
{
border-color: #1E3973;
}
.TagClassName
{
border-color: #1E3973;
}
</style>