Shades of Resolution Blue #1F367E
Tints of Resolution Blue #1F367E
RGB
CMYK
RGB Variations
Color information
#1F367E (or 0x1F367E) is known color: Resolution Blue. HEX triplet: 1F, 36 and 7E. RGB value is (31,54,126). Sum of RGB (Red+Green+Blue) = 31+54+126=211 (27% of max value = 765). Red value is 31 (12.5% from 255 or 14.69% from 211); Green value is 54 (21.48% from 255 or 25.59% from 211); Blue value is 126 (49.61% from 255 or 59.72% from 211); Max value from RGB is 126 - color contains mainly: blue. Hex color #1F367E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F367E is #E0C981. Grayscale: #373737. Windows color (decimal): -14731650 or 8271391. OLE color: 8271391.
HSL color Cylindrical-coordinate representation of color #1F367E: hue angle of 225.47º 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 #1F367E is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 31 | 54 | 126 | - |
| CMYK | 0.75 | 0.57 | 0 | 0.51 |
| HSL | 225.47º | 0.61% | 0.31% | - |
| HSV(B) | 225.47º | 0.75% | 0.49% | - |
| XYZ | 5.65 | 4.44 | 20.3 | - |
| YUV | 55.33 | 167.88 | 110.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 54 | 126 | 0.75 | 0.57 | 0 | 0.51 | 225.47 | 0.61 | 0.31 |
| Hex | 1F | 36 | 7E | 4B | 39 | 0 | 33 | E1 | 3D | 1F |
| Octal | 37 | 66 | 176 | 113 | 71 | 0 | 63 | 341 | 75 | 37 |
| Binary | 11111 | 110110 | 1111110 | 1001011 | 111001 | 0 | 110011 | 11100001 | 111101 | 11111 |
Color Harmonies of #1F367E
Complementary color
Monochromatic Colors of #1F367E
Black with #1F367E
Text Example
Text Example
White with #1F367E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F367E; }
p { color: rgb(31,54,126); }
H1.HeaderClassName
{
color: #1F367E;
}
.AnyTagClassName
{
color: #1F367E;
}
</style>
background-color css
<style>
a { background-color: #1F367E; }
a { background-color: rgb(31,54,126); }
div.DivClassName
{
background-color: #1F367E;
}
.BgClassName
{
background-color: #1F367E;
}
</style>
border-color css
<style>
span { border-color: #1F367E; }
span { border-color: rgb(31,54,126); }
td.TdClassName
{
border-color: #1F367E;
}
.TagClassName
{
border-color: #1F367E;
}
</style>