Shades of Resolution Blue #1F317B
Tints of Resolution Blue #1F317B
RGB
CMYK
RGB Variations
Color information
#1F317B (or 0x1F317B) is known color: Resolution Blue. HEX triplet: 1F, 31 and 7B. RGB value is (31,49,123). Sum of RGB (Red+Green+Blue) = 31+49+123=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 49 (19.53% from 255 or 24.14% from 203); Blue value is 123 (48.44% from 255 or 60.59% from 203); Max value from RGB is 123 - color contains mainly: blue. Hex color #1F317B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F317B is #E0CE84. Grayscale: #333333. Windows color (decimal): -14732933 or 8073503. OLE color: 8073503.
HSL color Cylindrical-coordinate representation of color #1F317B: hue angle of 228.26º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F317B is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 31 | 49 | 123 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.52 |
| HSL | 228.26º | 0.6% | 0.3% | - |
| HSV(B) | 228.26º | 0.75% | 0.48% | - |
| XYZ | 5.24 | 3.92 | 19.22 | - |
| YUV | 52.05 | 168.04 | 112.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 49 | 123 | 0.75 | 0.60 | 0 | 0.52 | 228.26 | 0.6 | 0.3 |
| Hex | 1F | 31 | 7B | 4B | 3C | 0 | 34 | E4 | 3C | 1E |
| Octal | 37 | 61 | 173 | 113 | 74 | 0 | 64 | 344 | 74 | 36 |
| Binary | 11111 | 110001 | 1111011 | 1001011 | 111100 | 0 | 110100 | 11100100 | 111100 | 11110 |
Color Harmonies of #1F317B
Complementary color
Monochromatic Colors of #1F317B
Black with #1F317B
Text Example
Text Example
White with #1F317B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F317B; }
p { color: rgb(31,49,123); }
H1.HeaderClassName
{
color: #1F317B;
}
.AnyTagClassName
{
color: #1F317B;
}
</style>
background-color css
<style>
a { background-color: #1F317B; }
a { background-color: rgb(31,49,123); }
div.DivClassName
{
background-color: #1F317B;
}
.BgClassName
{
background-color: #1F317B;
}
</style>
border-color css
<style>
span { border-color: #1F317B; }
span { border-color: rgb(31,49,123); }
td.TdClassName
{
border-color: #1F317B;
}
.TagClassName
{
border-color: #1F317B;
}
</style>