Shades of Resolution Blue #1F356F
Tints of Resolution Blue #1F356F
RGB
CMYK
RGB Variations
Color information
#1F356F (or 0x1F356F) is known color: Resolution Blue. HEX triplet: 1F, 35 and 6F. RGB value is (31,53,111). Sum of RGB (Red+Green+Blue) = 31+53+111=195 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.90% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 111 (43.75% from 255 or 56.92% from 195); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F356F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F356F is #E0CA90. Grayscale: #343434. Windows color (decimal): -14731921 or 7288095. OLE color: 7288095.
HSL color Cylindrical-coordinate representation of color #1F356F: hue angle of 223.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F356F is Cyan = 0.72, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 53 | 111 | - |
| CMYK | 0.72 | 0.52 | 0 | 0.56 |
| HSL | 223.5º | 0.56% | 0.28% | - |
| HSV(B) | 223.5º | 0.72% | 0.44% | - |
| XYZ | 4.71 | 3.99 | 15.56 | - |
| YUV | 53.03 | 160.71 | 112.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 53 | 111 | 0.72 | 0.52 | 0 | 0.56 | 223.5 | 0.56 | 0.28 |
| Hex | 1F | 35 | 6F | 48 | 34 | 0 | 38 | E0 | 38 | 1C |
| Octal | 37 | 65 | 157 | 110 | 64 | 0 | 70 | 340 | 70 | 34 |
| Binary | 11111 | 110101 | 1101111 | 1001000 | 110100 | 0 | 111000 | 11100000 | 111000 | 11100 |
Color Harmonies of #1F356F
Complementary color
Monochromatic Colors of #1F356F
Black with #1F356F
Text Example
Text Example
White with #1F356F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F356F; }
p { color: rgb(31,53,111); }
H1.HeaderClassName
{
color: #1F356F;
}
.AnyTagClassName
{
color: #1F356F;
}
</style>
background-color css
<style>
a { background-color: #1F356F; }
a { background-color: rgb(31,53,111); }
div.DivClassName
{
background-color: #1F356F;
}
.BgClassName
{
background-color: #1F356F;
}
</style>
border-color css
<style>
span { border-color: #1F356F; }
span { border-color: rgb(31,53,111); }
td.TdClassName
{
border-color: #1F356F;
}
.TagClassName
{
border-color: #1F356F;
}
</style>