Shades of Allports #1F6587
Tints of Allports #1F6587
RGB
CMYK
RGB Variations
Color information
#1F6587 (or 0x1F6587) is known color: Allports. HEX triplet: 1F, 65 and 87. RGB value is (31,101,135). Sum of RGB (Red+Green+Blue) = 31+101+135=267 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.61% from 267); Green value is 101 (39.84% from 255 or 37.83% from 267); Blue value is 135 (53.12% from 255 or 50.56% from 267); Max value from RGB is 135 - color contains mainly: blue. Hex color #1F6587 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6587 is #E09A78. Grayscale: #535353. Windows color (decimal): -14719609 or 8873247. OLE color: 8873247.
HSL color Cylindrical-coordinate representation of color #1F6587: hue angle of 199.62º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F6587 is Cyan = 0.77, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 31 | 101 | 135 | - |
| CMYK | 0.77 | 0.25 | 0 | 0.47 |
| HSL | 199.62º | 0.63% | 0.33% | - |
| HSV(B) | 199.62º | 0.77% | 0.53% | - |
| XYZ | 9.59 | 11.35 | 24.61 | - |
| YUV | 83.95 | 156.81 | 90.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 101 | 135 | 0.77 | 0.25 | 0 | 0.47 | 199.62 | 0.63 | 0.33 |
| Hex | 1F | 65 | 87 | 4D | 19 | 0 | 2F | C8 | 3F | 21 |
| Octal | 37 | 145 | 207 | 115 | 31 | 0 | 57 | 310 | 77 | 41 |
| Binary | 11111 | 1100101 | 10000111 | 1001101 | 11001 | 0 | 101111 | 11001000 | 111111 | 100001 |
Color Harmonies of #1F6587
Complementary color
Monochromatic Colors of #1F6587
Black with #1F6587
Text Example
Text Example
White with #1F6587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6587; }
p { color: rgb(31,101,135); }
H1.HeaderClassName
{
color: #1F6587;
}
.AnyTagClassName
{
color: #1F6587;
}
</style>
background-color css
<style>
a { background-color: #1F6587; }
a { background-color: rgb(31,101,135); }
div.DivClassName
{
background-color: #1F6587;
}
.BgClassName
{
background-color: #1F6587;
}
</style>
border-color css
<style>
span { border-color: #1F6587; }
span { border-color: rgb(31,101,135); }
td.TdClassName
{
border-color: #1F6587;
}
.TagClassName
{
border-color: #1F6587;
}
</style>