Shades of Allports #15697C
Tints of Allports #15697C
RGB
CMYK
RGB Variations
Color information
#15697C (or 0x15697C) is known color: Allports. HEX triplet: 15, 69 and 7C. RGB value is (21,105,124). Sum of RGB (Red+Green+Blue) = 21+105+124=250 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.4% from 250); Green value is 105 (41.41% from 255 or 42% from 250); Blue value is 124 (48.83% from 255 or 49.6% from 250); Max value from RGB is 124 - color contains mainly: blue. Hex color #15697C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15697C is #EA9683. Grayscale: #515151. Windows color (decimal): -15373956 or 8153365. OLE color: 8153365.
HSL color Cylindrical-coordinate representation of color #15697C: hue angle of 191.07º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15697C is Cyan = 0.83, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 105 | 124 | - |
| CMYK | 0.83 | 0.15 | 0 | 0.51 |
| HSL | 191.07º | 0.71% | 0.28% | - |
| HSV(B) | 191.07º | 0.83% | 0.49% | - |
| XYZ | 9 | 11.72 | 20.86 | - |
| YUV | 82.05 | 151.67 | 84.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 105 | 124 | 0.83 | 0.15 | 0 | 0.51 | 191.07 | 0.71 | 0.28 |
| Hex | 15 | 69 | 7C | 53 | F | 0 | 33 | BF | 47 | 1C |
| Octal | 25 | 151 | 174 | 123 | 17 | 0 | 63 | 277 | 107 | 34 |
| Binary | 10101 | 1101001 | 1111100 | 1010011 | 1111 | 0 | 110011 | 10111111 | 1000111 | 11100 |
Color Harmonies of #15697C
Complementary color
Monochromatic Colors of #15697C
Black with #15697C
Text Example
Text Example
White with #15697C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15697C; }
p { color: rgb(21,105,124); }
H1.HeaderClassName
{
color: #15697C;
}
.AnyTagClassName
{
color: #15697C;
}
</style>
background-color css
<style>
a { background-color: #15697C; }
a { background-color: rgb(21,105,124); }
div.DivClassName
{
background-color: #15697C;
}
.BgClassName
{
background-color: #15697C;
}
</style>
border-color css
<style>
span { border-color: #15697C; }
span { border-color: rgb(21,105,124); }
td.TdClassName
{
border-color: #15697C;
}
.TagClassName
{
border-color: #15697C;
}
</style>