Shades of Sapphire #19326E
Tints of Sapphire #19326E
RGB
CMYK
RGB Variations
Color information
#19326E (or 0x19326E) is known color: Sapphire. HEX triplet: 19, 32 and 6E. RGB value is (25,50,110). Sum of RGB (Red+Green+Blue) = 25+50+110=185 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.51% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 110 (43.36% from 255 or 59.46% from 185); Max value from RGB is 110 - color contains mainly: blue. Hex color #19326E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19326E is #E6CD91. Grayscale: #313131. Windows color (decimal): -15125906 or 7221785. OLE color: 7221785.
HSL color Cylindrical-coordinate representation of color #19326E: hue angle of 222.35º 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 #19326E is Cyan = 0.77, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 25 | 50 | 110 | - |
| CMYK | 0.77 | 0.55 | 0 | 0.57 |
| HSL | 222.35º | 0.63% | 0.26% | - |
| HSV(B) | 222.35º | 0.77% | 0.43% | - |
| XYZ | 4.36 | 3.61 | 15.22 | - |
| YUV | 49.37 | 162.22 | 110.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 110 | 0.77 | 0.55 | 0 | 0.57 | 222.35 | 0.63 | 0.26 |
| Hex | 19 | 32 | 6E | 4D | 37 | 0 | 39 | DE | 3F | 1A |
| Octal | 31 | 62 | 156 | 115 | 67 | 0 | 71 | 336 | 77 | 32 |
| Binary | 11001 | 110010 | 1101110 | 1001101 | 110111 | 0 | 111001 | 11011110 | 111111 | 11010 |
Color Harmonies of #19326E
Complementary color
Monochromatic Colors of #19326E
Black with #19326E
Text Example
Text Example
White with #19326E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19326E; }
p { color: rgb(25,50,110); }
H1.HeaderClassName
{
color: #19326E;
}
.AnyTagClassName
{
color: #19326E;
}
</style>
background-color css
<style>
a { background-color: #19326E; }
a { background-color: rgb(25,50,110); }
div.DivClassName
{
background-color: #19326E;
}
.BgClassName
{
background-color: #19326E;
}
</style>
border-color css
<style>
span { border-color: #19326E; }
span { border-color: rgb(25,50,110); }
td.TdClassName
{
border-color: #19326E;
}
.TagClassName
{
border-color: #19326E;
}
</style>