Shades of Resolution Blue #1E3379
Tints of Resolution Blue #1E3379
RGB
CMYK
RGB Variations
Color information
#1E3379 (or 0x1E3379) is known color: Resolution Blue. HEX triplet: 1E, 33 and 79. RGB value is (30,51,121). Sum of RGB (Red+Green+Blue) = 30+51+121=202 (26% of max value = 765). Red value is 30 (12.11% from 255 or 14.85% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 121 (47.66% from 255 or 59.90% from 202); Max value from RGB is 121 - color contains mainly: blue. Hex color #1E3379 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3379 is #E1CC86. Grayscale: #343434. Windows color (decimal): -14797959 or 7942942. OLE color: 7942942.
HSL color Cylindrical-coordinate representation of color #1E3379: hue angle of 226.15º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E3379 is Cyan = 0.75, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 51 | 121 | - |
| CMYK | 0.75 | 0.58 | 0 | 0.53 |
| HSL | 226.15º | 0.6% | 0.3% | - |
| HSV(B) | 226.15º | 0.75% | 0.47% | - |
| XYZ | 5.17 | 4.02 | 18.59 | - |
| YUV | 52.7 | 166.54 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 51 | 121 | 0.75 | 0.58 | 0 | 0.53 | 226.15 | 0.6 | 0.3 |
| Hex | 1E | 33 | 79 | 4B | 3A | 0 | 35 | E2 | 3C | 1E |
| Octal | 36 | 63 | 171 | 113 | 72 | 0 | 65 | 342 | 74 | 36 |
| Binary | 11110 | 110011 | 1111001 | 1001011 | 111010 | 0 | 110101 | 11100010 | 111100 | 11110 |
Color Harmonies of #1E3379
Complementary color
Monochromatic Colors of #1E3379
Black with #1E3379
Text Example
Text Example
White with #1E3379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3379; }
p { color: rgb(30,51,121); }
H1.HeaderClassName
{
color: #1E3379;
}
.AnyTagClassName
{
color: #1E3379;
}
</style>
background-color css
<style>
a { background-color: #1E3379; }
a { background-color: rgb(30,51,121); }
div.DivClassName
{
background-color: #1E3379;
}
.BgClassName
{
background-color: #1E3379;
}
</style>
border-color css
<style>
span { border-color: #1E3379; }
span { border-color: rgb(30,51,121); }
td.TdClassName
{
border-color: #1E3379;
}
.TagClassName
{
border-color: #1E3379;
}
</style>