Shades of Resolution Blue #1F3072
Tints of Resolution Blue #1F3072
RGB
CMYK
RGB Variations
Color information
#1F3072 (or 0x1F3072) is known color: Resolution Blue. HEX triplet: 1F, 30 and 72. RGB value is (31,48,114). Sum of RGB (Red+Green+Blue) = 31+48+114=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 48 (19.14% from 255 or 24.87% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F3072 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3072 is #E0CF8D. Grayscale: #323232. Windows color (decimal): -14733198 or 7483423. OLE color: 7483423.
HSL color Cylindrical-coordinate representation of color #1F3072: hue angle of 227.71º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F3072 is Cyan = 0.73, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 48 | 114 | - |
| CMYK | 0.73 | 0.58 | 0 | 0.55 |
| HSL | 227.71º | 0.57% | 0.28% | - |
| HSV(B) | 227.71º | 0.73% | 0.45% | - |
| XYZ | 4.66 | 3.62 | 16.37 | - |
| YUV | 50.44 | 163.87 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 48 | 114 | 0.73 | 0.58 | 0 | 0.55 | 227.71 | 0.57 | 0.28 |
| Hex | 1F | 30 | 72 | 49 | 3A | 0 | 37 | E4 | 39 | 1C |
| Octal | 37 | 60 | 162 | 111 | 72 | 0 | 67 | 344 | 71 | 34 |
| Binary | 11111 | 110000 | 1110010 | 1001001 | 111010 | 0 | 110111 | 11100100 | 111001 | 11100 |
Color Harmonies of #1F3072
Complementary color
Monochromatic Colors of #1F3072
Black with #1F3072
Text Example
Text Example
White with #1F3072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3072; }
p { color: rgb(31,48,114); }
H1.HeaderClassName
{
color: #1F3072;
}
.AnyTagClassName
{
color: #1F3072;
}
</style>
background-color css
<style>
a { background-color: #1F3072; }
a { background-color: rgb(31,48,114); }
div.DivClassName
{
background-color: #1F3072;
}
.BgClassName
{
background-color: #1F3072;
}
</style>
border-color css
<style>
span { border-color: #1F3072; }
span { border-color: rgb(31,48,114); }
td.TdClassName
{
border-color: #1F3072;
}
.TagClassName
{
border-color: #1F3072;
}
</style>