Shades of Resolution Blue #1E407F
Tints of Resolution Blue #1E407F
RGB
CMYK
RGB Variations
Color information
#1E407F (or 0x1E407F) is known color: Resolution Blue. HEX triplet: 1E, 40 and 7F. RGB value is (30,64,127). Sum of RGB (Red+Green+Blue) = 30+64+127=221 (29% of max value = 765). Red value is 30 (12.11% from 255 or 13.57% from 221); Green value is 64 (25.39% from 255 or 28.96% from 221); Blue value is 127 (50% from 255 or 57.47% from 221); Max value from RGB is 127 - color contains mainly: blue. Hex color #1E407F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E407F is #E1BF80. Grayscale: #3C3C3C. Windows color (decimal): -14794625 or 8339486. OLE color: 8339486.
HSL color Cylindrical-coordinate representation of color #1E407F: hue angle of 218.97º 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 #1E407F is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 64 | 127 | - |
| CMYK | 0.76 | 0.50 | 0 | 0.50 |
| HSL | 218.97º | 0.62% | 0.31% | - |
| HSV(B) | 218.97º | 0.76% | 0.5% | - |
| XYZ | 6.2 | 5.48 | 20.81 | - |
| YUV | 61.02 | 165.24 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 64 | 127 | 0.76 | 0.50 | 0 | 0.50 | 218.97 | 0.62 | 0.31 |
| Hex | 1E | 40 | 7F | 4C | 32 | 0 | 32 | DB | 3E | 1F |
| Octal | 36 | 100 | 177 | 114 | 62 | 0 | 62 | 333 | 76 | 37 |
| Binary | 11110 | 1000000 | 1111111 | 1001100 | 110010 | 0 | 110010 | 11011011 | 111110 | 11111 |
Color Harmonies of #1E407F
Complementary color
Monochromatic Colors of #1E407F
Black with #1E407F
Text Example
Text Example
White with #1E407F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E407F; }
p { color: rgb(30,64,127); }
H1.HeaderClassName
{
color: #1E407F;
}
.AnyTagClassName
{
color: #1E407F;
}
</style>
background-color css
<style>
a { background-color: #1E407F; }
a { background-color: rgb(30,64,127); }
div.DivClassName
{
background-color: #1E407F;
}
.BgClassName
{
background-color: #1E407F;
}
</style>
border-color css
<style>
span { border-color: #1E407F; }
span { border-color: rgb(30,64,127); }
td.TdClassName
{
border-color: #1E407F;
}
.TagClassName
{
border-color: #1E407F;
}
</style>