Shades of Resolution Blue #1F3270
Tints of Resolution Blue #1F3270
RGB
CMYK
RGB Variations
Color information
#1F3270 (or 0x1F3270) is known color: Resolution Blue. HEX triplet: 1F, 32 and 70. RGB value is (31,50,112). Sum of RGB (Red+Green+Blue) = 31+50+112=193 (25% of max value = 765). Red value is 31 (12.5% from 255 or 16.06% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F3270 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3270 is #E0CD8F. Grayscale: #333333. Windows color (decimal): -14732688 or 7352863. OLE color: 7352863.
HSL color Cylindrical-coordinate representation of color #1F3270: hue angle of 225.93º 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 #1F3270 is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 50 | 112 | - |
| CMYK | 0.72 | 0.55 | 0 | 0.56 |
| HSL | 225.93º | 0.57% | 0.28% | - |
| HSV(B) | 225.93º | 0.72% | 0.44% | - |
| XYZ | 4.63 | 3.74 | 15.81 | - |
| YUV | 51.39 | 162.21 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 112 | 0.72 | 0.55 | 0 | 0.56 | 225.93 | 0.57 | 0.28 |
| Hex | 1F | 32 | 70 | 48 | 37 | 0 | 38 | E2 | 39 | 1C |
| Octal | 37 | 62 | 160 | 110 | 67 | 0 | 70 | 342 | 71 | 34 |
| Binary | 11111 | 110010 | 1110000 | 1001000 | 110111 | 0 | 111000 | 11100010 | 111001 | 11100 |
Color Harmonies of #1F3270
Complementary color
Monochromatic Colors of #1F3270
Black with #1F3270
Text Example
Text Example
White with #1F3270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3270; }
p { color: rgb(31,50,112); }
H1.HeaderClassName
{
color: #1F3270;
}
.AnyTagClassName
{
color: #1F3270;
}
</style>
background-color css
<style>
a { background-color: #1F3270; }
a { background-color: rgb(31,50,112); }
div.DivClassName
{
background-color: #1F3270;
}
.BgClassName
{
background-color: #1F3270;
}
</style>
border-color css
<style>
span { border-color: #1F3270; }
span { border-color: rgb(31,50,112); }
td.TdClassName
{
border-color: #1F3270;
}
.TagClassName
{
border-color: #1F3270;
}
</style>