Shades of Allports #196D8D
Tints of Allports #196D8D
RGB
CMYK
RGB Variations
Color information
#196D8D (or 0x196D8D) is known color: Allports. HEX triplet: 19, 6D and 8D. RGB value is (25,109,141). Sum of RGB (Red+Green+Blue) = 25+109+141=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 109 (42.97% from 255 or 39.64% from 275); Blue value is 141 (55.47% from 255 or 51.27% from 275); Max value from RGB is 141 - color contains mainly: blue. Hex color #196D8D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196D8D is #E69272. Grayscale: #575757. Windows color (decimal): -15110771 or 9268505. OLE color: 9268505.
HSL color Cylindrical-coordinate representation of color #196D8D: hue angle of 196.55º degrees, saturation: 0.7, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #196D8D is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 109 | 141 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.45 |
| HSL | 196.55º | 0.7% | 0.33% | - |
| HSV(B) | 196.55º | 0.82% | 0.55% | - |
| XYZ | 10.68 | 13.07 | 27.16 | - |
| YUV | 87.53 | 158.17 | 83.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 109 | 141 | 0.82 | 0.23 | 0 | 0.45 | 196.55 | 0.7 | 0.33 |
| Hex | 19 | 6D | 8D | 52 | 17 | 0 | 2D | C5 | 46 | 21 |
| Octal | 31 | 155 | 215 | 122 | 27 | 0 | 55 | 305 | 106 | 41 |
| Binary | 11001 | 1101101 | 10001101 | 1010010 | 10111 | 0 | 101101 | 11000101 | 1000110 | 100001 |
Color Harmonies of #196D8D
Complementary color
Monochromatic Colors of #196D8D
Black with #196D8D
Text Example
Text Example
White with #196D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196D8D; }
p { color: rgb(25,109,141); }
H1.HeaderClassName
{
color: #196D8D;
}
.AnyTagClassName
{
color: #196D8D;
}
</style>
background-color css
<style>
a { background-color: #196D8D; }
a { background-color: rgb(25,109,141); }
div.DivClassName
{
background-color: #196D8D;
}
.BgClassName
{
background-color: #196D8D;
}
</style>
border-color css
<style>
span { border-color: #196D8D; }
span { border-color: rgb(25,109,141); }
td.TdClassName
{
border-color: #196D8D;
}
.TagClassName
{
border-color: #196D8D;
}
</style>