Shades of Allports #196C7C
Tints of Allports #196C7C
RGB
CMYK
RGB Variations
Color information
#196C7C (or 0x196C7C) is known color: Allports. HEX triplet: 19, 6C and 7C. RGB value is (25,108,124). Sum of RGB (Red+Green+Blue) = 25+108+124=257 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.73% from 257); Green value is 108 (42.58% from 255 or 42.02% from 257); Blue value is 124 (48.83% from 255 or 48.25% from 257); Max value from RGB is 124 - color contains mainly: blue. Hex color #196C7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196C7C is #E69383. Grayscale: #545454. Windows color (decimal): -15111044 or 8154137. OLE color: 8154137.
HSL color Cylindrical-coordinate representation of color #196C7C: hue angle of 189.7º 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 #196C7C is Cyan = 0.80, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 108 | 124 | - |
| CMYK | 0.80 | 0.13 | 0 | 0.51 |
| HSL | 189.7º | 0.66% | 0.29% | - |
| HSV(B) | 189.7º | 0.8% | 0.49% | - |
| XYZ | 9.4 | 12.39 | 20.96 | - |
| YUV | 85.01 | 150 | 85.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 108 | 124 | 0.80 | 0.13 | 0 | 0.51 | 189.7 | 0.66 | 0.29 |
| Hex | 19 | 6C | 7C | 50 | D | 0 | 33 | BE | 42 | 1D |
| Octal | 31 | 154 | 174 | 120 | 15 | 0 | 63 | 276 | 102 | 35 |
| Binary | 11001 | 1101100 | 1111100 | 1010000 | 1101 | 0 | 110011 | 10111110 | 1000010 | 11101 |
Color Harmonies of #196C7C
Complementary color
Monochromatic Colors of #196C7C
Black with #196C7C
Text Example
Text Example
White with #196C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196C7C; }
p { color: rgb(25,108,124); }
H1.HeaderClassName
{
color: #196C7C;
}
.AnyTagClassName
{
color: #196C7C;
}
</style>
background-color css
<style>
a { background-color: #196C7C; }
a { background-color: rgb(25,108,124); }
div.DivClassName
{
background-color: #196C7C;
}
.BgClassName
{
background-color: #196C7C;
}
</style>
border-color css
<style>
span { border-color: #196C7C; }
span { border-color: rgb(25,108,124); }
td.TdClassName
{
border-color: #196C7C;
}
.TagClassName
{
border-color: #196C7C;
}
</style>