Shades of Allports #195E6D
Tints of Allports #195E6D
RGB
CMYK
RGB Variations
Color information
#195E6D (or 0x195E6D) is known color: Allports. HEX triplet: 19, 5E and 6D. RGB value is (25,94,109). Sum of RGB (Red+Green+Blue) = 25+94+109=228 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.96% from 228); Green value is 94 (37.11% from 255 or 41.23% from 228); Blue value is 109 (42.97% from 255 or 47.81% from 228); Max value from RGB is 109 - color contains mainly: blue. Hex color #195E6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195E6D is #E6A192. Grayscale: #4A4A4A. Windows color (decimal): -15114643 or 7167513. OLE color: 7167513.
HSL color Cylindrical-coordinate representation of color #195E6D: hue angle of 190.71º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #195E6D is Cyan = 0.77, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 25 | 94 | 109 | - |
| CMYK | 0.77 | 0.14 | 0 | 0.57 |
| HSL | 190.71º | 0.63% | 0.26% | - |
| HSV(B) | 190.71º | 0.77% | 0.43% | - |
| XYZ | 7.16 | 9.32 | 15.89 | - |
| YUV | 75.08 | 147.14 | 92.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 94 | 109 | 0.77 | 0.14 | 0 | 0.57 | 190.71 | 0.63 | 0.26 |
| Hex | 19 | 5E | 6D | 4D | E | 0 | 39 | BF | 3F | 1A |
| Octal | 31 | 136 | 155 | 115 | 16 | 0 | 71 | 277 | 77 | 32 |
| Binary | 11001 | 1011110 | 1101101 | 1001101 | 1110 | 0 | 111001 | 10111111 | 111111 | 11010 |
Color Harmonies of #195E6D
Complementary color
Monochromatic Colors of #195E6D
Black with #195E6D
Text Example
Text Example
White with #195E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195E6D; }
p { color: rgb(25,94,109); }
H1.HeaderClassName
{
color: #195E6D;
}
.AnyTagClassName
{
color: #195E6D;
}
</style>
background-color css
<style>
a { background-color: #195E6D; }
a { background-color: rgb(25,94,109); }
div.DivClassName
{
background-color: #195E6D;
}
.BgClassName
{
background-color: #195E6D;
}
</style>
border-color css
<style>
span { border-color: #195E6D; }
span { border-color: rgb(25,94,109); }
td.TdClassName
{
border-color: #195E6D;
}
.TagClassName
{
border-color: #195E6D;
}
</style>