Shades of Allports #19697B
Tints of Allports #19697B
RGB
CMYK
RGB Variations
Color information
#19697B (or 0x19697B) is known color: Allports. HEX triplet: 19, 69 and 7B. RGB value is (25,105,123). Sum of RGB (Red+Green+Blue) = 25+105+123=253 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.88% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 123 (48.44% from 255 or 48.62% from 253); Max value from RGB is 123 - color contains mainly: blue. Hex color #19697B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19697B is #E69684. Grayscale: #525252. Windows color (decimal): -15111813 or 8087833. OLE color: 8087833.
HSL color Cylindrical-coordinate representation of color #19697B: hue angle of 191.02º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #19697B is Cyan = 0.80, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 105 | 123 | - |
| CMYK | 0.80 | 0.15 | 0 | 0.52 |
| HSL | 191.02º | 0.66% | 0.29% | - |
| HSV(B) | 191.02º | 0.8% | 0.48% | - |
| XYZ | 9.03 | 11.74 | 20.53 | - |
| YUV | 83.13 | 150.5 | 86.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 105 | 123 | 0.80 | 0.15 | 0 | 0.52 | 191.02 | 0.66 | 0.29 |
| Hex | 19 | 69 | 7B | 50 | F | 0 | 34 | BF | 42 | 1D |
| Octal | 31 | 151 | 173 | 120 | 17 | 0 | 64 | 277 | 102 | 35 |
| Binary | 11001 | 1101001 | 1111011 | 1010000 | 1111 | 0 | 110100 | 10111111 | 1000010 | 11101 |
Color Harmonies of #19697B
Complementary color
Monochromatic Colors of #19697B
Black with #19697B
Text Example
Text Example
White with #19697B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19697B; }
p { color: rgb(25,105,123); }
H1.HeaderClassName
{
color: #19697B;
}
.AnyTagClassName
{
color: #19697B;
}
</style>
background-color css
<style>
a { background-color: #19697B; }
a { background-color: rgb(25,105,123); }
div.DivClassName
{
background-color: #19697B;
}
.BgClassName
{
background-color: #19697B;
}
</style>
border-color css
<style>
span { border-color: #19697B; }
span { border-color: rgb(25,105,123); }
td.TdClassName
{
border-color: #19697B;
}
.TagClassName
{
border-color: #19697B;
}
</style>