Shades of Resolution Blue #1F3279
Tints of Resolution Blue #1F3279
RGB
CMYK
RGB Variations
Color information
#1F3279 (or 0x1F3279) is known color: Resolution Blue. HEX triplet: 1F, 32 and 79. RGB value is (31,50,121). Sum of RGB (Red+Green+Blue) = 31+50+121=202 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.35% from 202); Green value is 50 (19.92% from 255 or 24.75% from 202); Blue value is 121 (47.66% from 255 or 59.90% from 202); Max value from RGB is 121 - color contains mainly: blue. Hex color #1F3279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3279 is #E0CD86. Grayscale: #343434. Windows color (decimal): -14732679 or 7942687. OLE color: 7942687.
HSL color Cylindrical-coordinate representation of color #1F3279: hue angle of 227.33º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F3279 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 31 | 50 | 121 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.53 |
| HSL | 227.33º | 0.59% | 0.3% | - |
| HSV(B) | 227.33º | 0.74% | 0.47% | - |
| XYZ | 5.16 | 3.95 | 18.58 | - |
| YUV | 52.41 | 166.71 | 112.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 121 | 0.74 | 0.59 | 0 | 0.53 | 227.33 | 0.59 | 0.3 |
| Hex | 1F | 32 | 79 | 4A | 3B | 0 | 35 | E3 | 3B | 1E |
| Octal | 37 | 62 | 171 | 112 | 73 | 0 | 65 | 343 | 73 | 36 |
| Binary | 11111 | 110010 | 1111001 | 1001010 | 111011 | 0 | 110101 | 11100011 | 111011 | 11110 |
Color Harmonies of #1F3279
Complementary color
Monochromatic Colors of #1F3279
Black with #1F3279
Text Example
Text Example
White with #1F3279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3279; }
p { color: rgb(31,50,121); }
H1.HeaderClassName
{
color: #1F3279;
}
.AnyTagClassName
{
color: #1F3279;
}
</style>
background-color css
<style>
a { background-color: #1F3279; }
a { background-color: rgb(31,50,121); }
div.DivClassName
{
background-color: #1F3279;
}
.BgClassName
{
background-color: #1F3279;
}
</style>
border-color css
<style>
span { border-color: #1F3279; }
span { border-color: rgb(31,50,121); }
td.TdClassName
{
border-color: #1F3279;
}
.TagClassName
{
border-color: #1F3279;
}
</style>