Shades of Allports #15617C
Tints of Allports #15617C
RGB
CMYK
RGB Variations
Color information
#15617C (or 0x15617C) is known color: Allports. HEX triplet: 15, 61 and 7C. RGB value is (21,97,124). Sum of RGB (Red+Green+Blue) = 21+97+124=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 97 (38.28% from 255 or 40.08% from 242); Blue value is 124 (48.83% from 255 or 51.24% from 242); Max value from RGB is 124 - color contains mainly: blue. Hex color #15617C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15617C is #EA9E83. Grayscale: #4D4D4D. Windows color (decimal): -15376004 or 8151317. OLE color: 8151317.
HSL color Cylindrical-coordinate representation of color #15617C: hue angle of 195.73º 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 #15617C is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 21 | 97 | 124 | - |
| CMYK | 0.83 | 0.22 | 0 | 0.51 |
| HSL | 195.73º | 0.71% | 0.28% | - |
| HSV(B) | 195.73º | 0.83% | 0.49% | - |
| XYZ | 8.22 | 10.16 | 20.6 | - |
| YUV | 77.35 | 154.32 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 97 | 124 | 0.83 | 0.22 | 0 | 0.51 | 195.73 | 0.71 | 0.28 |
| Hex | 15 | 61 | 7C | 53 | 16 | 0 | 33 | C4 | 47 | 1C |
| Octal | 25 | 141 | 174 | 123 | 26 | 0 | 63 | 304 | 107 | 34 |
| Binary | 10101 | 1100001 | 1111100 | 1010011 | 10110 | 0 | 110011 | 11000100 | 1000111 | 11100 |
Color Harmonies of #15617C
Complementary color
Monochromatic Colors of #15617C
Black with #15617C
Text Example
Text Example
White with #15617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15617C; }
p { color: rgb(21,97,124); }
H1.HeaderClassName
{
color: #15617C;
}
.AnyTagClassName
{
color: #15617C;
}
</style>
background-color css
<style>
a { background-color: #15617C; }
a { background-color: rgb(21,97,124); }
div.DivClassName
{
background-color: #15617C;
}
.BgClassName
{
background-color: #15617C;
}
</style>
border-color css
<style>
span { border-color: #15617C; }
span { border-color: rgb(21,97,124); }
td.TdClassName
{
border-color: #15617C;
}
.TagClassName
{
border-color: #15617C;
}
</style>