Shades of Allports #1F698C
Tints of Allports #1F698C
RGB
CMYK
RGB Variations
Color information
#1F698C (or 0x1F698C) is known color: Allports. HEX triplet: 1F, 69 and 8C. RGB value is (31,105,140). Sum of RGB (Red+Green+Blue) = 31+105+140=276 (36% of max value = 765). Red value is 31 (12.5% from 255 or 11.23% from 276); Green value is 105 (41.41% from 255 or 38.04% from 276); Blue value is 140 (55.08% from 255 or 50.72% from 276); Max value from RGB is 140 - color contains mainly: blue. Hex color #1F698C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F698C is #E09673. Grayscale: #565656. Windows color (decimal): -14718580 or 9201951. OLE color: 9201951.
HSL color Cylindrical-coordinate representation of color #1F698C: hue angle of 199.27º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #1F698C is Cyan = 0.78, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 31 | 105 | 140 | - |
| CMYK | 0.78 | 0.25 | 0 | 0.45 |
| HSL | 199.27º | 0.64% | 0.34% | - |
| HSV(B) | 199.27º | 0.78% | 0.55% | - |
| XYZ | 10.35 | 12.29 | 26.64 | - |
| YUV | 86.86 | 157.98 | 88.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 105 | 140 | 0.78 | 0.25 | 0 | 0.45 | 199.27 | 0.64 | 0.34 |
| Hex | 1F | 69 | 8C | 4E | 19 | 0 | 2D | C7 | 40 | 22 |
| Octal | 37 | 151 | 214 | 116 | 31 | 0 | 55 | 307 | 100 | 42 |
| Binary | 11111 | 1101001 | 10001100 | 1001110 | 11001 | 0 | 101101 | 11000111 | 1000000 | 100010 |
Color Harmonies of #1F698C
Complementary color
Monochromatic Colors of #1F698C
Black with #1F698C
Text Example
Text Example
White with #1F698C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F698C; }
p { color: rgb(31,105,140); }
H1.HeaderClassName
{
color: #1F698C;
}
.AnyTagClassName
{
color: #1F698C;
}
</style>
background-color css
<style>
a { background-color: #1F698C; }
a { background-color: rgb(31,105,140); }
div.DivClassName
{
background-color: #1F698C;
}
.BgClassName
{
background-color: #1F698C;
}
</style>
border-color css
<style>
span { border-color: #1F698C; }
span { border-color: rgb(31,105,140); }
td.TdClassName
{
border-color: #1F698C;
}
.TagClassName
{
border-color: #1F698C;
}
</style>