Shades of Resolution Blue #1F3885
Tints of Resolution Blue #1F3885
RGB
CMYK
RGB Variations
Color information
#1F3885 (or 0x1F3885) is known color: Resolution Blue. HEX triplet: 1F, 38 and 85. RGB value is (31,56,133). Sum of RGB (Red+Green+Blue) = 31+56+133=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 133 (52.34% from 255 or 60.45% from 220); Max value from RGB is 133 - color contains mainly: blue. Hex color #1F3885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F3885 is #E0C77A. Grayscale: #383838. Windows color (decimal): -14731131 or 8730655. OLE color: 8730655.
HSL color Cylindrical-coordinate representation of color #1F3885: hue angle of 225.29º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F3885 is Cyan = 0.77, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 56 | 133 | - |
| CMYK | 0.77 | 0.58 | 0 | 0.48 |
| HSL | 225.29º | 0.62% | 0.32% | - |
| HSV(B) | 225.29º | 0.77% | 0.52% | - |
| XYZ | 6.21 | 4.81 | 22.79 | - |
| YUV | 57.3 | 170.72 | 109.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 56 | 133 | 0.77 | 0.58 | 0 | 0.48 | 225.29 | 0.62 | 0.32 |
| Hex | 1F | 38 | 85 | 4D | 3A | 0 | 30 | E1 | 3E | 20 |
| Octal | 37 | 70 | 205 | 115 | 72 | 0 | 60 | 341 | 76 | 40 |
| Binary | 11111 | 111000 | 10000101 | 1001101 | 111010 | 0 | 110000 | 11100001 | 111110 | 100000 |
Color Harmonies of #1F3885
Complementary color
Monochromatic Colors of #1F3885
Black with #1F3885
Text Example
Text Example
White with #1F3885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3885; }
p { color: rgb(31,56,133); }
H1.HeaderClassName
{
color: #1F3885;
}
.AnyTagClassName
{
color: #1F3885;
}
</style>
background-color css
<style>
a { background-color: #1F3885; }
a { background-color: rgb(31,56,133); }
div.DivClassName
{
background-color: #1F3885;
}
.BgClassName
{
background-color: #1F3885;
}
</style>
border-color css
<style>
span { border-color: #1F3885; }
span { border-color: rgb(31,56,133); }
td.TdClassName
{
border-color: #1F3885;
}
.TagClassName
{
border-color: #1F3885;
}
</style>