Shades of Allports #15687D
Tints of Allports #15687D
RGB
CMYK
RGB Variations
Color information
#15687D (or 0x15687D) is known color: Allports. HEX triplet: 15, 68 and 7D. RGB value is (21,104,125). Sum of RGB (Red+Green+Blue) = 21+104+125=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 125 (49.22% from 255 or 50% from 250); Max value from RGB is 125 - color contains mainly: blue. Hex color #15687D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15687D is #EA9782. Grayscale: #515151. Windows color (decimal): -15374211 or 8218645. OLE color: 8218645.
HSL color Cylindrical-coordinate representation of color #15687D: hue angle of 192.12º 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 #15687D is Cyan = 0.83, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 104 | 125 | - |
| CMYK | 0.83 | 0.17 | 0 | 0.51 |
| HSL | 192.12º | 0.71% | 0.29% | - |
| HSV(B) | 192.12º | 0.83% | 0.49% | - |
| XYZ | 8.96 | 11.54 | 21.16 | - |
| YUV | 81.58 | 152.5 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 104 | 125 | 0.83 | 0.17 | 0 | 0.51 | 192.12 | 0.71 | 0.29 |
| Hex | 15 | 68 | 7D | 53 | 11 | 0 | 33 | C0 | 47 | 1D |
| Octal | 25 | 150 | 175 | 123 | 21 | 0 | 63 | 300 | 107 | 35 |
| Binary | 10101 | 1101000 | 1111101 | 1010011 | 10001 | 0 | 110011 | 11000000 | 1000111 | 11101 |
Color Harmonies of #15687D
Complementary color
Monochromatic Colors of #15687D
Black with #15687D
Text Example
Text Example
White with #15687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15687D; }
p { color: rgb(21,104,125); }
H1.HeaderClassName
{
color: #15687D;
}
.AnyTagClassName
{
color: #15687D;
}
</style>
background-color css
<style>
a { background-color: #15687D; }
a { background-color: rgb(21,104,125); }
div.DivClassName
{
background-color: #15687D;
}
.BgClassName
{
background-color: #15687D;
}
</style>
border-color css
<style>
span { border-color: #15687D; }
span { border-color: rgb(21,104,125); }
td.TdClassName
{
border-color: #15687D;
}
.TagClassName
{
border-color: #15687D;
}
</style>