Shades of Allports #19627D
Tints of Allports #19627D
RGB
CMYK
RGB Variations
Color information
#19627D (or 0x19627D) is known color: Allports. HEX triplet: 19, 62 and 7D. RGB value is (25,98,125). Sum of RGB (Red+Green+Blue) = 25+98+125=248 (32% of max value = 765). Red value is 25 (10.16% from 255 or 10.08% from 248); Green value is 98 (38.67% from 255 or 39.52% from 248); Blue value is 125 (49.22% from 255 or 50.40% from 248); Max value from RGB is 125 - color contains mainly: blue. Hex color #19627D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #19627D is #E69D82. Grayscale: #4F4F4F. Windows color (decimal): -15113603 or 8217113. OLE color: 8217113.
HSL color Cylindrical-coordinate representation of color #19627D: hue angle of 196.2º degrees, saturation: 0.67, 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 #19627D is Cyan = 0.8, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 25 | 98 | 125 | - |
| CMYK | 0.8 | 0.22 | 0 | 0.51 |
| HSL | 196.2º | 0.67% | 0.29% | - |
| HSV(B) | 196.2º | 0.8% | 0.49% | - |
| XYZ | 8.47 | 10.42 | 20.97 | - |
| YUV | 79.25 | 153.82 | 89.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 98 | 125 | 0.8 | 0.22 | 0 | 0.51 | 196.2 | 0.67 | 0.29 |
| Hex | 19 | 62 | 7D | 50 | 16 | 0 | 33 | C4 | 43 | 1D |
| Octal | 31 | 142 | 175 | 120 | 26 | 0 | 63 | 304 | 103 | 35 |
| Binary | 11001 | 1100010 | 1111101 | 1010000 | 10110 | 0 | 110011 | 11000100 | 1000011 | 11101 |
Color Harmonies of #19627D
Complementary color
Monochromatic Colors of #19627D
Black with #19627D
Text Example
Text Example
White with #19627D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19627D; }
p { color: rgb(25,98,125); }
H1.HeaderClassName
{
color: #19627D;
}
.AnyTagClassName
{
color: #19627D;
}
</style>
background-color css
<style>
a { background-color: #19627D; }
a { background-color: rgb(25,98,125); }
div.DivClassName
{
background-color: #19627D;
}
.BgClassName
{
background-color: #19627D;
}
</style>
border-color css
<style>
span { border-color: #19627D; }
span { border-color: rgb(25,98,125); }
td.TdClassName
{
border-color: #19627D;
}
.TagClassName
{
border-color: #19627D;
}
</style>