Shades of Allports #19658B
Tints of Allports #19658B
RGB
CMYK
RGB Variations
Color information
#19658B (or 0x19658B) is known color: Allports. HEX triplet: 19, 65 and 8B. RGB value is (25,101,139). Sum of RGB (Red+Green+Blue) = 25+101+139=265 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.43% from 265); Green value is 101 (39.84% from 255 or 38.11% from 265); Blue value is 139 (54.69% from 255 or 52.45% from 265); Max value from RGB is 139 - color contains mainly: blue. Hex color #19658B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19658B is #E69A74. Grayscale: #525252. Windows color (decimal): -15112821 or 9135385. OLE color: 9135385.
HSL color Cylindrical-coordinate representation of color #19658B: hue angle of 200º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #19658B is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 101 | 139 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.45 |
| HSL | 200º | 0.7% | 0.32% | - |
| HSV(B) | 200º | 0.82% | 0.55% | - |
| XYZ | 9.71 | 11.38 | 26.11 | - |
| YUV | 82.61 | 159.82 | 86.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 101 | 139 | 0.82 | 0.27 | 0 | 0.45 | 200 | 0.7 | 0.32 |
| Hex | 19 | 65 | 8B | 52 | 1B | 0 | 2D | C8 | 46 | 20 |
| Octal | 31 | 145 | 213 | 122 | 33 | 0 | 55 | 310 | 106 | 40 |
| Binary | 11001 | 1100101 | 10001011 | 1010010 | 11011 | 0 | 101101 | 11001000 | 1000110 | 100000 |
Color Harmonies of #19658B
Complementary color
Monochromatic Colors of #19658B
Black with #19658B
Text Example
Text Example
White with #19658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19658B; }
p { color: rgb(25,101,139); }
H1.HeaderClassName
{
color: #19658B;
}
.AnyTagClassName
{
color: #19658B;
}
</style>
background-color css
<style>
a { background-color: #19658B; }
a { background-color: rgb(25,101,139); }
div.DivClassName
{
background-color: #19658B;
}
.BgClassName
{
background-color: #19658B;
}
</style>
border-color css
<style>
span { border-color: #19658B; }
span { border-color: rgb(25,101,139); }
td.TdClassName
{
border-color: #19658B;
}
.TagClassName
{
border-color: #19658B;
}
</style>