Shades of Resolution Blue #1E3672
Tints of Resolution Blue #1E3672
RGB
CMYK
RGB Variations
Color information
#1E3672 (or 0x1E3672) is known color: Resolution Blue. HEX triplet: 1E, 36 and 72. RGB value is (30,54,114). Sum of RGB (Red+Green+Blue) = 30+54+114=198 (26% of max value = 765). Red value is 30 (12.11% from 255 or 15.15% from 198); Green value is 54 (21.48% from 255 or 27.27% from 198); Blue value is 114 (44.92% from 255 or 57.58% from 198); Max value from RGB is 114 - color contains mainly: blue. Hex color #1E3672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3672 is #E1C98D. Grayscale: #353535. Windows color (decimal): -14797198 or 7484958. OLE color: 7484958.
HSL color Cylindrical-coordinate representation of color #1E3672: hue angle of 222.86º degrees, saturation: 0.58, 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 #1E3672 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 54 | 114 | - |
| CMYK | 0.74 | 0.53 | 0 | 0.55 |
| HSL | 222.86º | 0.58% | 0.28% | - |
| HSV(B) | 222.86º | 0.74% | 0.45% | - |
| XYZ | 4.89 | 4.13 | 16.46 | - |
| YUV | 53.66 | 162.05 | 111.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 54 | 114 | 0.74 | 0.53 | 0 | 0.55 | 222.86 | 0.58 | 0.28 |
| Hex | 1E | 36 | 72 | 4A | 35 | 0 | 37 | DF | 3A | 1C |
| Octal | 36 | 66 | 162 | 112 | 65 | 0 | 67 | 337 | 72 | 34 |
| Binary | 11110 | 110110 | 1110010 | 1001010 | 110101 | 0 | 110111 | 11011111 | 111010 | 11100 |
Color Harmonies of #1E3672
Complementary color
Monochromatic Colors of #1E3672
Black with #1E3672
Text Example
Text Example
White with #1E3672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3672; }
p { color: rgb(30,54,114); }
H1.HeaderClassName
{
color: #1E3672;
}
.AnyTagClassName
{
color: #1E3672;
}
</style>
background-color css
<style>
a { background-color: #1E3672; }
a { background-color: rgb(30,54,114); }
div.DivClassName
{
background-color: #1E3672;
}
.BgClassName
{
background-color: #1E3672;
}
</style>
border-color css
<style>
span { border-color: #1E3672; }
span { border-color: rgb(30,54,114); }
td.TdClassName
{
border-color: #1E3672;
}
.TagClassName
{
border-color: #1E3672;
}
</style>