Shades of Allports #196883
Tints of Allports #196883
RGB
CMYK
RGB Variations
Color information
#196883 (or 0x196883) is known color: Allports. HEX triplet: 19, 68 and 83. RGB value is (25,104,131). Sum of RGB (Red+Green+Blue) = 25+104+131=260 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.62% from 260); Green value is 104 (41.02% from 255 or 40% from 260); Blue value is 131 (51.56% from 255 or 50.38% from 260); Max value from RGB is 131 - color contains mainly: blue. Hex color #196883 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196883 is #E6977C. Grayscale: #535353. Windows color (decimal): -15112061 or 8611865. OLE color: 8611865.
HSL color Cylindrical-coordinate representation of color #196883: hue angle of 195.28º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #196883 is Cyan = 0.81, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 104 | 131 | - |
| CMYK | 0.81 | 0.21 | 0 | 0.49 |
| HSL | 195.28º | 0.68% | 0.31% | - |
| HSV(B) | 195.28º | 0.81% | 0.51% | - |
| XYZ | 9.45 | 11.75 | 23.24 | - |
| YUV | 83.46 | 154.83 | 86.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 104 | 131 | 0.81 | 0.21 | 0 | 0.49 | 195.28 | 0.68 | 0.31 |
| Hex | 19 | 68 | 83 | 51 | 15 | 0 | 31 | C3 | 44 | 1F |
| Octal | 31 | 150 | 203 | 121 | 25 | 0 | 61 | 303 | 104 | 37 |
| Binary | 11001 | 1101000 | 10000011 | 1010001 | 10101 | 0 | 110001 | 11000011 | 1000100 | 11111 |
Color Harmonies of #196883
Complementary color
Monochromatic Colors of #196883
Black with #196883
Text Example
Text Example
White with #196883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196883; }
p { color: rgb(25,104,131); }
H1.HeaderClassName
{
color: #196883;
}
.AnyTagClassName
{
color: #196883;
}
</style>
background-color css
<style>
a { background-color: #196883; }
a { background-color: rgb(25,104,131); }
div.DivClassName
{
background-color: #196883;
}
.BgClassName
{
background-color: #196883;
}
</style>
border-color css
<style>
span { border-color: #196883; }
span { border-color: rgb(25,104,131); }
td.TdClassName
{
border-color: #196883;
}
.TagClassName
{
border-color: #196883;
}
</style>