Shades of Resolution Blue #1F3870
Tints of Resolution Blue #1F3870
RGB
CMYK
RGB Variations
Color information
#1F3870 (or 0x1F3870) is known color: Resolution Blue. HEX triplet: 1F, 38 and 70. RGB value is (31,56,112). Sum of RGB (Red+Green+Blue) = 31+56+112=199 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.58% from 199); Green value is 56 (22.27% from 255 or 28.14% from 199); Blue value is 112 (44.14% from 255 or 56.28% from 199); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F3870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3870 is #E0C78F. Grayscale: #363636. Windows color (decimal): -14731152 or 7354399. OLE color: 7354399.
HSL color Cylindrical-coordinate representation of color #1F3870: hue angle of 221.48º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F3870 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 56 | 112 | - |
| CMYK | 0.72 | 0.50 | 0 | 0.56 |
| HSL | 221.48º | 0.57% | 0.28% | - |
| HSV(B) | 221.48º | 0.72% | 0.44% | - |
| XYZ | 4.9 | 4.29 | 15.9 | - |
| YUV | 54.91 | 160.22 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 56 | 112 | 0.72 | 0.50 | 0 | 0.56 | 221.48 | 0.57 | 0.28 |
| Hex | 1F | 38 | 70 | 48 | 32 | 0 | 38 | DD | 39 | 1C |
| Octal | 37 | 70 | 160 | 110 | 62 | 0 | 70 | 335 | 71 | 34 |
| Binary | 11111 | 111000 | 1110000 | 1001000 | 110010 | 0 | 111000 | 11011101 | 111001 | 11100 |
Color Harmonies of #1F3870
Complementary color
Monochromatic Colors of #1F3870
Black with #1F3870
Text Example
Text Example
White with #1F3870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3870; }
p { color: rgb(31,56,112); }
H1.HeaderClassName
{
color: #1F3870;
}
.AnyTagClassName
{
color: #1F3870;
}
</style>
background-color css
<style>
a { background-color: #1F3870; }
a { background-color: rgb(31,56,112); }
div.DivClassName
{
background-color: #1F3870;
}
.BgClassName
{
background-color: #1F3870;
}
</style>
border-color css
<style>
span { border-color: #1F3870; }
span { border-color: rgb(31,56,112); }
td.TdClassName
{
border-color: #1F3870;
}
.TagClassName
{
border-color: #1F3870;
}
</style>