Shades of Resolution Blue #1E3C73
Tints of Resolution Blue #1E3C73
RGB
CMYK
RGB Variations
Color information
#1E3C73 (or 0x1E3C73) is known color: Resolution Blue. HEX triplet: 1E, 3C and 73. RGB value is (30,60,115). Sum of RGB (Red+Green+Blue) = 30+60+115=205 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.63% from 205); Green value is 60 (23.83% from 255 or 29.27% from 205); Blue value is 115 (45.31% from 255 or 56.10% from 205); Max value from RGB is 115 - color contains mainly: blue. Hex color #1E3C73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E3C73 is #E1C38C. Grayscale: #393939. Windows color (decimal): -14795661 or 7552030. OLE color: 7552030.
HSL color Cylindrical-coordinate representation of color #1E3C73: hue angle of 218.82º degrees, saturation: 0.59, 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 #1E3C73 is Cyan = 0.74, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 30 | 60 | 115 | - |
| CMYK | 0.74 | 0.48 | 0 | 0.55 |
| HSL | 218.82º | 0.59% | 0.28% | - |
| HSV(B) | 218.82º | 0.74% | 0.45% | - |
| XYZ | 5.25 | 4.75 | 16.86 | - |
| YUV | 57.3 | 160.56 | 108.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 60 | 115 | 0.74 | 0.48 | 0 | 0.55 | 218.82 | 0.59 | 0.28 |
| Hex | 1E | 3C | 73 | 4A | 30 | 0 | 37 | DB | 3B | 1C |
| Octal | 36 | 74 | 163 | 112 | 60 | 0 | 67 | 333 | 73 | 34 |
| Binary | 11110 | 111100 | 1110011 | 1001010 | 110000 | 0 | 110111 | 11011011 | 111011 | 11100 |
Color Harmonies of #1E3C73
Complementary color
Monochromatic Colors of #1E3C73
Black with #1E3C73
Text Example
Text Example
White with #1E3C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3C73; }
p { color: rgb(30,60,115); }
H1.HeaderClassName
{
color: #1E3C73;
}
.AnyTagClassName
{
color: #1E3C73;
}
</style>
background-color css
<style>
a { background-color: #1E3C73; }
a { background-color: rgb(30,60,115); }
div.DivClassName
{
background-color: #1E3C73;
}
.BgClassName
{
background-color: #1E3C73;
}
</style>
border-color css
<style>
span { border-color: #1E3C73; }
span { border-color: rgb(30,60,115); }
td.TdClassName
{
border-color: #1E3C73;
}
.TagClassName
{
border-color: #1E3C73;
}
</style>