Shades of Resolution Blue #1F357F
Tints of Resolution Blue #1F357F
RGB
CMYK
RGB Variations
Color information
#1F357F (or 0x1F357F) is known color: Resolution Blue. HEX triplet: 1F, 35 and 7F. RGB value is (31,53,127). Sum of RGB (Red+Green+Blue) = 31+53+127=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 53 (21.09% from 255 or 25.12% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #1F357F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F357F is #E0CA80. Grayscale: #363636. Windows color (decimal): -14731905 or 8336671. OLE color: 8336671.
HSL color Cylindrical-coordinate representation of color #1F357F: hue angle of 226.25º 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 #1F357F is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 31 | 53 | 127 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.50 |
| HSL | 226.25º | 0.61% | 0.31% | - |
| HSV(B) | 226.25º | 0.76% | 0.5% | - |
| XYZ | 5.67 | 4.37 | 20.62 | - |
| YUV | 54.86 | 168.71 | 110.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 53 | 127 | 0.76 | 0.58 | 0 | 0.50 | 226.25 | 0.61 | 0.31 |
| Hex | 1F | 35 | 7F | 4C | 3A | 0 | 32 | E2 | 3D | 1F |
| Octal | 37 | 65 | 177 | 114 | 72 | 0 | 62 | 342 | 75 | 37 |
| Binary | 11111 | 110101 | 1111111 | 1001100 | 111010 | 0 | 110010 | 11100010 | 111101 | 11111 |
Color Harmonies of #1F357F
Complementary color
Monochromatic Colors of #1F357F
Black with #1F357F
Text Example
Text Example
White with #1F357F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F357F; }
p { color: rgb(31,53,127); }
H1.HeaderClassName
{
color: #1F357F;
}
.AnyTagClassName
{
color: #1F357F;
}
</style>
background-color css
<style>
a { background-color: #1F357F; }
a { background-color: rgb(31,53,127); }
div.DivClassName
{
background-color: #1F357F;
}
.BgClassName
{
background-color: #1F357F;
}
</style>
border-color css
<style>
span { border-color: #1F357F; }
span { border-color: rgb(31,53,127); }
td.TdClassName
{
border-color: #1F357F;
}
.TagClassName
{
border-color: #1F357F;
}
</style>