Shades of Allports #15627A
Tints of Allports #15627A
RGB
CMYK
RGB Variations
Color information
#15627A (or 0x15627A) is known color: Allports. HEX triplet: 15, 62 and 7A. RGB value is (21,98,122). Sum of RGB (Red+Green+Blue) = 21+98+122=241 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.71% from 241); Green value is 98 (38.67% from 255 or 40.66% from 241); Blue value is 122 (48.05% from 255 or 50.62% from 241); Max value from RGB is 122 - color contains mainly: blue. Hex color #15627A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15627A is #EA9D85. Grayscale: #4D4D4D. Windows color (decimal): -15375750 or 8020501. OLE color: 8020501.
HSL color Cylindrical-coordinate representation of color #15627A: hue angle of 194.26º degrees, saturation: 0.71, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15627A is Cyan = 0.83, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 21 | 98 | 122 | - |
| CMYK | 0.83 | 0.20 | 0 | 0.52 |
| HSL | 194.26º | 0.71% | 0.28% | - |
| HSV(B) | 194.26º | 0.83% | 0.48% | - |
| XYZ | 8.19 | 10.3 | 19.97 | - |
| YUV | 77.71 | 152.99 | 87.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 98 | 122 | 0.83 | 0.20 | 0 | 0.52 | 194.26 | 0.71 | 0.28 |
| Hex | 15 | 62 | 7A | 53 | 14 | 0 | 34 | C2 | 47 | 1C |
| Octal | 25 | 142 | 172 | 123 | 24 | 0 | 64 | 302 | 107 | 34 |
| Binary | 10101 | 1100010 | 1111010 | 1010011 | 10100 | 0 | 110100 | 11000010 | 1000111 | 11100 |
Color Harmonies of #15627A
Complementary color
Monochromatic Colors of #15627A
Black with #15627A
Text Example
Text Example
White with #15627A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15627A; }
p { color: rgb(21,98,122); }
H1.HeaderClassName
{
color: #15627A;
}
.AnyTagClassName
{
color: #15627A;
}
</style>
background-color css
<style>
a { background-color: #15627A; }
a { background-color: rgb(21,98,122); }
div.DivClassName
{
background-color: #15627A;
}
.BgClassName
{
background-color: #15627A;
}
</style>
border-color css
<style>
span { border-color: #15627A; }
span { border-color: rgb(21,98,122); }
td.TdClassName
{
border-color: #15627A;
}
.TagClassName
{
border-color: #15627A;
}
</style>