Shades of Allports #195F6D
Tints of Allports #195F6D
RGB
CMYK
RGB Variations
Color information
#195F6D (or 0x195F6D) is known color: Allports. HEX triplet: 19, 5F and 6D. RGB value is (25,95,109). Sum of RGB (Red+Green+Blue) = 25+95+109=229 (30% of max value = 765). Red value is 25 (10.16% from 255 or 10.92% from 229); Green value is 95 (37.5% from 255 or 41.48% from 229); Blue value is 109 (42.97% from 255 or 47.60% from 229); Max value from RGB is 109 - color contains mainly: blue. Hex color #195F6D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #195F6D is #E6A092. Grayscale: #4B4B4B. Windows color (decimal): -15114387 or 7167769. OLE color: 7167769.
HSL color Cylindrical-coordinate representation of color #195F6D: hue angle of 190º 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 #195F6D is Cyan = 0.77, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 25 | 95 | 109 | - |
| CMYK | 0.77 | 0.13 | 0 | 0.57 |
| HSL | 190º | 0.63% | 0.26% | - |
| HSV(B) | 190º | 0.77% | 0.43% | - |
| XYZ | 7.25 | 9.5 | 15.92 | - |
| YUV | 75.67 | 146.81 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 95 | 109 | 0.77 | 0.13 | 0 | 0.57 | 190 | 0.63 | 0.26 |
| Hex | 19 | 5F | 6D | 4D | D | 0 | 39 | BE | 3F | 1A |
| Octal | 31 | 137 | 155 | 115 | 15 | 0 | 71 | 276 | 77 | 32 |
| Binary | 11001 | 1011111 | 1101101 | 1001101 | 1101 | 0 | 111001 | 10111110 | 111111 | 11010 |
Color Harmonies of #195F6D
Complementary color
Monochromatic Colors of #195F6D
Black with #195F6D
Text Example
Text Example
White with #195F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #195F6D; }
p { color: rgb(25,95,109); }
H1.HeaderClassName
{
color: #195F6D;
}
.AnyTagClassName
{
color: #195F6D;
}
</style>
background-color css
<style>
a { background-color: #195F6D; }
a { background-color: rgb(25,95,109); }
div.DivClassName
{
background-color: #195F6D;
}
.BgClassName
{
background-color: #195F6D;
}
</style>
border-color css
<style>
span { border-color: #195F6D; }
span { border-color: rgb(25,95,109); }
td.TdClassName
{
border-color: #195F6D;
}
.TagClassName
{
border-color: #195F6D;
}
</style>