Shades of Sapphire #19286A
Tints of Sapphire #19286A
RGB
CMYK
RGB Variations
Color information
#19286A (or 0x19286A) is known color: Sapphire. HEX triplet: 19, 28 and 6A. RGB value is (25,40,106). Sum of RGB (Red+Green+Blue) = 25+40+106=171 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.62% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 106 (41.80% from 255 or 61.99% from 171); Max value from RGB is 106 - color contains mainly: blue. Hex color #19286A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19286A is #E6D795. Grayscale: #2A2A2A. Windows color (decimal): -15128470 or 6957081. OLE color: 6957081.
HSL color Cylindrical-coordinate representation of color #19286A: hue angle of 228.89º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #19286A is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 40 | 106 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.58 |
| HSL | 228.89º | 0.62% | 0.26% | - |
| HSV(B) | 228.89º | 0.76% | 0.42% | - |
| XYZ | 3.76 | 2.76 | 13.97 | - |
| YUV | 43.04 | 163.53 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 40 | 106 | 0.76 | 0.62 | 0 | 0.58 | 228.89 | 0.62 | 0.26 |
| Hex | 19 | 28 | 6A | 4C | 3E | 0 | 3A | E5 | 3E | 1A |
| Octal | 31 | 50 | 152 | 114 | 76 | 0 | 72 | 345 | 76 | 32 |
| Binary | 11001 | 101000 | 1101010 | 1001100 | 111110 | 0 | 111010 | 11100101 | 111110 | 11010 |
Color Harmonies of #19286A
Complementary color
Monochromatic Colors of #19286A
Black with #19286A
Text Example
Text Example
White with #19286A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19286A; }
p { color: rgb(25,40,106); }
H1.HeaderClassName
{
color: #19286A;
}
.AnyTagClassName
{
color: #19286A;
}
</style>
background-color css
<style>
a { background-color: #19286A; }
a { background-color: rgb(25,40,106); }
div.DivClassName
{
background-color: #19286A;
}
.BgClassName
{
background-color: #19286A;
}
</style>
border-color css
<style>
span { border-color: #19286A; }
span { border-color: rgb(25,40,106); }
td.TdClassName
{
border-color: #19286A;
}
.TagClassName
{
border-color: #19286A;
}
</style>