Shades of Allports #196885
Tints of Allports #196885
RGB
CMYK
RGB Variations
Color information
#196885 (or 0x196885) is known color: Allports. HEX triplet: 19, 68 and 85. RGB value is (25,104,133). Sum of RGB (Red+Green+Blue) = 25+104+133=262 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.54% from 262); Green value is 104 (41.02% from 255 or 39.69% from 262); Blue value is 133 (52.34% from 255 or 50.76% from 262); Max value from RGB is 133 - color contains mainly: blue. Hex color #196885 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196885 is #E6977A. Grayscale: #535353. Windows color (decimal): -15112059 or 8742937. OLE color: 8742937.
HSL color Cylindrical-coordinate representation of color #196885: hue angle of 196.11º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #196885 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 25 | 104 | 133 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.48 |
| HSL | 196.11º | 0.68% | 0.31% | - |
| HSV(B) | 196.11º | 0.81% | 0.52% | - |
| XYZ | 9.58 | 11.8 | 23.96 | - |
| YUV | 83.69 | 155.83 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 133 | 0.81 | 0.22 | 0 | 0.48 | 196.11 | 0.68 | 0.31 |
| Hex | 19 | 68 | 85 | 51 | 16 | 0 | 30 | C4 | 44 | 1F |
| Octal | 31 | 150 | 205 | 121 | 26 | 0 | 60 | 304 | 104 | 37 |
| Binary | 11001 | 1101000 | 10000101 | 1010001 | 10110 | 0 | 110000 | 11000100 | 1000100 | 11111 |
Color Harmonies of #196885
Complementary color
Monochromatic Colors of #196885
Black with #196885
Text Example
Text Example
White with #196885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196885; }
p { color: rgb(25,104,133); }
H1.HeaderClassName
{
color: #196885;
}
.AnyTagClassName
{
color: #196885;
}
</style>
background-color css
<style>
a { background-color: #196885; }
a { background-color: rgb(25,104,133); }
div.DivClassName
{
background-color: #196885;
}
.BgClassName
{
background-color: #196885;
}
</style>
border-color css
<style>
span { border-color: #196885; }
span { border-color: rgb(25,104,133); }
td.TdClassName
{
border-color: #196885;
}
.TagClassName
{
border-color: #196885;
}
</style>