Shades of Allports #1F698B
Tints of Allports #1F698B
RGB
CMYK
RGB Variations
Color information
#1F698B (or 0x1F698B) is known color: Allports. HEX triplet: 1F, 69 and 8B. RGB value is (31,105,139). Sum of RGB (Red+Green+Blue) = 31+105+139=275 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.27% from 275); Green value is 105 (41.41% from 255 or 38.18% from 275); Blue value is 139 (54.69% from 255 or 50.55% from 275); Max value from RGB is 139 - color contains mainly: blue. Hex color #1F698B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F698B is #E09674. Grayscale: #565656. Windows color (decimal): -14718581 or 9136415. OLE color: 9136415.
HSL color Cylindrical-coordinate representation of color #1F698B: hue angle of 198.89º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F698B is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 105 | 139 | - |
| CMYK | 0.78 | 0.24 | 0 | 0.45 |
| HSL | 198.89º | 0.64% | 0.33% | - |
| HSV(B) | 198.89º | 0.78% | 0.55% | - |
| XYZ | 10.28 | 12.26 | 26.25 | - |
| YUV | 86.75 | 157.48 | 88.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 105 | 139 | 0.78 | 0.24 | 0 | 0.45 | 198.89 | 0.64 | 0.33 |
| Hex | 1F | 69 | 8B | 4E | 18 | 0 | 2D | C7 | 40 | 21 |
| Octal | 37 | 151 | 213 | 116 | 30 | 0 | 55 | 307 | 100 | 41 |
| Binary | 11111 | 1101001 | 10001011 | 1001110 | 11000 | 0 | 101101 | 11000111 | 1000000 | 100001 |
Color Harmonies of #1F698B
Complementary color
Monochromatic Colors of #1F698B
Black with #1F698B
Text Example
Text Example
White with #1F698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F698B; }
p { color: rgb(31,105,139); }
H1.HeaderClassName
{
color: #1F698B;
}
.AnyTagClassName
{
color: #1F698B;
}
</style>
background-color css
<style>
a { background-color: #1F698B; }
a { background-color: rgb(31,105,139); }
div.DivClassName
{
background-color: #1F698B;
}
.BgClassName
{
background-color: #1F698B;
}
</style>
border-color css
<style>
span { border-color: #1F698B; }
span { border-color: rgb(31,105,139); }
td.TdClassName
{
border-color: #1F698B;
}
.TagClassName
{
border-color: #1F698B;
}
</style>