Shades of Resolution Blue #1E367F
Tints of Resolution Blue #1E367F
RGB
CMYK
RGB Variations
Color information
#1E367F (or 0x1E367F) is known color: Resolution Blue. HEX triplet: 1E, 36 and 7F. RGB value is (30,54,127). Sum of RGB (Red+Green+Blue) = 30+54+127=211 (27% of max value = 765). Red value is 30 (12.11% from 255 or 14.22% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #1E367F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E367F is #E1C980. Grayscale: #363636. Windows color (decimal): -14797185 or 8336926. OLE color: 8336926.
HSL color Cylindrical-coordinate representation of color #1E367F: hue angle of 225.15º degrees, saturation: 0.62, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E367F is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 54 | 127 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.50 |
| HSL | 225.15º | 0.62% | 0.31% | - |
| HSV(B) | 225.15º | 0.76% | 0.5% | - |
| XYZ | 5.69 | 4.45 | 20.64 | - |
| YUV | 55.15 | 168.55 | 110.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 54 | 127 | 0.76 | 0.57 | 0 | 0.50 | 225.15 | 0.62 | 0.31 |
| Hex | 1E | 36 | 7F | 4C | 39 | 0 | 32 | E1 | 3E | 1F |
| Octal | 36 | 66 | 177 | 114 | 71 | 0 | 62 | 341 | 76 | 37 |
| Binary | 11110 | 110110 | 1111111 | 1001100 | 111001 | 0 | 110010 | 11100001 | 111110 | 11111 |
Color Harmonies of #1E367F
Complementary color
Monochromatic Colors of #1E367F
Black with #1E367F
Text Example
Text Example
White with #1E367F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E367F; }
p { color: rgb(30,54,127); }
H1.HeaderClassName
{
color: #1E367F;
}
.AnyTagClassName
{
color: #1E367F;
}
</style>
background-color css
<style>
a { background-color: #1E367F; }
a { background-color: rgb(30,54,127); }
div.DivClassName
{
background-color: #1E367F;
}
.BgClassName
{
background-color: #1E367F;
}
</style>
border-color css
<style>
span { border-color: #1E367F; }
span { border-color: rgb(30,54,127); }
td.TdClassName
{
border-color: #1E367F;
}
.TagClassName
{
border-color: #1E367F;
}
</style>