Shades of Resolution Blue #1F2F73
Tints of Resolution Blue #1F2F73
RGB
CMYK
RGB Variations
Color information
#1F2F73 (or 0x1F2F73) is known color: Resolution Blue. HEX triplet: 1F, 2F and 73. RGB value is (31,47,115). Sum of RGB (Red+Green+Blue) = 31+47+115=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 47 (18.75% from 255 or 24.35% from 193); Blue value is 115 (45.31% from 255 or 59.59% from 193); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F2F73 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2F73 is #E0D08C. Grayscale: #313131. Windows color (decimal): -14733453 or 7548703. OLE color: 7548703.
HSL color Cylindrical-coordinate representation of color #1F2F73: hue angle of 228.57º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F2F73 is Cyan = 0.73, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 47 | 115 | - |
| CMYK | 0.73 | 0.59 | 0 | 0.55 |
| HSL | 228.57º | 0.58% | 0.29% | - |
| HSV(B) | 228.57º | 0.73% | 0.45% | - |
| XYZ | 4.68 | 3.56 | 16.66 | - |
| YUV | 49.97 | 164.7 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 47 | 115 | 0.73 | 0.59 | 0 | 0.55 | 228.57 | 0.58 | 0.29 |
| Hex | 1F | 2F | 73 | 49 | 3B | 0 | 37 | E5 | 3A | 1D |
| Octal | 37 | 57 | 163 | 111 | 73 | 0 | 67 | 345 | 72 | 35 |
| Binary | 11111 | 101111 | 1110011 | 1001001 | 111011 | 0 | 110111 | 11100101 | 111010 | 11101 |
Color Harmonies of #1F2F73
Complementary color
Monochromatic Colors of #1F2F73
Black with #1F2F73
Text Example
Text Example
White with #1F2F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2F73; }
p { color: rgb(31,47,115); }
H1.HeaderClassName
{
color: #1F2F73;
}
.AnyTagClassName
{
color: #1F2F73;
}
</style>
background-color css
<style>
a { background-color: #1F2F73; }
a { background-color: rgb(31,47,115); }
div.DivClassName
{
background-color: #1F2F73;
}
.BgClassName
{
background-color: #1F2F73;
}
</style>
border-color css
<style>
span { border-color: #1F2F73; }
span { border-color: rgb(31,47,115); }
td.TdClassName
{
border-color: #1F2F73;
}
.TagClassName
{
border-color: #1F2F73;
}
</style>