Shades of Allports #15698D
Tints of Allports #15698D
RGB
CMYK
RGB Variations
Color information
#15698D (or 0x15698D) is known color: Allports. HEX triplet: 15, 69 and 8D. RGB value is (21,105,141). Sum of RGB (Red+Green+Blue) = 21+105+141=267 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.87% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 141 (55.47% from 255 or 52.81% from 267); Max value from RGB is 141 - color contains mainly: blue. Hex color #15698D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15698D is #EA9672. Grayscale: #535353. Windows color (decimal): -15373939 or 9267477. OLE color: 9267477.
HSL color Cylindrical-coordinate representation of color #15698D: hue angle of 198º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15698D is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 105 | 141 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.45 |
| HSL | 198º | 0.74% | 0.32% | - |
| HSV(B) | 198º | 0.85% | 0.55% | - |
| XYZ | 10.17 | 12.19 | 27.02 | - |
| YUV | 83.99 | 160.17 | 83.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 105 | 141 | 0.85 | 0.26 | 0 | 0.45 | 198 | 0.74 | 0.32 |
| Hex | 15 | 69 | 8D | 55 | 1A | 0 | 2D | C6 | 4A | 20 |
| Octal | 25 | 151 | 215 | 125 | 32 | 0 | 55 | 306 | 112 | 40 |
| Binary | 10101 | 1101001 | 10001101 | 1010101 | 11010 | 0 | 101101 | 11000110 | 1001010 | 100000 |
Color Harmonies of #15698D
Complementary color
Monochromatic Colors of #15698D
Black with #15698D
Text Example
Text Example
White with #15698D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15698D; }
p { color: rgb(21,105,141); }
H1.HeaderClassName
{
color: #15698D;
}
.AnyTagClassName
{
color: #15698D;
}
</style>
background-color css
<style>
a { background-color: #15698D; }
a { background-color: rgb(21,105,141); }
div.DivClassName
{
background-color: #15698D;
}
.BgClassName
{
background-color: #15698D;
}
</style>
border-color css
<style>
span { border-color: #15698D; }
span { border-color: rgb(21,105,141); }
td.TdClassName
{
border-color: #15698D;
}
.TagClassName
{
border-color: #15698D;
}
</style>