Shades of Allports #1F6571
Tints of Allports #1F6571
RGB
CMYK
RGB Variations
Color information
#1F6571 (or 0x1F6571) is known color: Allports. HEX triplet: 1F, 65 and 71. RGB value is (31,101,113). Sum of RGB (Red+Green+Blue) = 31+101+113=245 (32% of max value = 765). Red value is 31 (12.5% from 255 or 12.65% from 245); Green value is 101 (39.84% from 255 or 41.22% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 113 - color contains mainly: blue. Hex color #1F6571 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F6571 is #E09A8E. Grayscale: #515151. Windows color (decimal): -14719631 or 7431455. OLE color: 7431455.
HSL color Cylindrical-coordinate representation of color #1F6571: hue angle of 188.78º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F6571 is Cyan = 0.73, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 31 | 101 | 113 | - |
| CMYK | 0.73 | 0.11 | 0 | 0.56 |
| HSL | 188.78º | 0.57% | 0.28% | - |
| HSV(B) | 188.78º | 0.73% | 0.44% | - |
| XYZ | 8.2 | 10.79 | 17.27 | - |
| YUV | 81.44 | 145.81 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 113 | 0.73 | 0.11 | 0 | 0.56 | 188.78 | 0.57 | 0.28 |
| Hex | 1F | 65 | 71 | 49 | B | 0 | 38 | BD | 39 | 1C |
| Octal | 37 | 145 | 161 | 111 | 13 | 0 | 70 | 275 | 71 | 34 |
| Binary | 11111 | 1100101 | 1110001 | 1001001 | 1011 | 0 | 111000 | 10111101 | 111001 | 11100 |
Color Harmonies of #1F6571
Complementary color
Monochromatic Colors of #1F6571
Black with #1F6571
Text Example
Text Example
White with #1F6571
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6571; }
p { color: rgb(31,101,113); }
H1.HeaderClassName
{
color: #1F6571;
}
.AnyTagClassName
{
color: #1F6571;
}
</style>
background-color css
<style>
a { background-color: #1F6571; }
a { background-color: rgb(31,101,113); }
div.DivClassName
{
background-color: #1F6571;
}
.BgClassName
{
background-color: #1F6571;
}
</style>
border-color css
<style>
span { border-color: #1F6571; }
span { border-color: rgb(31,101,113); }
td.TdClassName
{
border-color: #1F6571;
}
.TagClassName
{
border-color: #1F6571;
}
</style>