Shades of Allports #196D8F
Tints of Allports #196D8F
RGB
CMYK
RGB Variations
Color information
#196D8F (or 0x196D8F) is known color: Allports. HEX triplet: 19, 6D and 8F. RGB value is (25,109,143). Sum of RGB (Red+Green+Blue) = 25+109+143=277 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.03% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 143 (56.25% from 255 or 51.62% from 277); Max value from RGB is 143 - color contains mainly: blue. Hex color #196D8F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196D8F is #E69270. Grayscale: #575757. Windows color (decimal): -15110769 or 9399577. OLE color: 9399577.
HSL color Cylindrical-coordinate representation of color #196D8F: hue angle of 197.29º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #196D8F is Cyan = 0.83, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 109 | 143 | - |
| CMYK | 0.83 | 0.24 | 0 | 0.44 |
| HSL | 197.29º | 0.7% | 0.33% | - |
| HSV(B) | 197.29º | 0.83% | 0.56% | - |
| XYZ | 10.83 | 13.13 | 27.95 | - |
| YUV | 87.76 | 159.17 | 83.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 109 | 143 | 0.83 | 0.24 | 0 | 0.44 | 197.29 | 0.7 | 0.33 |
| Hex | 19 | 6D | 8F | 53 | 18 | 0 | 2C | C5 | 46 | 21 |
| Octal | 31 | 155 | 217 | 123 | 30 | 0 | 54 | 305 | 106 | 41 |
| Binary | 11001 | 1101101 | 10001111 | 1010011 | 11000 | 0 | 101100 | 11000101 | 1000110 | 100001 |
Color Harmonies of #196D8F
Complementary color
Monochromatic Colors of #196D8F
Black with #196D8F
Text Example
Text Example
White with #196D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196D8F; }
p { color: rgb(25,109,143); }
H1.HeaderClassName
{
color: #196D8F;
}
.AnyTagClassName
{
color: #196D8F;
}
</style>
background-color css
<style>
a { background-color: #196D8F; }
a { background-color: rgb(25,109,143); }
div.DivClassName
{
background-color: #196D8F;
}
.BgClassName
{
background-color: #196D8F;
}
</style>
border-color css
<style>
span { border-color: #196D8F; }
span { border-color: rgb(25,109,143); }
td.TdClassName
{
border-color: #196D8F;
}
.TagClassName
{
border-color: #196D8F;
}
</style>