Shades of Allports #196F7C
Tints of Allports #196F7C
RGB
CMYK
RGB Variations
Color information
#196F7C (or 0x196F7C) is known color: Allports. HEX triplet: 19, 6F and 7C. RGB value is (25,111,124). Sum of RGB (Red+Green+Blue) = 25+111+124=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #196F7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196F7C is #E69083. Grayscale: #565656. Windows color (decimal): -15110276 or 8154905. OLE color: 8154905.
HSL color Cylindrical-coordinate representation of color #196F7C: hue angle of 187.88º 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 #196F7C is Cyan = 0.80, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 111 | 124 | - |
| CMYK | 0.80 | 0.10 | 0 | 0.51 |
| HSL | 187.88º | 0.66% | 0.29% | - |
| HSV(B) | 187.88º | 0.8% | 0.49% | - |
| XYZ | 9.72 | 13.03 | 21.07 | - |
| YUV | 86.77 | 149.01 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 111 | 124 | 0.80 | 0.10 | 0 | 0.51 | 187.88 | 0.66 | 0.29 |
| Hex | 19 | 6F | 7C | 50 | A | 0 | 33 | BC | 42 | 1D |
| Octal | 31 | 157 | 174 | 120 | 12 | 0 | 63 | 274 | 102 | 35 |
| Binary | 11001 | 1101111 | 1111100 | 1010000 | 1010 | 0 | 110011 | 10111100 | 1000010 | 11101 |
Color Harmonies of #196F7C
Complementary color
Monochromatic Colors of #196F7C
Black with #196F7C
Text Example
Text Example
White with #196F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196F7C; }
p { color: rgb(25,111,124); }
H1.HeaderClassName
{
color: #196F7C;
}
.AnyTagClassName
{
color: #196F7C;
}
</style>
background-color css
<style>
a { background-color: #196F7C; }
a { background-color: rgb(25,111,124); }
div.DivClassName
{
background-color: #196F7C;
}
.BgClassName
{
background-color: #196F7C;
}
</style>
border-color css
<style>
span { border-color: #196F7C; }
span { border-color: rgb(25,111,124); }
td.TdClassName
{
border-color: #196F7C;
}
.TagClassName
{
border-color: #196F7C;
}
</style>