Shades of Resolution Blue #1F417E
Tints of Resolution Blue #1F417E
RGB
CMYK
RGB Variations
Color information
#1F417E (or 0x1F417E) is known color: Resolution Blue. HEX triplet: 1F, 41 and 7E. RGB value is (31,65,126). Sum of RGB (Red+Green+Blue) = 31+65+126=222 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.96% from 222); Green value is 65 (25.78% from 255 or 29.28% from 222); Blue value is 126 (49.61% from 255 or 56.76% from 222); Max value from RGB is 126 - color contains mainly: blue. Hex color #1F417E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F417E is #E0BE81. Grayscale: #3D3D3D. Windows color (decimal): -14728834 or 8274207. OLE color: 8274207.
HSL color Cylindrical-coordinate representation of color #1F417E: hue angle of 218.53º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F417E is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 65 | 126 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.51 |
| HSL | 218.53º | 0.61% | 0.31% | - |
| HSV(B) | 218.53º | 0.75% | 0.49% | - |
| XYZ | 6.22 | 5.58 | 20.49 | - |
| YUV | 61.79 | 164.24 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 65 | 126 | 0.75 | 0.48 | 0 | 0.51 | 218.53 | 0.61 | 0.31 |
| Hex | 1F | 41 | 7E | 4B | 30 | 0 | 33 | DB | 3D | 1F |
| Octal | 37 | 101 | 176 | 113 | 60 | 0 | 63 | 333 | 75 | 37 |
| Binary | 11111 | 1000001 | 1111110 | 1001011 | 110000 | 0 | 110011 | 11011011 | 111101 | 11111 |
Color Harmonies of #1F417E
Complementary color
Monochromatic Colors of #1F417E
Black with #1F417E
Text Example
Text Example
White with #1F417E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F417E; }
p { color: rgb(31,65,126); }
H1.HeaderClassName
{
color: #1F417E;
}
.AnyTagClassName
{
color: #1F417E;
}
</style>
background-color css
<style>
a { background-color: #1F417E; }
a { background-color: rgb(31,65,126); }
div.DivClassName
{
background-color: #1F417E;
}
.BgClassName
{
background-color: #1F417E;
}
</style>
border-color css
<style>
span { border-color: #1F417E; }
span { border-color: rgb(31,65,126); }
td.TdClassName
{
border-color: #1F417E;
}
.TagClassName
{
border-color: #1F417E;
}
</style>