Shades of Resolution Blue #1F337C
Tints of Resolution Blue #1F337C
RGB
CMYK
RGB Variations
Color information
#1F337C (or 0x1F337C) is known color: Resolution Blue. HEX triplet: 1F, 33 and 7C. RGB value is (31,51,124). Sum of RGB (Red+Green+Blue) = 31+51+124=206 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.05% from 206); Green value is 51 (20.31% from 255 or 24.76% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F337C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F337C is #E0CC83. Grayscale: #353535. Windows color (decimal): -14732420 or 8139551. OLE color: 8139551.
HSL color Cylindrical-coordinate representation of color #1F337C: hue angle of 227.1º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F337C is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 51 | 124 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.51 |
| HSL | 227.1º | 0.6% | 0.3% | - |
| HSV(B) | 227.1º | 0.75% | 0.49% | - |
| XYZ | 5.39 | 4.11 | 19.58 | - |
| YUV | 53.34 | 167.87 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 51 | 124 | 0.75 | 0.59 | 0 | 0.51 | 227.1 | 0.6 | 0.3 |
| Hex | 1F | 33 | 7C | 4B | 3B | 0 | 33 | E3 | 3C | 1E |
| Octal | 37 | 63 | 174 | 113 | 73 | 0 | 63 | 343 | 74 | 36 |
| Binary | 11111 | 110011 | 1111100 | 1001011 | 111011 | 0 | 110011 | 11100011 | 111100 | 11110 |
Color Harmonies of #1F337C
Complementary color
Monochromatic Colors of #1F337C
Black with #1F337C
Text Example
Text Example
White with #1F337C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F337C; }
p { color: rgb(31,51,124); }
H1.HeaderClassName
{
color: #1F337C;
}
.AnyTagClassName
{
color: #1F337C;
}
</style>
background-color css
<style>
a { background-color: #1F337C; }
a { background-color: rgb(31,51,124); }
div.DivClassName
{
background-color: #1F337C;
}
.BgClassName
{
background-color: #1F337C;
}
</style>
border-color css
<style>
span { border-color: #1F337C; }
span { border-color: rgb(31,51,124); }
td.TdClassName
{
border-color: #1F337C;
}
.TagClassName
{
border-color: #1F337C;
}
</style>