Shades of Resolution Blue #1F3974
Tints of Resolution Blue #1F3974
RGB
CMYK
RGB Variations
Color information
#1F3974 (or 0x1F3974) is known color: Resolution Blue. HEX triplet: 1F, 39 and 74. RGB value is (31,57,116). Sum of RGB (Red+Green+Blue) = 31+57+116=204 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.20% from 204); Green value is 57 (22.66% from 255 or 27.94% from 204); Blue value is 116 (45.70% from 255 or 56.86% from 204); Max value from RGB is 116 - color contains mainly: blue. Hex color #1F3974 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3974 is #E0C68B. Grayscale: #373737. Windows color (decimal): -14730892 or 7616799. OLE color: 7616799.
HSL color Cylindrical-coordinate representation of color #1F3974: hue angle of 221.65º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F3974 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 57 | 116 | - |
| CMYK | 0.73 | 0.51 | 0 | 0.55 |
| HSL | 221.65º | 0.58% | 0.29% | - |
| HSV(B) | 221.65º | 0.73% | 0.45% | - |
| XYZ | 5.18 | 4.48 | 17.11 | - |
| YUV | 55.95 | 161.89 | 110.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 57 | 116 | 0.73 | 0.51 | 0 | 0.55 | 221.65 | 0.58 | 0.29 |
| Hex | 1F | 39 | 74 | 49 | 33 | 0 | 37 | DE | 3A | 1D |
| Octal | 37 | 71 | 164 | 111 | 63 | 0 | 67 | 336 | 72 | 35 |
| Binary | 11111 | 111001 | 1110100 | 1001001 | 110011 | 0 | 110111 | 11011110 | 111010 | 11101 |
Color Harmonies of #1F3974
Complementary color
Monochromatic Colors of #1F3974
Black with #1F3974
Text Example
Text Example
White with #1F3974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3974; }
p { color: rgb(31,57,116); }
H1.HeaderClassName
{
color: #1F3974;
}
.AnyTagClassName
{
color: #1F3974;
}
</style>
background-color css
<style>
a { background-color: #1F3974; }
a { background-color: rgb(31,57,116); }
div.DivClassName
{
background-color: #1F3974;
}
.BgClassName
{
background-color: #1F3974;
}
</style>
border-color css
<style>
span { border-color: #1F3974; }
span { border-color: rgb(31,57,116); }
td.TdClassName
{
border-color: #1F3974;
}
.TagClassName
{
border-color: #1F3974;
}
</style>