Shades of Allports #15698B
Tints of Allports #15698B
RGB
CMYK
RGB Variations
Color information
#15698B (or 0x15698B) is known color: Allports. HEX triplet: 15, 69 and 8B. RGB value is (21,105,139). Sum of RGB (Red+Green+Blue) = 21+105+139=265 (35% of max value = 765). Red value is 21 (8.59% from 255 or 7.92% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #15698B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #15698B is #EA9674. Grayscale: #535353. Windows color (decimal): -15373941 or 9136405. OLE color: 9136405.
HSL color Cylindrical-coordinate representation of color #15698B: hue angle of 197.29º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15698B is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 21 | 105 | 139 | - |
| CMYK | 0.85 | 0.24 | 0 | 0.45 |
| HSL | 197.29º | 0.74% | 0.31% | - |
| HSV(B) | 197.29º | 0.85% | 0.55% | - |
| XYZ | 10.02 | 12.13 | 26.24 | - |
| YUV | 83.76 | 159.17 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 105 | 139 | 0.85 | 0.24 | 0 | 0.45 | 197.29 | 0.74 | 0.31 |
| Hex | 15 | 69 | 8B | 55 | 18 | 0 | 2D | C5 | 4A | 1F |
| Octal | 25 | 151 | 213 | 125 | 30 | 0 | 55 | 305 | 112 | 37 |
| Binary | 10101 | 1101001 | 10001011 | 1010101 | 11000 | 0 | 101101 | 11000101 | 1001010 | 11111 |
Color Harmonies of #15698B
Complementary color
Monochromatic Colors of #15698B
Black with #15698B
Text Example
Text Example
White with #15698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15698B; }
p { color: rgb(21,105,139); }
H1.HeaderClassName
{
color: #15698B;
}
.AnyTagClassName
{
color: #15698B;
}
</style>
background-color css
<style>
a { background-color: #15698B; }
a { background-color: rgb(21,105,139); }
div.DivClassName
{
background-color: #15698B;
}
.BgClassName
{
background-color: #15698B;
}
</style>
border-color css
<style>
span { border-color: #15698B; }
span { border-color: rgb(21,105,139); }
td.TdClassName
{
border-color: #15698B;
}
.TagClassName
{
border-color: #15698B;
}
</style>