Shades of Allports #196E7D
Tints of Allports #196E7D
RGB
CMYK
RGB Variations
Color information
#196E7D (or 0x196E7D) is known color: Allports. HEX triplet: 19, 6E and 7D. RGB value is (25,110,125). Sum of RGB (Red+Green+Blue) = 25+110+125=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #196E7D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196E7D is #E69182. Grayscale: #565656. Windows color (decimal): -15110531 or 8220185. OLE color: 8220185.
HSL color Cylindrical-coordinate representation of color #196E7D: hue angle of 189º degrees, saturation: 0.67, 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 #196E7D is Cyan = 0.8, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 110 | 125 | - |
| CMYK | 0.8 | 0.12 | 0 | 0.51 |
| HSL | 189º | 0.67% | 0.29% | - |
| HSV(B) | 189º | 0.8% | 0.49% | - |
| XYZ | 9.68 | 12.84 | 21.37 | - |
| YUV | 86.3 | 149.84 | 84.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 110 | 125 | 0.8 | 0.12 | 0 | 0.51 | 189 | 0.67 | 0.29 |
| Hex | 19 | 6E | 7D | 50 | C | 0 | 33 | BD | 43 | 1D |
| Octal | 31 | 156 | 175 | 120 | 14 | 0 | 63 | 275 | 103 | 35 |
| Binary | 11001 | 1101110 | 1111101 | 1010000 | 1100 | 0 | 110011 | 10111101 | 1000011 | 11101 |
Color Harmonies of #196E7D
Complementary color
Monochromatic Colors of #196E7D
Black with #196E7D
Text Example
Text Example
White with #196E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196E7D; }
p { color: rgb(25,110,125); }
H1.HeaderClassName
{
color: #196E7D;
}
.AnyTagClassName
{
color: #196E7D;
}
</style>
background-color css
<style>
a { background-color: #196E7D; }
a { background-color: rgb(25,110,125); }
div.DivClassName
{
background-color: #196E7D;
}
.BgClassName
{
background-color: #196E7D;
}
</style>
border-color css
<style>
span { border-color: #196E7D; }
span { border-color: rgb(25,110,125); }
td.TdClassName
{
border-color: #196E7D;
}
.TagClassName
{
border-color: #196E7D;
}
</style>