Shades of Allports #15627F
Tints of Allports #15627F
RGB
CMYK
RGB Variations
Color information
#15627F (or 0x15627F) is known color: Allports. HEX triplet: 15, 62 and 7F. RGB value is (21,98,127). Sum of RGB (Red+Green+Blue) = 21+98+127=246 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.54% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 127 (50% from 255 or 51.63% from 246); Max value from RGB is 127 - color contains mainly: blue. Hex color #15627F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #15627F is #EA9D80. Grayscale: #4E4E4E. Windows color (decimal): -15375745 or 8348181. OLE color: 8348181.
HSL color Cylindrical-coordinate representation of color #15627F: hue angle of 196.42º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #15627F is Cyan = 0.83, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 21 | 98 | 127 | - |
| CMYK | 0.83 | 0.23 | 0 | 0.50 |
| HSL | 196.42º | 0.72% | 0.29% | - |
| HSV(B) | 196.42º | 0.83% | 0.5% | - |
| XYZ | 8.51 | 10.43 | 21.64 | - |
| YUV | 78.28 | 155.49 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 98 | 127 | 0.83 | 0.23 | 0 | 0.50 | 196.42 | 0.72 | 0.29 |
| Hex | 15 | 62 | 7F | 53 | 17 | 0 | 32 | C4 | 48 | 1D |
| Octal | 25 | 142 | 177 | 123 | 27 | 0 | 62 | 304 | 110 | 35 |
| Binary | 10101 | 1100010 | 1111111 | 1010011 | 10111 | 0 | 110010 | 11000100 | 1001000 | 11101 |
Color Harmonies of #15627F
Complementary color
Monochromatic Colors of #15627F
Black with #15627F
Text Example
Text Example
White with #15627F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15627F; }
p { color: rgb(21,98,127); }
H1.HeaderClassName
{
color: #15627F;
}
.AnyTagClassName
{
color: #15627F;
}
</style>
background-color css
<style>
a { background-color: #15627F; }
a { background-color: rgb(21,98,127); }
div.DivClassName
{
background-color: #15627F;
}
.BgClassName
{
background-color: #15627F;
}
</style>
border-color css
<style>
span { border-color: #15627F; }
span { border-color: rgb(21,98,127); }
td.TdClassName
{
border-color: #15627F;
}
.TagClassName
{
border-color: #15627F;
}
</style>