Shades of Allports #15687E
Tints of Allports #15687E
RGB
CMYK
RGB Variations
Color information
#15687E (or 0x15687E) is known color: Allports. HEX triplet: 15, 68 and 7E. RGB value is (21,104,126). Sum of RGB (Red+Green+Blue) = 21+104+126=251 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.37% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 126 (49.61% from 255 or 50.20% from 251); Max value from RGB is 126 - color contains mainly: blue. Hex color #15687E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15687E is #EA9781. Grayscale: #515151. Windows color (decimal): -15374210 or 8284181. OLE color: 8284181.
HSL color Cylindrical-coordinate representation of color #15687E: hue angle of 192.57º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15687E is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 104 | 126 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.51 |
| HSL | 192.57º | 0.71% | 0.29% | - |
| HSV(B) | 192.57º | 0.83% | 0.49% | - |
| XYZ | 9.03 | 11.57 | 21.5 | - |
| YUV | 81.69 | 153 | 84.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 104 | 126 | 0.83 | 0.17 | 0 | 0.51 | 192.57 | 0.71 | 0.29 |
| Hex | 15 | 68 | 7E | 53 | 11 | 0 | 33 | C1 | 47 | 1D |
| Octal | 25 | 150 | 176 | 123 | 21 | 0 | 63 | 301 | 107 | 35 |
| Binary | 10101 | 1101000 | 1111110 | 1010011 | 10001 | 0 | 110011 | 11000001 | 1000111 | 11101 |
Color Harmonies of #15687E
Complementary color
Monochromatic Colors of #15687E
Black with #15687E
Text Example
Text Example
White with #15687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15687E; }
p { color: rgb(21,104,126); }
H1.HeaderClassName
{
color: #15687E;
}
.AnyTagClassName
{
color: #15687E;
}
</style>
background-color css
<style>
a { background-color: #15687E; }
a { background-color: rgb(21,104,126); }
div.DivClassName
{
background-color: #15687E;
}
.BgClassName
{
background-color: #15687E;
}
</style>
border-color css
<style>
span { border-color: #15687E; }
span { border-color: rgb(21,104,126); }
td.TdClassName
{
border-color: #15687E;
}
.TagClassName
{
border-color: #15687E;
}
</style>