Shades of Allports #196582
Tints of Allports #196582
RGB
CMYK
RGB Variations
Color information
#196582 (or 0x196582) is known color: Allports. HEX triplet: 19, 65 and 82. RGB value is (25,101,130). Sum of RGB (Red+Green+Blue) = 25+101+130=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #196582 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196582 is #E69A7D. Grayscale: #515151. Windows color (decimal): -15112830 or 8545561. OLE color: 8545561.
HSL color Cylindrical-coordinate representation of color #196582: hue angle of 196.57º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #196582 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 101 | 130 | - |
| CMYK | 0.81 | 0.22 | 0 | 0.49 |
| HSL | 196.57º | 0.68% | 0.3% | - |
| HSV(B) | 196.57º | 0.81% | 0.51% | - |
| XYZ | 9.08 | 11.13 | 22.79 | - |
| YUV | 81.58 | 155.32 | 87.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 101 | 130 | 0.81 | 0.22 | 0 | 0.49 | 196.57 | 0.68 | 0.3 |
| Hex | 19 | 65 | 82 | 51 | 16 | 0 | 31 | C5 | 44 | 1E |
| Octal | 31 | 145 | 202 | 121 | 26 | 0 | 61 | 305 | 104 | 36 |
| Binary | 11001 | 1100101 | 10000010 | 1010001 | 10110 | 0 | 110001 | 11000101 | 1000100 | 11110 |
Color Harmonies of #196582
Complementary color
Monochromatic Colors of #196582
Black with #196582
Text Example
Text Example
White with #196582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196582; }
p { color: rgb(25,101,130); }
H1.HeaderClassName
{
color: #196582;
}
.AnyTagClassName
{
color: #196582;
}
</style>
background-color css
<style>
a { background-color: #196582; }
a { background-color: rgb(25,101,130); }
div.DivClassName
{
background-color: #196582;
}
.BgClassName
{
background-color: #196582;
}
</style>
border-color css
<style>
span { border-color: #196582; }
span { border-color: rgb(25,101,130); }
td.TdClassName
{
border-color: #196582;
}
.TagClassName
{
border-color: #196582;
}
</style>