Shades of Resolution Blue #1E3778
Tints of Resolution Blue #1E3778
RGB
CMYK
RGB Variations
Color information
#1E3778 (or 0x1E3778) is known color: Resolution Blue. HEX triplet: 1E, 37 and 78. RGB value is (30,55,120). Sum of RGB (Red+Green+Blue) = 30+55+120=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 120 (47.27% from 255 or 58.54% from 205); Max value from RGB is 120 - color contains mainly: blue. Hex color #1E3778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3778 is #E1C887. Grayscale: #363636. Windows color (decimal): -14796936 or 7878430. OLE color: 7878430.
HSL color Cylindrical-coordinate representation of color #1E3778: hue angle of 223.33º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1E3778 is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 55 | 120 | - |
| CMYK | 0.75 | 0.54 | 0 | 0.53 |
| HSL | 223.33º | 0.6% | 0.29% | - |
| HSV(B) | 223.33º | 0.75% | 0.47% | - |
| XYZ | 5.29 | 4.36 | 18.33 | - |
| YUV | 54.94 | 164.72 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 55 | 120 | 0.75 | 0.54 | 0 | 0.53 | 223.33 | 0.6 | 0.29 |
| Hex | 1E | 37 | 78 | 4B | 36 | 0 | 35 | DF | 3C | 1D |
| Octal | 36 | 67 | 170 | 113 | 66 | 0 | 65 | 337 | 74 | 35 |
| Binary | 11110 | 110111 | 1111000 | 1001011 | 110110 | 0 | 110101 | 11011111 | 111100 | 11101 |
Color Harmonies of #1E3778
Complementary color
Monochromatic Colors of #1E3778
Black with #1E3778
Text Example
Text Example
White with #1E3778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3778; }
p { color: rgb(30,55,120); }
H1.HeaderClassName
{
color: #1E3778;
}
.AnyTagClassName
{
color: #1E3778;
}
</style>
background-color css
<style>
a { background-color: #1E3778; }
a { background-color: rgb(30,55,120); }
div.DivClassName
{
background-color: #1E3778;
}
.BgClassName
{
background-color: #1E3778;
}
</style>
border-color css
<style>
span { border-color: #1E3778; }
span { border-color: rgb(30,55,120); }
td.TdClassName
{
border-color: #1E3778;
}
.TagClassName
{
border-color: #1E3778;
}
</style>