Shades of Allports #19677C
Tints of Allports #19677C
RGB
CMYK
RGB Variations
Color information
#19677C (or 0x19677C) is known color: Allports. HEX triplet: 19, 67 and 7C. RGB value is (25,103,124). Sum of RGB (Red+Green+Blue) = 25+103+124=252 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.92% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 124 (48.83% from 255 or 49.21% from 252); Max value from RGB is 124 - color contains mainly: blue. Hex color #19677C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19677C is #E69883. Grayscale: #515151. Windows color (decimal): -15112324 or 8152857. OLE color: 8152857.
HSL color Cylindrical-coordinate representation of color #19677C: hue angle of 192.73º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19677C is Cyan = 0.80, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 103 | 124 | - |
| CMYK | 0.80 | 0.17 | 0 | 0.51 |
| HSL | 192.73º | 0.66% | 0.29% | - |
| HSV(B) | 192.73º | 0.8% | 0.49% | - |
| XYZ | 8.89 | 11.36 | 20.79 | - |
| YUV | 82.07 | 151.66 | 87.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 103 | 124 | 0.80 | 0.17 | 0 | 0.51 | 192.73 | 0.66 | 0.29 |
| Hex | 19 | 67 | 7C | 50 | 11 | 0 | 33 | C1 | 42 | 1D |
| Octal | 31 | 147 | 174 | 120 | 21 | 0 | 63 | 301 | 102 | 35 |
| Binary | 11001 | 1100111 | 1111100 | 1010000 | 10001 | 0 | 110011 | 11000001 | 1000010 | 11101 |
Color Harmonies of #19677C
Complementary color
Monochromatic Colors of #19677C
Black with #19677C
Text Example
Text Example
White with #19677C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19677C; }
p { color: rgb(25,103,124); }
H1.HeaderClassName
{
color: #19677C;
}
.AnyTagClassName
{
color: #19677C;
}
</style>
background-color css
<style>
a { background-color: #19677C; }
a { background-color: rgb(25,103,124); }
div.DivClassName
{
background-color: #19677C;
}
.BgClassName
{
background-color: #19677C;
}
</style>
border-color css
<style>
span { border-color: #19677C; }
span { border-color: rgb(25,103,124); }
td.TdClassName
{
border-color: #19677C;
}
.TagClassName
{
border-color: #19677C;
}
</style>