Shades of Allports #196773
Tints of Allports #196773
RGB
CMYK
RGB Variations
Color information
#196773 (or 0x196773) is known color: Allports. HEX triplet: 19, 67 and 73. RGB value is (25,103,115). Sum of RGB (Red+Green+Blue) = 25+103+115=243 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.29% from 243); Green value is 103 (40.62% from 255 or 42.39% from 243); Blue value is 115 (45.31% from 255 or 47.33% from 243); Max value from RGB is 115 - color contains mainly: blue. Hex color #196773 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196773 is #E6988C. Grayscale: #505050. Windows color (decimal): -15112333 or 7563033. OLE color: 7563033.
HSL color Cylindrical-coordinate representation of color #196773: hue angle of 188º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #196773 is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 103 | 115 | - |
| CMYK | 0.78 | 0.10 | 0 | 0.55 |
| HSL | 188º | 0.64% | 0.27% | - |
| HSV(B) | 188º | 0.78% | 0.45% | - |
| XYZ | 8.35 | 11.14 | 17.93 | - |
| YUV | 81.05 | 147.16 | 88.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 103 | 115 | 0.78 | 0.10 | 0 | 0.55 | 188 | 0.64 | 0.27 |
| Hex | 19 | 67 | 73 | 4E | A | 0 | 37 | BC | 40 | 1B |
| Octal | 31 | 147 | 163 | 116 | 12 | 0 | 67 | 274 | 100 | 33 |
| Binary | 11001 | 1100111 | 1110011 | 1001110 | 1010 | 0 | 110111 | 10111100 | 1000000 | 11011 |
Color Harmonies of #196773
Complementary color
Monochromatic Colors of #196773
Black with #196773
Text Example
Text Example
White with #196773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196773; }
p { color: rgb(25,103,115); }
H1.HeaderClassName
{
color: #196773;
}
.AnyTagClassName
{
color: #196773;
}
</style>
background-color css
<style>
a { background-color: #196773; }
a { background-color: rgb(25,103,115); }
div.DivClassName
{
background-color: #196773;
}
.BgClassName
{
background-color: #196773;
}
</style>
border-color css
<style>
span { border-color: #196773; }
span { border-color: rgb(25,103,115); }
td.TdClassName
{
border-color: #196773;
}
.TagClassName
{
border-color: #196773;
}
</style>