Shades of Allports #196474
Tints of Allports #196474
RGB
CMYK
RGB Variations
Color information
#196474 (or 0x196474) is known color: Allports. HEX triplet: 19, 64 and 74. RGB value is (25,100,116). Sum of RGB (Red+Green+Blue) = 25+100+116=241 (31% of max value = 765). Red value is 25 (10.16% from 255 or 10.37% from 241); Green value is 100 (39.45% from 255 or 41.49% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 116 - color contains mainly: blue. Hex color #196474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196474 is #E69B8B. Grayscale: #4F4F4F. Windows color (decimal): -15113100 or 7627801. OLE color: 7627801.
HSL color Cylindrical-coordinate representation of color #196474: hue angle of 190.55º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #196474 is Cyan = 0.78, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 100 | 116 | - |
| CMYK | 0.78 | 0.14 | 0 | 0.55 |
| HSL | 190.55º | 0.65% | 0.28% | - |
| HSV(B) | 190.55º | 0.78% | 0.45% | - |
| XYZ | 8.11 | 10.58 | 18.14 | - |
| YUV | 79.4 | 148.65 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 100 | 116 | 0.78 | 0.14 | 0 | 0.55 | 190.55 | 0.65 | 0.28 |
| Hex | 19 | 64 | 74 | 4E | E | 0 | 37 | BF | 41 | 1C |
| Octal | 31 | 144 | 164 | 116 | 16 | 0 | 67 | 277 | 101 | 34 |
| Binary | 11001 | 1100100 | 1110100 | 1001110 | 1110 | 0 | 110111 | 10111111 | 1000001 | 11100 |
Color Harmonies of #196474
Complementary color
Monochromatic Colors of #196474
Black with #196474
Text Example
Text Example
White with #196474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196474; }
p { color: rgb(25,100,116); }
H1.HeaderClassName
{
color: #196474;
}
.AnyTagClassName
{
color: #196474;
}
</style>
background-color css
<style>
a { background-color: #196474; }
a { background-color: rgb(25,100,116); }
div.DivClassName
{
background-color: #196474;
}
.BgClassName
{
background-color: #196474;
}
</style>
border-color css
<style>
span { border-color: #196474; }
span { border-color: rgb(25,100,116); }
td.TdClassName
{
border-color: #196474;
}
.TagClassName
{
border-color: #196474;
}
</style>