Shades of Resolution Blue #1F3874
Tints of Resolution Blue #1F3874
RGB
CMYK
RGB Variations
Color information
#1F3874 (or 0x1F3874) is known color: Resolution Blue. HEX triplet: 1F, 38 and 74. RGB value is (31,56,116). Sum of RGB (Red+Green+Blue) = 31+56+116=203 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.27% from 203); Green value is 56 (22.27% from 255 or 27.59% from 203); Blue value is 116 (45.70% from 255 or 57.14% from 203); Max value from RGB is 116 - color contains mainly: blue. Hex color #1F3874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F3874 is #E0C78B. Grayscale: #373737. Windows color (decimal): -14731148 or 7616543. OLE color: 7616543.
HSL color Cylindrical-coordinate representation of color #1F3874: hue angle of 222.35º 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 #1F3874 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 31 | 56 | 116 | - |
| CMYK | 0.73 | 0.52 | 0 | 0.55 |
| HSL | 222.35º | 0.58% | 0.29% | - |
| HSV(B) | 222.35º | 0.73% | 0.45% | - |
| XYZ | 5.13 | 4.38 | 17.1 | - |
| YUV | 55.37 | 162.22 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 56 | 116 | 0.73 | 0.52 | 0 | 0.55 | 222.35 | 0.58 | 0.29 |
| Hex | 1F | 38 | 74 | 49 | 34 | 0 | 37 | DE | 3A | 1D |
| Octal | 37 | 70 | 164 | 111 | 64 | 0 | 67 | 336 | 72 | 35 |
| Binary | 11111 | 111000 | 1110100 | 1001001 | 110100 | 0 | 110111 | 11011110 | 111010 | 11101 |
Color Harmonies of #1F3874
Complementary color
Monochromatic Colors of #1F3874
Black with #1F3874
Text Example
Text Example
White with #1F3874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3874; }
p { color: rgb(31,56,116); }
H1.HeaderClassName
{
color: #1F3874;
}
.AnyTagClassName
{
color: #1F3874;
}
</style>
background-color css
<style>
a { background-color: #1F3874; }
a { background-color: rgb(31,56,116); }
div.DivClassName
{
background-color: #1F3874;
}
.BgClassName
{
background-color: #1F3874;
}
</style>
border-color css
<style>
span { border-color: #1F3874; }
span { border-color: rgb(31,56,116); }
td.TdClassName
{
border-color: #1F3874;
}
.TagClassName
{
border-color: #1F3874;
}
</style>