Shades of Allports #196A7B
Tints of Allports #196A7B
RGB
CMYK
RGB Variations
Color information
#196A7B (or 0x196A7B) is known color: Allports. HEX triplet: 19, 6A and 7B. RGB value is (25,106,123). Sum of RGB (Red+Green+Blue) = 25+106+123=254 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.84% from 254); Green value is 106 (41.80% from 255 or 41.73% from 254); Blue value is 123 (48.44% from 255 or 48.43% from 254); Max value from RGB is 123 - color contains mainly: blue. Hex color #196A7B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196A7B is #E69584. Grayscale: #535353. Windows color (decimal): -15111557 or 8088089. OLE color: 8088089.
HSL color Cylindrical-coordinate representation of color #196A7B: hue angle of 190.41º 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 #196A7B is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 25 | 106 | 123 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.52 |
| HSL | 190.41º | 0.66% | 0.29% | - |
| HSV(B) | 190.41º | 0.8% | 0.48% | - |
| XYZ | 9.13 | 11.94 | 20.56 | - |
| YUV | 83.72 | 150.16 | 86.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 106 | 123 | 0.80 | 0.14 | 0 | 0.52 | 190.41 | 0.66 | 0.29 |
| Hex | 19 | 6A | 7B | 50 | E | 0 | 34 | BE | 42 | 1D |
| Octal | 31 | 152 | 173 | 120 | 16 | 0 | 64 | 276 | 102 | 35 |
| Binary | 11001 | 1101010 | 1111011 | 1010000 | 1110 | 0 | 110100 | 10111110 | 1000010 | 11101 |
Color Harmonies of #196A7B
Complementary color
Monochromatic Colors of #196A7B
Black with #196A7B
Text Example
Text Example
White with #196A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196A7B; }
p { color: rgb(25,106,123); }
H1.HeaderClassName
{
color: #196A7B;
}
.AnyTagClassName
{
color: #196A7B;
}
</style>
background-color css
<style>
a { background-color: #196A7B; }
a { background-color: rgb(25,106,123); }
div.DivClassName
{
background-color: #196A7B;
}
.BgClassName
{
background-color: #196A7B;
}
</style>
border-color css
<style>
span { border-color: #196A7B; }
span { border-color: rgb(25,106,123); }
td.TdClassName
{
border-color: #196A7B;
}
.TagClassName
{
border-color: #196A7B;
}
</style>