Shades of Allports #196990
Tints of Allports #196990
RGB
CMYK
RGB Variations
Color information
#196990 (or 0x196990) is known color: Allports. HEX triplet: 19, 69 and 90. RGB value is (25,105,144). Sum of RGB (Red+Green+Blue) = 25+105+144=274 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.12% from 274); Green value is 105 (41.41% from 255 or 38.32% from 274); Blue value is 144 (56.64% from 255 or 52.55% from 274); Max value from RGB is 144 - color contains mainly: blue. Hex color #196990 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196990 is #E6966F. Grayscale: #555555. Windows color (decimal): -15111792 or 9464089. OLE color: 9464089.
HSL color Cylindrical-coordinate representation of color #196990: hue angle of 199.66º 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 #196990 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 25 | 105 | 144 | - |
| CMYK | 0.83 | 0.27 | 0 | 0.44 |
| HSL | 199.66º | 0.7% | 0.33% | - |
| HSV(B) | 199.66º | 0.83% | 0.56% | - |
| XYZ | 10.49 | 12.32 | 28.21 | - |
| YUV | 85.53 | 161 | 84.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 105 | 144 | 0.83 | 0.27 | 0 | 0.44 | 199.66 | 0.7 | 0.33 |
| Hex | 19 | 69 | 90 | 53 | 1B | 0 | 2C | C8 | 46 | 21 |
| Octal | 31 | 151 | 220 | 123 | 33 | 0 | 54 | 310 | 106 | 41 |
| Binary | 11001 | 1101001 | 10010000 | 1010011 | 11011 | 0 | 101100 | 11001000 | 1000110 | 100001 |
Color Harmonies of #196990
Complementary color
Monochromatic Colors of #196990
Black with #196990
Text Example
Text Example
White with #196990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196990; }
p { color: rgb(25,105,144); }
H1.HeaderClassName
{
color: #196990;
}
.AnyTagClassName
{
color: #196990;
}
</style>
background-color css
<style>
a { background-color: #196990; }
a { background-color: rgb(25,105,144); }
div.DivClassName
{
background-color: #196990;
}
.BgClassName
{
background-color: #196990;
}
</style>
border-color css
<style>
span { border-color: #196990; }
span { border-color: rgb(25,105,144); }
td.TdClassName
{
border-color: #196990;
}
.TagClassName
{
border-color: #196990;
}
</style>