Shades of Allports #19668B
Tints of Allports #19668B
RGB
CMYK
RGB Variations
Color information
#19668B (or 0x19668B) is known color: Allports. HEX triplet: 19, 66 and 8B. RGB value is (25,102,139). Sum of RGB (Red+Green+Blue) = 25+102+139=266 (35% of max value = 765). Red value is 25 (10.16% from 255 or 9.40% from 266); Green value is 102 (40.23% from 255 or 38.35% from 266); Blue value is 139 (54.69% from 255 or 52.26% from 266); Max value from RGB is 139 - color contains mainly: blue. Hex color #19668B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #19668B is #E69974. Grayscale: #525252. Windows color (decimal): -15112565 or 9135641. OLE color: 9135641.
HSL color Cylindrical-coordinate representation of color #19668B: hue angle of 199.47º 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 #19668B is Cyan = 0.82, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 25 | 102 | 139 | - |
| CMYK | 0.82 | 0.27 | 0 | 0.45 |
| HSL | 199.47º | 0.7% | 0.32% | - |
| HSV(B) | 199.47º | 0.82% | 0.55% | - |
| XYZ | 9.81 | 11.57 | 26.14 | - |
| YUV | 83.2 | 159.49 | 86.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 102 | 139 | 0.82 | 0.27 | 0 | 0.45 | 199.47 | 0.7 | 0.32 |
| Hex | 19 | 66 | 8B | 52 | 1B | 0 | 2D | C7 | 46 | 20 |
| Octal | 31 | 146 | 213 | 122 | 33 | 0 | 55 | 307 | 106 | 40 |
| Binary | 11001 | 1100110 | 10001011 | 1010010 | 11011 | 0 | 101101 | 11000111 | 1000110 | 100000 |
Color Harmonies of #19668B
Complementary color
Monochromatic Colors of #19668B
Black with #19668B
Text Example
Text Example
White with #19668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19668B; }
p { color: rgb(25,102,139); }
H1.HeaderClassName
{
color: #19668B;
}
.AnyTagClassName
{
color: #19668B;
}
</style>
background-color css
<style>
a { background-color: #19668B; }
a { background-color: rgb(25,102,139); }
div.DivClassName
{
background-color: #19668B;
}
.BgClassName
{
background-color: #19668B;
}
</style>
border-color css
<style>
span { border-color: #19668B; }
span { border-color: rgb(25,102,139); }
td.TdClassName
{
border-color: #19668B;
}
.TagClassName
{
border-color: #19668B;
}
</style>