Shades of Resolution Blue #1E3978
Tints of Resolution Blue #1E3978
RGB
CMYK
RGB Variations
Color information
#1E3978 (or 0x1E3978) is known color: Resolution Blue. HEX triplet: 1E, 39 and 78. RGB value is (30,57,120). Sum of RGB (Red+Green+Blue) = 30+57+120=207 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.49% from 207); Green value is 57 (22.66% from 255 or 27.54% from 207); Blue value is 120 (47.27% from 255 or 57.97% from 207); Max value from RGB is 120 - color contains mainly: blue. Hex color #1E3978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3978 is #E1C687. Grayscale: #373737. Windows color (decimal): -14796424 or 7878942. OLE color: 7878942.
HSL color Cylindrical-coordinate representation of color #1E3978: hue angle of 222º 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 #1E3978 is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 30 | 57 | 120 | - |
| CMYK | 0.75 | 0.52 | 0 | 0.53 |
| HSL | 222º | 0.6% | 0.29% | - |
| HSV(B) | 222º | 0.75% | 0.47% | - |
| XYZ | 5.39 | 4.56 | 18.37 | - |
| YUV | 56.11 | 164.05 | 109.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 57 | 120 | 0.75 | 0.52 | 0 | 0.53 | 222 | 0.6 | 0.29 |
| Hex | 1E | 39 | 78 | 4B | 34 | 0 | 35 | DE | 3C | 1D |
| Octal | 36 | 71 | 170 | 113 | 64 | 0 | 65 | 336 | 74 | 35 |
| Binary | 11110 | 111001 | 1111000 | 1001011 | 110100 | 0 | 110101 | 11011110 | 111100 | 11101 |
Color Harmonies of #1E3978
Complementary color
Monochromatic Colors of #1E3978
Black with #1E3978
Text Example
Text Example
White with #1E3978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3978; }
p { color: rgb(30,57,120); }
H1.HeaderClassName
{
color: #1E3978;
}
.AnyTagClassName
{
color: #1E3978;
}
</style>
background-color css
<style>
a { background-color: #1E3978; }
a { background-color: rgb(30,57,120); }
div.DivClassName
{
background-color: #1E3978;
}
.BgClassName
{
background-color: #1E3978;
}
</style>
border-color css
<style>
span { border-color: #1E3978; }
span { border-color: rgb(30,57,120); }
td.TdClassName
{
border-color: #1E3978;
}
.TagClassName
{
border-color: #1E3978;
}
</style>