Shades of Resolution Blue #1F377E
Tints of Resolution Blue #1F377E
RGB
CMYK
RGB Variations
Color information
#1F377E (or 0x1F377E) is known color: Resolution Blue. HEX triplet: 1F, 37 and 7E. RGB value is (31,55,126). Sum of RGB (Red+Green+Blue) = 31+55+126=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 55 (21.88% from 255 or 25.94% from 212); Blue value is 126 (49.61% from 255 or 59.43% from 212); Max value from RGB is 126 - color contains mainly: blue. Hex color #1F377E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F377E is #E0C881. Grayscale: #373737. Windows color (decimal): -14731394 or 8271647. OLE color: 8271647.
HSL color Cylindrical-coordinate representation of color #1F377E: hue angle of 224.84º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F377E is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 55 | 126 | - |
| CMYK | 0.75 | 0.56 | 0 | 0.51 |
| HSL | 224.84º | 0.61% | 0.31% | - |
| HSV(B) | 224.84º | 0.75% | 0.49% | - |
| XYZ | 5.7 | 4.53 | 20.31 | - |
| YUV | 55.92 | 167.55 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 55 | 126 | 0.75 | 0.56 | 0 | 0.51 | 224.84 | 0.61 | 0.31 |
| Hex | 1F | 37 | 7E | 4B | 38 | 0 | 33 | E1 | 3D | 1F |
| Octal | 37 | 67 | 176 | 113 | 70 | 0 | 63 | 341 | 75 | 37 |
| Binary | 11111 | 110111 | 1111110 | 1001011 | 111000 | 0 | 110011 | 11100001 | 111101 | 11111 |
Color Harmonies of #1F377E
Complementary color
Monochromatic Colors of #1F377E
Black with #1F377E
Text Example
Text Example
White with #1F377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F377E; }
p { color: rgb(31,55,126); }
H1.HeaderClassName
{
color: #1F377E;
}
.AnyTagClassName
{
color: #1F377E;
}
</style>
background-color css
<style>
a { background-color: #1F377E; }
a { background-color: rgb(31,55,126); }
div.DivClassName
{
background-color: #1F377E;
}
.BgClassName
{
background-color: #1F377E;
}
</style>
border-color css
<style>
span { border-color: #1F377E; }
span { border-color: rgb(31,55,126); }
td.TdClassName
{
border-color: #1F377E;
}
.TagClassName
{
border-color: #1F377E;
}
</style>