Shades of Sapphire #19245D
Tints of Sapphire #19245D
RGB
CMYK
RGB Variations
Color information
#19245D (or 0x19245D) is known color: Sapphire. HEX triplet: 19, 24 and 5D. RGB value is (25,36,93). Sum of RGB (Red+Green+Blue) = 25+36+93=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 36 (14.45% from 255 or 23.38% from 154); Blue value is 93 (36.72% from 255 or 60.39% from 154); Max value from RGB is 93 - color contains mainly: blue. Hex color #19245D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19245D is #E6DBA2. Grayscale: #262626. Windows color (decimal): -15129507 or 6104089. OLE color: 6104089.
HSL color Cylindrical-coordinate representation of color #19245D: hue angle of 230.29º degrees, saturation: 0.58, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #19245D is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 36 | 93 | - |
| CMYK | 0.73 | 0.61 | 0 | 0.64 |
| HSL | 230.29º | 0.58% | 0.23% | - |
| HSV(B) | 230.29º | 0.73% | 0.36% | - |
| XYZ | 3.01 | 2.26 | 10.63 | - |
| YUV | 39.21 | 158.36 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 36 | 93 | 0.73 | 0.61 | 0 | 0.64 | 230.29 | 0.58 | 0.23 |
| Hex | 19 | 24 | 5D | 49 | 3D | 0 | 40 | E6 | 3A | 17 |
| Octal | 31 | 44 | 135 | 111 | 75 | 0 | 100 | 346 | 72 | 27 |
| Binary | 11001 | 100100 | 1011101 | 1001001 | 111101 | 0 | 1000000 | 11100110 | 111010 | 10111 |
Color Harmonies of #19245D
Complementary color
Monochromatic Colors of #19245D
Black with #19245D
Text Example
Text Example
White with #19245D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19245D; }
p { color: rgb(25,36,93); }
H1.HeaderClassName
{
color: #19245D;
}
.AnyTagClassName
{
color: #19245D;
}
</style>
background-color css
<style>
a { background-color: #19245D; }
a { background-color: rgb(25,36,93); }
div.DivClassName
{
background-color: #19245D;
}
.BgClassName
{
background-color: #19245D;
}
</style>
border-color css
<style>
span { border-color: #19245D; }
span { border-color: rgb(25,36,93); }
td.TdClassName
{
border-color: #19245D;
}
.TagClassName
{
border-color: #19245D;
}
</style>