Shades of Resolution Blue #1E367E
Tints of Resolution Blue #1E367E
RGB
CMYK
RGB Variations
Color information
#1E367E (or 0x1E367E) is known color: Resolution Blue. HEX triplet: 1E, 36 and 7E. RGB value is (30,54,126). Sum of RGB (Red+Green+Blue) = 30+54+126=210 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.29% from 210); Green value is 54 (21.48% from 255 or 25.71% from 210); Blue value is 126 (49.61% from 255 or 60% from 210); Max value from RGB is 126 - color contains mainly: blue. Hex color #1E367E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E367E is #E1C981. Grayscale: #363636. Windows color (decimal): -14797186 or 8271390. OLE color: 8271390.
HSL color Cylindrical-coordinate representation of color #1E367E: hue angle of 225º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E367E is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 30 | 54 | 126 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.51 |
| HSL | 225º | 0.62% | 0.31% | - |
| HSV(B) | 225º | 0.76% | 0.49% | - |
| XYZ | 5.62 | 4.42 | 20.3 | - |
| YUV | 55.03 | 168.05 | 110.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 54 | 126 | 0.76 | 0.57 | 0 | 0.51 | 225 | 0.62 | 0.31 |
| Hex | 1E | 36 | 7E | 4C | 39 | 0 | 33 | E1 | 3E | 1F |
| Octal | 36 | 66 | 176 | 114 | 71 | 0 | 63 | 341 | 76 | 37 |
| Binary | 11110 | 110110 | 1111110 | 1001100 | 111001 | 0 | 110011 | 11100001 | 111110 | 11111 |
Color Harmonies of #1E367E
Complementary color
Monochromatic Colors of #1E367E
Black with #1E367E
Text Example
Text Example
White with #1E367E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E367E; }
p { color: rgb(30,54,126); }
H1.HeaderClassName
{
color: #1E367E;
}
.AnyTagClassName
{
color: #1E367E;
}
</style>
background-color css
<style>
a { background-color: #1E367E; }
a { background-color: rgb(30,54,126); }
div.DivClassName
{
background-color: #1E367E;
}
.BgClassName
{
background-color: #1E367E;
}
</style>
border-color css
<style>
span { border-color: #1E367E; }
span { border-color: rgb(30,54,126); }
td.TdClassName
{
border-color: #1E367E;
}
.TagClassName
{
border-color: #1E367E;
}
</style>