Shades of Resolution Blue #1F417C
Tints of Resolution Blue #1F417C
RGB
CMYK
RGB Variations
Color information
#1F417C (or 0x1F417C) is known color: Resolution Blue. HEX triplet: 1F, 41 and 7C. RGB value is (31,65,124). Sum of RGB (Red+Green+Blue) = 31+65+124=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 65 (25.78% from 255 or 29.55% from 220); Blue value is 124 (48.83% from 255 or 56.36% from 220); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F417C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F417C is #E0BE83. Grayscale: #3D3D3D. Windows color (decimal): -14728836 or 8143135. OLE color: 8143135.
HSL color Cylindrical-coordinate representation of color #1F417C: hue angle of 218.06º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F417C is Cyan = 0.75, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 65 | 124 | - |
| CMYK | 0.75 | 0.48 | 0 | 0.51 |
| HSL | 218.06º | 0.6% | 0.3% | - |
| HSV(B) | 218.06º | 0.75% | 0.49% | - |
| XYZ | 6.09 | 5.53 | 19.81 | - |
| YUV | 61.56 | 163.24 | 106.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 65 | 124 | 0.75 | 0.48 | 0 | 0.51 | 218.06 | 0.6 | 0.3 |
| Hex | 1F | 41 | 7C | 4B | 30 | 0 | 33 | DA | 3C | 1E |
| Octal | 37 | 101 | 174 | 113 | 60 | 0 | 63 | 332 | 74 | 36 |
| Binary | 11111 | 1000001 | 1111100 | 1001011 | 110000 | 0 | 110011 | 11011010 | 111100 | 11110 |
Color Harmonies of #1F417C
Complementary color
Monochromatic Colors of #1F417C
Black with #1F417C
Text Example
Text Example
White with #1F417C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F417C; }
p { color: rgb(31,65,124); }
H1.HeaderClassName
{
color: #1F417C;
}
.AnyTagClassName
{
color: #1F417C;
}
</style>
background-color css
<style>
a { background-color: #1F417C; }
a { background-color: rgb(31,65,124); }
div.DivClassName
{
background-color: #1F417C;
}
.BgClassName
{
background-color: #1F417C;
}
</style>
border-color css
<style>
span { border-color: #1F417C; }
span { border-color: rgb(31,65,124); }
td.TdClassName
{
border-color: #1F417C;
}
.TagClassName
{
border-color: #1F417C;
}
</style>