Shades of Allports #19636F
Tints of Allports #19636F
RGB
CMYK
RGB Variations
Color information
#19636F (or 0x19636F) is known color: Allports. HEX triplet: 19, 63 and 6F. RGB value is (25,99,111). Sum of RGB (Red+Green+Blue) = 25+99+111=235 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.64% from 235); Green value is 99 (39.06% from 255 or 42.13% from 235); Blue value is 111 (43.75% from 255 or 47.23% from 235); Max value from RGB is 111 - color contains mainly: blue. Hex color #19636F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19636F is #E69C90. Grayscale: #4E4E4E. Windows color (decimal): -15113361 or 7299865. OLE color: 7299865.
HSL color Cylindrical-coordinate representation of color #19636F: hue angle of 188.37º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19636F is Cyan = 0.77, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 99 | 111 | - |
| CMYK | 0.77 | 0.11 | 0 | 0.56 |
| HSL | 188.37º | 0.63% | 0.27% | - |
| HSV(B) | 188.37º | 0.77% | 0.44% | - |
| XYZ | 7.73 | 10.28 | 16.62 | - |
| YUV | 78.24 | 146.48 | 90.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 111 | 0.77 | 0.11 | 0 | 0.56 | 188.37 | 0.63 | 0.27 |
| Hex | 19 | 63 | 6F | 4D | B | 0 | 38 | BC | 3F | 1B |
| Octal | 31 | 143 | 157 | 115 | 13 | 0 | 70 | 274 | 77 | 33 |
| Binary | 11001 | 1100011 | 1101111 | 1001101 | 1011 | 0 | 111000 | 10111100 | 111111 | 11011 |
Color Harmonies of #19636F
Complementary color
Monochromatic Colors of #19636F
Black with #19636F
Text Example
Text Example
White with #19636F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19636F; }
p { color: rgb(25,99,111); }
H1.HeaderClassName
{
color: #19636F;
}
.AnyTagClassName
{
color: #19636F;
}
</style>
background-color css
<style>
a { background-color: #19636F; }
a { background-color: rgb(25,99,111); }
div.DivClassName
{
background-color: #19636F;
}
.BgClassName
{
background-color: #19636F;
}
</style>
border-color css
<style>
span { border-color: #19636F; }
span { border-color: rgb(25,99,111); }
td.TdClassName
{
border-color: #19636F;
}
.TagClassName
{
border-color: #19636F;
}
</style>