Shades of Allports #196A8B
Tints of Allports #196A8B
RGB
CMYK
RGB Variations
Color information
#196A8B (or 0x196A8B) is known color: Allports. HEX triplet: 19, 6A and 8B. RGB value is (25,106,139). Sum of RGB (Red+Green+Blue) = 25+106+139=270 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.26% from 270); Green value is 106 (41.80% from 255 or 39.26% from 270); Blue value is 139 (54.69% from 255 or 51.48% from 270); Max value from RGB is 139 - color contains mainly: blue. Hex color #196A8B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196A8B is #E69574. Grayscale: #555555. Windows color (decimal): -15111541 or 9136665. OLE color: 9136665.
HSL color Cylindrical-coordinate representation of color #196A8B: hue angle of 197.37º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #196A8B is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 106 | 139 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.45 |
| HSL | 197.37º | 0.7% | 0.32% | - |
| HSV(B) | 197.37º | 0.82% | 0.55% | - |
| XYZ | 10.22 | 12.38 | 26.28 | - |
| YUV | 85.54 | 158.16 | 84.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 106 | 139 | 0.82 | 0.24 | 0 | 0.45 | 197.37 | 0.7 | 0.32 |
| Hex | 19 | 6A | 8B | 52 | 18 | 0 | 2D | C5 | 46 | 20 |
| Octal | 31 | 152 | 213 | 122 | 30 | 0 | 55 | 305 | 106 | 40 |
| Binary | 11001 | 1101010 | 10001011 | 1010010 | 11000 | 0 | 101101 | 11000101 | 1000110 | 100000 |
Color Harmonies of #196A8B
Complementary color
Monochromatic Colors of #196A8B
Black with #196A8B
Text Example
Text Example
White with #196A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196A8B; }
p { color: rgb(25,106,139); }
H1.HeaderClassName
{
color: #196A8B;
}
.AnyTagClassName
{
color: #196A8B;
}
</style>
background-color css
<style>
a { background-color: #196A8B; }
a { background-color: rgb(25,106,139); }
div.DivClassName
{
background-color: #196A8B;
}
.BgClassName
{
background-color: #196A8B;
}
</style>
border-color css
<style>
span { border-color: #196A8B; }
span { border-color: rgb(25,106,139); }
td.TdClassName
{
border-color: #196A8B;
}
.TagClassName
{
border-color: #196A8B;
}
</style>