Shades of Resolution Blue #1F327C
Tints of Resolution Blue #1F327C
RGB
CMYK
RGB Variations
Color information
#1F327C (or 0x1F327C) is known color: Resolution Blue. HEX triplet: 1F, 32 and 7C. RGB value is (31,50,124). Sum of RGB (Red+Green+Blue) = 31+50+124=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 50 (19.92% from 255 or 24.39% from 205); Blue value is 124 (48.83% from 255 or 60.49% from 205); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F327C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F327C is #E0CD83. Grayscale: #343434. Windows color (decimal): -14732676 or 8139295. OLE color: 8139295.
HSL color Cylindrical-coordinate representation of color #1F327C: hue angle of 227.74º 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 #1F327C is Cyan = 0.75, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 50 | 124 | - |
| CMYK | 0.75 | 0.60 | 0 | 0.51 |
| HSL | 227.74º | 0.6% | 0.3% | - |
| HSV(B) | 227.74º | 0.75% | 0.49% | - |
| XYZ | 5.34 | 4.03 | 19.56 | - |
| YUV | 52.76 | 168.21 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 124 | 0.75 | 0.60 | 0 | 0.51 | 227.74 | 0.6 | 0.3 |
| Hex | 1F | 32 | 7C | 4B | 3C | 0 | 33 | E4 | 3C | 1E |
| Octal | 37 | 62 | 174 | 113 | 74 | 0 | 63 | 344 | 74 | 36 |
| Binary | 11111 | 110010 | 1111100 | 1001011 | 111100 | 0 | 110011 | 11100100 | 111100 | 11110 |
Color Harmonies of #1F327C
Complementary color
Monochromatic Colors of #1F327C
Black with #1F327C
Text Example
Text Example
White with #1F327C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F327C; }
p { color: rgb(31,50,124); }
H1.HeaderClassName
{
color: #1F327C;
}
.AnyTagClassName
{
color: #1F327C;
}
</style>
background-color css
<style>
a { background-color: #1F327C; }
a { background-color: rgb(31,50,124); }
div.DivClassName
{
background-color: #1F327C;
}
.BgClassName
{
background-color: #1F327C;
}
</style>
border-color css
<style>
span { border-color: #1F327C; }
span { border-color: rgb(31,50,124); }
td.TdClassName
{
border-color: #1F327C;
}
.TagClassName
{
border-color: #1F327C;
}
</style>