Shades of Resolution Blue #1E3A75
Tints of Resolution Blue #1E3A75
RGB
CMYK
RGB Variations
Color information
#1E3A75 (or 0x1E3A75) is known color: Resolution Blue. HEX triplet: 1E, 3A and 75. RGB value is (30,58,117). Sum of RGB (Red+Green+Blue) = 30+58+117=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 58 (23.05% from 255 or 28.29% from 205); Blue value is 117 (46.09% from 255 or 57.07% from 205); Max value from RGB is 117 - color contains mainly: blue. Hex color #1E3A75 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3A75 is #E1C58A. Grayscale: #383838. Windows color (decimal): -14796171 or 7682590. OLE color: 7682590.
HSL color Cylindrical-coordinate representation of color #1E3A75: hue angle of 220.69º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1E3A75 is Cyan = 0.74, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 30 | 58 | 117 | - |
| CMYK | 0.74 | 0.50 | 0 | 0.54 |
| HSL | 220.69º | 0.59% | 0.29% | - |
| HSV(B) | 220.69º | 0.74% | 0.46% | - |
| XYZ | 5.26 | 4.59 | 17.44 | - |
| YUV | 56.35 | 162.22 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 58 | 117 | 0.74 | 0.50 | 0 | 0.54 | 220.69 | 0.59 | 0.29 |
| Hex | 1E | 3A | 75 | 4A | 32 | 0 | 36 | DD | 3B | 1D |
| Octal | 36 | 72 | 165 | 112 | 62 | 0 | 66 | 335 | 73 | 35 |
| Binary | 11110 | 111010 | 1110101 | 1001010 | 110010 | 0 | 110110 | 11011101 | 111011 | 11101 |
Color Harmonies of #1E3A75
Complementary color
Monochromatic Colors of #1E3A75
Black with #1E3A75
Text Example
Text Example
White with #1E3A75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3A75; }
p { color: rgb(30,58,117); }
H1.HeaderClassName
{
color: #1E3A75;
}
.AnyTagClassName
{
color: #1E3A75;
}
</style>
background-color css
<style>
a { background-color: #1E3A75; }
a { background-color: rgb(30,58,117); }
div.DivClassName
{
background-color: #1E3A75;
}
.BgClassName
{
background-color: #1E3A75;
}
</style>
border-color css
<style>
span { border-color: #1E3A75; }
span { border-color: rgb(30,58,117); }
td.TdClassName
{
border-color: #1E3A75;
}
.TagClassName
{
border-color: #1E3A75;
}
</style>