Shades of Resolution Blue #1E377F
Tints of Resolution Blue #1E377F
RGB
CMYK
RGB Variations
Color information
#1E377F (or 0x1E377F) is known color: Resolution Blue. HEX triplet: 1E, 37 and 7F. RGB value is (30,55,127). Sum of RGB (Red+Green+Blue) = 30+55+127=212 (28% of max value = 765). Red value is 30 (12.11% from 255 or 14.15% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 127 (50% from 255 or 59.91% from 212); Max value from RGB is 127 - color contains mainly: blue. Hex color #1E377F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1E377F is #E1C880. Grayscale: #373737. Windows color (decimal): -14796929 or 8337182. OLE color: 8337182.
HSL color Cylindrical-coordinate representation of color #1E377F: hue angle of 224.54º 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 #1E377F is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 30 | 55 | 127 | - |
| CMYK | 0.76 | 0.57 | 0 | 0.50 |
| HSL | 224.54º | 0.62% | 0.31% | - |
| HSV(B) | 224.54º | 0.76% | 0.5% | - |
| XYZ | 5.73 | 4.54 | 20.65 | - |
| YUV | 55.73 | 168.22 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 55 | 127 | 0.76 | 0.57 | 0 | 0.50 | 224.54 | 0.62 | 0.31 |
| Hex | 1E | 37 | 7F | 4C | 39 | 0 | 32 | E1 | 3E | 1F |
| Octal | 36 | 67 | 177 | 114 | 71 | 0 | 62 | 341 | 76 | 37 |
| Binary | 11110 | 110111 | 1111111 | 1001100 | 111001 | 0 | 110010 | 11100001 | 111110 | 11111 |
Color Harmonies of #1E377F
Complementary color
Monochromatic Colors of #1E377F
Black with #1E377F
Text Example
Text Example
White with #1E377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E377F; }
p { color: rgb(30,55,127); }
H1.HeaderClassName
{
color: #1E377F;
}
.AnyTagClassName
{
color: #1E377F;
}
</style>
background-color css
<style>
a { background-color: #1E377F; }
a { background-color: rgb(30,55,127); }
div.DivClassName
{
background-color: #1E377F;
}
.BgClassName
{
background-color: #1E377F;
}
</style>
border-color css
<style>
span { border-color: #1E377F; }
span { border-color: rgb(30,55,127); }
td.TdClassName
{
border-color: #1E377F;
}
.TagClassName
{
border-color: #1E377F;
}
</style>