Shades of Resolution Blue #1F347F
Tints of Resolution Blue #1F347F
RGB
CMYK
RGB Variations
Color information
#1F347F (or 0x1F347F) is known color: Resolution Blue. HEX triplet: 1F, 34 and 7F. RGB value is (31,52,127). Sum of RGB (Red+Green+Blue) = 31+52+127=210 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.76% from 210); Green value is 52 (20.70% from 255 or 24.76% from 210); Blue value is 127 (50% from 255 or 60.48% from 210); Max value from RGB is 127 - color contains mainly: blue. Hex color #1F347F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F347F is #E0CB80. Grayscale: #353535. Windows color (decimal): -14732161 or 8336415. OLE color: 8336415.
HSL color Cylindrical-coordinate representation of color #1F347F: hue angle of 226.88º 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 #1F347F is Cyan = 0.76, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 52 | 127 | - |
| CMYK | 0.76 | 0.59 | 0 | 0.50 |
| HSL | 226.88º | 0.61% | 0.31% | - |
| HSV(B) | 226.88º | 0.76% | 0.5% | - |
| XYZ | 5.62 | 4.28 | 20.61 | - |
| YUV | 54.27 | 169.04 | 111.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 52 | 127 | 0.76 | 0.59 | 0 | 0.50 | 226.88 | 0.61 | 0.31 |
| Hex | 1F | 34 | 7F | 4C | 3B | 0 | 32 | E3 | 3D | 1F |
| Octal | 37 | 64 | 177 | 114 | 73 | 0 | 62 | 343 | 75 | 37 |
| Binary | 11111 | 110100 | 1111111 | 1001100 | 111011 | 0 | 110010 | 11100011 | 111101 | 11111 |
Color Harmonies of #1F347F
Complementary color
Monochromatic Colors of #1F347F
Black with #1F347F
Text Example
Text Example
White with #1F347F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F347F; }
p { color: rgb(31,52,127); }
H1.HeaderClassName
{
color: #1F347F;
}
.AnyTagClassName
{
color: #1F347F;
}
</style>
background-color css
<style>
a { background-color: #1F347F; }
a { background-color: rgb(31,52,127); }
div.DivClassName
{
background-color: #1F347F;
}
.BgClassName
{
background-color: #1F347F;
}
</style>
border-color css
<style>
span { border-color: #1F347F; }
span { border-color: rgb(31,52,127); }
td.TdClassName
{
border-color: #1F347F;
}
.TagClassName
{
border-color: #1F347F;
}
</style>