Shades of Allports #196C7B
Tints of Allports #196C7B
RGB
CMYK
RGB Variations
Color information
#196C7B (or 0x196C7B) is known color: Allports. HEX triplet: 19, 6C and 7B. RGB value is (25,108,123). Sum of RGB (Red+Green+Blue) = 25+108+123=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #196C7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196C7B is #E69384. Grayscale: #545454. Windows color (decimal): -15111045 or 8088601. OLE color: 8088601.
HSL color Cylindrical-coordinate representation of color #196C7B: hue angle of 189.18º 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 #196C7B is Cyan = 0.80, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 108 | 123 | - |
| CMYK | 0.80 | 0.12 | 0 | 0.52 |
| HSL | 189.18º | 0.66% | 0.29% | - |
| HSV(B) | 189.18º | 0.8% | 0.48% | - |
| XYZ | 9.34 | 12.36 | 20.63 | - |
| YUV | 84.89 | 149.5 | 85.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 108 | 123 | 0.80 | 0.12 | 0 | 0.52 | 189.18 | 0.66 | 0.29 |
| Hex | 19 | 6C | 7B | 50 | C | 0 | 34 | BD | 42 | 1D |
| Octal | 31 | 154 | 173 | 120 | 14 | 0 | 64 | 275 | 102 | 35 |
| Binary | 11001 | 1101100 | 1111011 | 1010000 | 1100 | 0 | 110100 | 10111101 | 1000010 | 11101 |
Color Harmonies of #196C7B
Complementary color
Monochromatic Colors of #196C7B
Black with #196C7B
Text Example
Text Example
White with #196C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196C7B; }
p { color: rgb(25,108,123); }
H1.HeaderClassName
{
color: #196C7B;
}
.AnyTagClassName
{
color: #196C7B;
}
</style>
background-color css
<style>
a { background-color: #196C7B; }
a { background-color: rgb(25,108,123); }
div.DivClassName
{
background-color: #196C7B;
}
.BgClassName
{
background-color: #196C7B;
}
</style>
border-color css
<style>
span { border-color: #196C7B; }
span { border-color: rgb(25,108,123); }
td.TdClassName
{
border-color: #196C7B;
}
.TagClassName
{
border-color: #196C7B;
}
</style>