Shades of Allports #196B7C
Tints of Allports #196B7C
RGB
CMYK
RGB Variations
Color information
#196B7C (or 0x196B7C) is known color: Allports. HEX triplet: 19, 6B and 7C. RGB value is (25,107,124). Sum of RGB (Red+Green+Blue) = 25+107+124=256 (33% of max value = 765). Red value is 25 (10.16% from 255 or 9.77% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 124 (48.83% from 255 or 48.44% from 256); Max value from RGB is 124 - color contains mainly: blue. Hex color #196B7C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #196B7C is #E69483. Grayscale: #545454. Windows color (decimal): -15111300 or 8153881. OLE color: 8153881.
HSL color Cylindrical-coordinate representation of color #196B7C: hue angle of 190.3º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #196B7C is Cyan = 0.80, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 107 | 124 | - |
| CMYK | 0.80 | 0.14 | 0 | 0.51 |
| HSL | 190.3º | 0.66% | 0.29% | - |
| HSV(B) | 190.3º | 0.8% | 0.49% | - |
| XYZ | 9.3 | 12.18 | 20.93 | - |
| YUV | 84.42 | 150.33 | 85.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 107 | 124 | 0.80 | 0.14 | 0 | 0.51 | 190.3 | 0.66 | 0.29 |
| Hex | 19 | 6B | 7C | 50 | E | 0 | 33 | BE | 42 | 1D |
| Octal | 31 | 153 | 174 | 120 | 16 | 0 | 63 | 276 | 102 | 35 |
| Binary | 11001 | 1101011 | 1111100 | 1010000 | 1110 | 0 | 110011 | 10111110 | 1000010 | 11101 |
Color Harmonies of #196B7C
Complementary color
Monochromatic Colors of #196B7C
Black with #196B7C
Text Example
Text Example
White with #196B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #196B7C; }
p { color: rgb(25,107,124); }
H1.HeaderClassName
{
color: #196B7C;
}
.AnyTagClassName
{
color: #196B7C;
}
</style>
background-color css
<style>
a { background-color: #196B7C; }
a { background-color: rgb(25,107,124); }
div.DivClassName
{
background-color: #196B7C;
}
.BgClassName
{
background-color: #196B7C;
}
</style>
border-color css
<style>
span { border-color: #196B7C; }
span { border-color: rgb(25,107,124); }
td.TdClassName
{
border-color: #196B7C;
}
.TagClassName
{
border-color: #196B7C;
}
</style>