Shades of Resolution Blue #1F3570
Tints of Resolution Blue #1F3570
RGB
CMYK
RGB Variations
Color information
#1F3570 (or 0x1F3570) is known color: Resolution Blue. HEX triplet: 1F, 35 and 70. RGB value is (31,53,112). Sum of RGB (Red+Green+Blue) = 31+53+112=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 53 (21.09% from 255 or 27.04% from 196); Blue value is 112 (44.14% from 255 or 57.14% from 196); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F3570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3570 is #E0CA8F. Grayscale: #343434. Windows color (decimal): -14731920 or 7353631. OLE color: 7353631.
HSL color Cylindrical-coordinate representation of color #1F3570: hue angle of 223.7º 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 #1F3570 is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 53 | 112 | - |
| CMYK | 0.72 | 0.53 | 0 | 0.56 |
| HSL | 223.7º | 0.57% | 0.28% | - |
| HSV(B) | 223.7º | 0.72% | 0.44% | - |
| XYZ | 4.76 | 4.01 | 15.85 | - |
| YUV | 53.15 | 161.21 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 53 | 112 | 0.72 | 0.53 | 0 | 0.56 | 223.7 | 0.57 | 0.28 |
| Hex | 1F | 35 | 70 | 48 | 35 | 0 | 38 | E0 | 39 | 1C |
| Octal | 37 | 65 | 160 | 110 | 65 | 0 | 70 | 340 | 71 | 34 |
| Binary | 11111 | 110101 | 1110000 | 1001000 | 110101 | 0 | 111000 | 11100000 | 111001 | 11100 |
Color Harmonies of #1F3570
Complementary color
Monochromatic Colors of #1F3570
Black with #1F3570
Text Example
Text Example
White with #1F3570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3570; }
p { color: rgb(31,53,112); }
H1.HeaderClassName
{
color: #1F3570;
}
.AnyTagClassName
{
color: #1F3570;
}
</style>
background-color css
<style>
a { background-color: #1F3570; }
a { background-color: rgb(31,53,112); }
div.DivClassName
{
background-color: #1F3570;
}
.BgClassName
{
background-color: #1F3570;
}
</style>
border-color css
<style>
span { border-color: #1F3570; }
span { border-color: rgb(31,53,112); }
td.TdClassName
{
border-color: #1F3570;
}
.TagClassName
{
border-color: #1F3570;
}
</style>