Shades of Allports #196C7E
Tints of Allports #196C7E
RGB
CMYK
RGB Variations
Color information
#196C7E (or 0x196C7E) is known color: Allports. HEX triplet: 19, 6C and 7E. RGB value is (25,108,126). Sum of RGB (Red+Green+Blue) = 25+108+126=259 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.65% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 126 (49.61% from 255 or 48.65% from 259); Max value from RGB is 126 - color contains mainly: blue. Hex color #196C7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196C7E is #E69381. Grayscale: #555555. Windows color (decimal): -15111042 or 8285209. OLE color: 8285209.
HSL color Cylindrical-coordinate representation of color #196C7E: hue angle of 190.69º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #196C7E is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 108 | 126 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.51 |
| HSL | 190.69º | 0.67% | 0.3% | - |
| HSV(B) | 190.69º | 0.8% | 0.49% | - |
| XYZ | 9.53 | 12.44 | 21.64 | - |
| YUV | 85.24 | 151 | 85.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 108 | 126 | 0.80 | 0.14 | 0 | 0.51 | 190.69 | 0.67 | 0.3 |
| Hex | 19 | 6C | 7E | 50 | E | 0 | 33 | BF | 43 | 1E |
| Octal | 31 | 154 | 176 | 120 | 16 | 0 | 63 | 277 | 103 | 36 |
| Binary | 11001 | 1101100 | 1111110 | 1010000 | 1110 | 0 | 110011 | 10111111 | 1000011 | 11110 |
Color Harmonies of #196C7E
Complementary color
Monochromatic Colors of #196C7E
Black with #196C7E
Text Example
Text Example
White with #196C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196C7E; }
p { color: rgb(25,108,126); }
H1.HeaderClassName
{
color: #196C7E;
}
.AnyTagClassName
{
color: #196C7E;
}
</style>
background-color css
<style>
a { background-color: #196C7E; }
a { background-color: rgb(25,108,126); }
div.DivClassName
{
background-color: #196C7E;
}
.BgClassName
{
background-color: #196C7E;
}
</style>
border-color css
<style>
span { border-color: #196C7E; }
span { border-color: rgb(25,108,126); }
td.TdClassName
{
border-color: #196C7E;
}
.TagClassName
{
border-color: #196C7E;
}
</style>