Shades of Resolution Blue #1F4080
Tints of Resolution Blue #1F4080
RGB
CMYK
RGB Variations
Color information
#1F4080 (or 0x1F4080) is known color: Resolution Blue. HEX triplet: 1F, 40 and 80. RGB value is (31,64,128). Sum of RGB (Red+Green+Blue) = 31+64+128=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 64 (25.39% from 255 or 28.70% from 223); Blue value is 128 (50.39% from 255 or 57.40% from 223); Max value from RGB is 128 - color contains mainly: blue. Hex color #1F4080 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F4080 is #E0BF7F. Grayscale: #3D3D3D. Windows color (decimal): -14729088 or 8405023. OLE color: 8405023.
HSL color Cylindrical-coordinate representation of color #1F4080: hue angle of 219.59º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F4080 is Cyan = 0.76, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 64 | 128 | - |
| CMYK | 0.76 | 0.5 | 0 | 0.50 |
| HSL | 219.59º | 0.61% | 0.31% | - |
| HSV(B) | 219.59º | 0.76% | 0.5% | - |
| XYZ | 6.29 | 5.52 | 21.16 | - |
| YUV | 61.43 | 165.57 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 64 | 128 | 0.76 | 0.5 | 0 | 0.50 | 219.59 | 0.61 | 0.31 |
| Hex | 1F | 40 | 80 | 4C | 32 | 0 | 32 | DC | 3D | 1F |
| Octal | 37 | 100 | 200 | 114 | 62 | 0 | 62 | 334 | 75 | 37 |
| Binary | 11111 | 1000000 | 10000000 | 1001100 | 110010 | 0 | 110010 | 11011100 | 111101 | 11111 |
Color Harmonies of #1F4080
Complementary color
Monochromatic Colors of #1F4080
Black with #1F4080
Text Example
Text Example
White with #1F4080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F4080; }
p { color: rgb(31,64,128); }
H1.HeaderClassName
{
color: #1F4080;
}
.AnyTagClassName
{
color: #1F4080;
}
</style>
background-color css
<style>
a { background-color: #1F4080; }
a { background-color: rgb(31,64,128); }
div.DivClassName
{
background-color: #1F4080;
}
.BgClassName
{
background-color: #1F4080;
}
</style>
border-color css
<style>
span { border-color: #1F4080; }
span { border-color: rgb(31,64,128); }
td.TdClassName
{
border-color: #1F4080;
}
.TagClassName
{
border-color: #1F4080;
}
</style>