Shades of Allports #196383
Tints of Allports #196383
RGB
CMYK
RGB Variations
Color information
#196383 (or 0x196383) is known color: Allports. HEX triplet: 19, 63 and 83. RGB value is (25,99,131). Sum of RGB (Red+Green+Blue) = 25+99+131=255 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.80% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 131 (51.56% from 255 or 51.37% from 255); Max value from RGB is 131 - color contains mainly: blue. Hex color #196383 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196383 is #E69C7C. Grayscale: #505050. Windows color (decimal): -15113341 or 8610585. OLE color: 8610585.
HSL color Cylindrical-coordinate representation of color #196383: hue angle of 198.11º 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 #196383 is Cyan = 0.81, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 25 | 99 | 131 | - |
| CMYK | 0.81 | 0.24 | 0 | 0.49 |
| HSL | 198.11º | 0.68% | 0.31% | - |
| HSV(B) | 198.11º | 0.81% | 0.51% | - |
| XYZ | 8.96 | 10.77 | 23.08 | - |
| YUV | 80.52 | 156.48 | 88.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 99 | 131 | 0.81 | 0.24 | 0 | 0.49 | 198.11 | 0.68 | 0.31 |
| Hex | 19 | 63 | 83 | 51 | 18 | 0 | 31 | C6 | 44 | 1F |
| Octal | 31 | 143 | 203 | 121 | 30 | 0 | 61 | 306 | 104 | 37 |
| Binary | 11001 | 1100011 | 10000011 | 1010001 | 11000 | 0 | 110001 | 11000110 | 1000100 | 11111 |
Color Harmonies of #196383
Complementary color
Monochromatic Colors of #196383
Black with #196383
Text Example
Text Example
White with #196383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196383; }
p { color: rgb(25,99,131); }
H1.HeaderClassName
{
color: #196383;
}
.AnyTagClassName
{
color: #196383;
}
</style>
background-color css
<style>
a { background-color: #196383; }
a { background-color: rgb(25,99,131); }
div.DivClassName
{
background-color: #196383;
}
.BgClassName
{
background-color: #196383;
}
</style>
border-color css
<style>
span { border-color: #196383; }
span { border-color: rgb(25,99,131); }
td.TdClassName
{
border-color: #196383;
}
.TagClassName
{
border-color: #196383;
}
</style>