Shades of Allports #196C83
Tints of Allports #196C83
RGB
CMYK
RGB Variations
Color information
#196C83 (or 0x196C83) is known color: Allports. HEX triplet: 19, 6C and 83. RGB value is (25,108,131). Sum of RGB (Red+Green+Blue) = 25+108+131=264 (34% of max value = 765). Red value is 25 (10.16% from 255 or 9.47% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 131 (51.56% from 255 or 49.62% from 264); Max value from RGB is 131 - color contains mainly: blue. Hex color #196C83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196C83 is #E6937C. Grayscale: #555555. Windows color (decimal): -15111037 or 8612889. OLE color: 8612889.
HSL color Cylindrical-coordinate representation of color #196C83: hue angle of 193.02º 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 #196C83 is Cyan = 0.81, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 108 | 131 | - |
| CMYK | 0.81 | 0.18 | 0 | 0.49 |
| HSL | 193.02º | 0.68% | 0.31% | - |
| HSV(B) | 193.02º | 0.81% | 0.51% | - |
| XYZ | 9.86 | 12.57 | 23.38 | - |
| YUV | 85.81 | 153.5 | 84.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 108 | 131 | 0.81 | 0.18 | 0 | 0.49 | 193.02 | 0.68 | 0.31 |
| Hex | 19 | 6C | 83 | 51 | 12 | 0 | 31 | C1 | 44 | 1F |
| Octal | 31 | 154 | 203 | 121 | 22 | 0 | 61 | 301 | 104 | 37 |
| Binary | 11001 | 1101100 | 10000011 | 1010001 | 10010 | 0 | 110001 | 11000001 | 1000100 | 11111 |
Color Harmonies of #196C83
Complementary color
Monochromatic Colors of #196C83
Black with #196C83
Text Example
Text Example
White with #196C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196C83; }
p { color: rgb(25,108,131); }
H1.HeaderClassName
{
color: #196C83;
}
.AnyTagClassName
{
color: #196C83;
}
</style>
background-color css
<style>
a { background-color: #196C83; }
a { background-color: rgb(25,108,131); }
div.DivClassName
{
background-color: #196C83;
}
.BgClassName
{
background-color: #196C83;
}
</style>
border-color css
<style>
span { border-color: #196C83; }
span { border-color: rgb(25,108,131); }
td.TdClassName
{
border-color: #196C83;
}
.TagClassName
{
border-color: #196C83;
}
</style>