Shades of Allports #1F6685
Tints of Allports #1F6685
RGB
CMYK
RGB Variations
Color information
#1F6685 (or 0x1F6685) is known color: Allports. HEX triplet: 1F, 66 and 85. RGB value is (31,102,133). Sum of RGB (Red+Green+Blue) = 31+102+133=266 (35% of max value = 765). Red value is 31 (12.5% from 255 or 11.65% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #1F6685 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F6685 is #E0997A. Grayscale: #545454. Windows color (decimal): -14719355 or 8742431. OLE color: 8742431.
HSL color Cylindrical-coordinate representation of color #1F6685: hue angle of 198.24º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F6685 is Cyan = 0.77, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 31 | 102 | 133 | - |
| CMYK | 0.77 | 0.23 | 0 | 0.48 |
| HSL | 198.24º | 0.62% | 0.32% | - |
| HSV(B) | 198.24º | 0.77% | 0.52% | - |
| XYZ | 9.55 | 11.49 | 23.9 | - |
| YUV | 84.31 | 155.48 | 89.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 102 | 133 | 0.77 | 0.23 | 0 | 0.48 | 198.24 | 0.62 | 0.32 |
| Hex | 1F | 66 | 85 | 4D | 17 | 0 | 30 | C6 | 3E | 20 |
| Octal | 37 | 146 | 205 | 115 | 27 | 0 | 60 | 306 | 76 | 40 |
| Binary | 11111 | 1100110 | 10000101 | 1001101 | 10111 | 0 | 110000 | 11000110 | 111110 | 100000 |
Color Harmonies of #1F6685
Complementary color
Monochromatic Colors of #1F6685
Black with #1F6685
Text Example
Text Example
White with #1F6685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F6685; }
p { color: rgb(31,102,133); }
H1.HeaderClassName
{
color: #1F6685;
}
.AnyTagClassName
{
color: #1F6685;
}
</style>
background-color css
<style>
a { background-color: #1F6685; }
a { background-color: rgb(31,102,133); }
div.DivClassName
{
background-color: #1F6685;
}
.BgClassName
{
background-color: #1F6685;
}
</style>
border-color css
<style>
span { border-color: #1F6685; }
span { border-color: rgb(31,102,133); }
td.TdClassName
{
border-color: #1F6685;
}
.TagClassName
{
border-color: #1F6685;
}
</style>