Shades of Allports #196B8C
Tints of Allports #196B8C
RGB
CMYK
RGB Variations
Color information
#196B8C (or 0x196B8C) is known color: Allports. HEX triplet: 19, 6B and 8C. RGB value is (25,107,140). Sum of RGB (Red+Green+Blue) = 25+107+140=272 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.19% from 272); Green value is 107 (42.19% from 255 or 39.34% from 272); Blue value is 140 (55.08% from 255 or 51.47% from 272); Max value from RGB is 140 - color contains mainly: blue. Hex color #196B8C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196B8C is #E69473. Grayscale: #565656. Windows color (decimal): -15111284 or 9202457. OLE color: 9202457.
HSL color Cylindrical-coordinate representation of color #196B8C: hue angle of 197.22º 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 #196B8C is Cyan = 0.82, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 107 | 140 | - |
| CMYK | 0.82 | 0.24 | 0 | 0.45 |
| HSL | 197.22º | 0.7% | 0.32% | - |
| HSV(B) | 197.22º | 0.82% | 0.55% | - |
| XYZ | 10.39 | 12.62 | 26.7 | - |
| YUV | 86.24 | 158.33 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 107 | 140 | 0.82 | 0.24 | 0 | 0.45 | 197.22 | 0.7 | 0.32 |
| Hex | 19 | 6B | 8C | 52 | 18 | 0 | 2D | C5 | 46 | 20 |
| Octal | 31 | 153 | 214 | 122 | 30 | 0 | 55 | 305 | 106 | 40 |
| Binary | 11001 | 1101011 | 10001100 | 1010010 | 11000 | 0 | 101101 | 11000101 | 1000110 | 100000 |
Color Harmonies of #196B8C
Complementary color
Monochromatic Colors of #196B8C
Black with #196B8C
Text Example
Text Example
White with #196B8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196B8C; }
p { color: rgb(25,107,140); }
H1.HeaderClassName
{
color: #196B8C;
}
.AnyTagClassName
{
color: #196B8C;
}
</style>
background-color css
<style>
a { background-color: #196B8C; }
a { background-color: rgb(25,107,140); }
div.DivClassName
{
background-color: #196B8C;
}
.BgClassName
{
background-color: #196B8C;
}
</style>
border-color css
<style>
span { border-color: #196B8C; }
span { border-color: rgb(25,107,140); }
td.TdClassName
{
border-color: #196B8C;
}
.TagClassName
{
border-color: #196B8C;
}
</style>