Shades of Allports #196779
Tints of Allports #196779
RGB
CMYK
RGB Variations
Color information
#196779 (or 0x196779) is known color: Allports. HEX triplet: 19, 67 and 79. RGB value is (25,103,121). Sum of RGB (Red+Green+Blue) = 25+103+121=249 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.04% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 121 (47.66% from 255 or 48.59% from 249); Max value from RGB is 121 - color contains mainly: blue. Hex color #196779 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196779 is #E69886. Grayscale: #515151. Windows color (decimal): -15112327 or 7956249. OLE color: 7956249.
HSL color Cylindrical-coordinate representation of color #196779: hue angle of 191.25º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #196779 is Cyan = 0.79, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 103 | 121 | - |
| CMYK | 0.79 | 0.15 | 0 | 0.53 |
| HSL | 191.25º | 0.66% | 0.29% | - |
| HSV(B) | 191.25º | 0.79% | 0.47% | - |
| XYZ | 8.7 | 11.29 | 19.81 | - |
| YUV | 81.73 | 150.16 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 103 | 121 | 0.79 | 0.15 | 0 | 0.53 | 191.25 | 0.66 | 0.29 |
| Hex | 19 | 67 | 79 | 4F | F | 0 | 35 | BF | 42 | 1D |
| Octal | 31 | 147 | 171 | 117 | 17 | 0 | 65 | 277 | 102 | 35 |
| Binary | 11001 | 1100111 | 1111001 | 1001111 | 1111 | 0 | 110101 | 10111111 | 1000010 | 11101 |
Color Harmonies of #196779
Complementary color
Monochromatic Colors of #196779
Black with #196779
Text Example
Text Example
White with #196779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196779; }
p { color: rgb(25,103,121); }
H1.HeaderClassName
{
color: #196779;
}
.AnyTagClassName
{
color: #196779;
}
</style>
background-color css
<style>
a { background-color: #196779; }
a { background-color: rgb(25,103,121); }
div.DivClassName
{
background-color: #196779;
}
.BgClassName
{
background-color: #196779;
}
</style>
border-color css
<style>
span { border-color: #196779; }
span { border-color: rgb(25,103,121); }
td.TdClassName
{
border-color: #196779;
}
.TagClassName
{
border-color: #196779;
}
</style>