Shades of Allports #1F698A
Tints of Allports #1F698A
RGB
CMYK
RGB Variations
Color information
#1F698A (or 0x1F698A) is known color: Allports. HEX triplet: 1F, 69 and 8A. RGB value is (31,105,138). Sum of RGB (Red+Green+Blue) = 31+105+138=274 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.31% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #1F698A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F698A is #E09675. Grayscale: #565656. Windows color (decimal): -14718582 or 9070879. OLE color: 9070879.
HSL color Cylindrical-coordinate representation of color #1F698A: hue angle of 198.5º degrees, saturation: 0.63, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F698A is Cyan = 0.78, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 31 | 105 | 138 | - |
| CMYK | 0.78 | 0.24 | 0 | 0.46 |
| HSL | 198.5º | 0.63% | 0.33% | - |
| HSV(B) | 198.5º | 0.78% | 0.54% | - |
| XYZ | 10.2 | 12.23 | 25.87 | - |
| YUV | 86.64 | 156.98 | 88.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 105 | 138 | 0.78 | 0.24 | 0 | 0.46 | 198.5 | 0.63 | 0.33 |
| Hex | 1F | 69 | 8A | 4E | 18 | 0 | 2E | C7 | 3F | 21 |
| Octal | 37 | 151 | 212 | 116 | 30 | 0 | 56 | 307 | 77 | 41 |
| Binary | 11111 | 1101001 | 10001010 | 1001110 | 11000 | 0 | 101110 | 11000111 | 111111 | 100001 |
Color Harmonies of #1F698A
Complementary color
Monochromatic Colors of #1F698A
Black with #1F698A
Text Example
Text Example
White with #1F698A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F698A; }
p { color: rgb(31,105,138); }
H1.HeaderClassName
{
color: #1F698A;
}
.AnyTagClassName
{
color: #1F698A;
}
</style>
background-color css
<style>
a { background-color: #1F698A; }
a { background-color: rgb(31,105,138); }
div.DivClassName
{
background-color: #1F698A;
}
.BgClassName
{
background-color: #1F698A;
}
</style>
border-color css
<style>
span { border-color: #1F698A; }
span { border-color: rgb(31,105,138); }
td.TdClassName
{
border-color: #1F698A;
}
.TagClassName
{
border-color: #1F698A;
}
</style>