Shades of Resolution Blue #1F4176
Tints of Resolution Blue #1F4176
RGB
CMYK
RGB Variations
Color information
#1F4176 (or 0x1F4176) is known color: Resolution Blue. HEX triplet: 1F, 41 and 76. RGB value is (31,65,118). Sum of RGB (Red+Green+Blue) = 31+65+118=214 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.49% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 118 (46.48% from 255 or 55.14% from 214); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F4176 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4176 is #E0BE89. Grayscale: #3C3C3C. Windows color (decimal): -14728842 or 7749919. OLE color: 7749919.
HSL color Cylindrical-coordinate representation of color #1F4176: hue angle of 216.55º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F4176 is Cyan = 0.74, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 31 | 65 | 118 | - |
| CMYK | 0.74 | 0.45 | 0 | 0.54 |
| HSL | 216.55º | 0.58% | 0.29% | - |
| HSV(B) | 216.55º | 0.74% | 0.46% | - |
| XYZ | 5.73 | 5.38 | 17.88 | - |
| YUV | 60.88 | 160.24 | 106.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 65 | 118 | 0.74 | 0.45 | 0 | 0.54 | 216.55 | 0.58 | 0.29 |
| Hex | 1F | 41 | 76 | 4A | 2D | 0 | 36 | D9 | 3A | 1D |
| Octal | 37 | 101 | 166 | 112 | 55 | 0 | 66 | 331 | 72 | 35 |
| Binary | 11111 | 1000001 | 1110110 | 1001010 | 101101 | 0 | 110110 | 11011001 | 111010 | 11101 |
Color Harmonies of #1F4176
Complementary color
Monochromatic Colors of #1F4176
Black with #1F4176
Text Example
Text Example
White with #1F4176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4176; }
p { color: rgb(31,65,118); }
H1.HeaderClassName
{
color: #1F4176;
}
.AnyTagClassName
{
color: #1F4176;
}
</style>
background-color css
<style>
a { background-color: #1F4176; }
a { background-color: rgb(31,65,118); }
div.DivClassName
{
background-color: #1F4176;
}
.BgClassName
{
background-color: #1F4176;
}
</style>
border-color css
<style>
span { border-color: #1F4176; }
span { border-color: rgb(31,65,118); }
td.TdClassName
{
border-color: #1F4176;
}
.TagClassName
{
border-color: #1F4176;
}
</style>