Shades of Sapphire #19255C
Tints of Sapphire #19255C
RGB
CMYK
RGB Variations
Color information
#19255C (or 0x19255C) is known color: Sapphire. HEX triplet: 19, 25 and 5C. RGB value is (25,37,92). Sum of RGB (Red+Green+Blue) = 25+37+92=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 92 (36.33% from 255 or 59.74% from 154); Max value from RGB is 92 - color contains mainly: blue. Hex color #19255C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19255C is #E6DAA3. Grayscale: #272727. Windows color (decimal): -15129252 or 6038809. OLE color: 6038809.
HSL color Cylindrical-coordinate representation of color #19255C: hue angle of 229.25º degrees, saturation: 0.57, 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 #19255C is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 37 | 92 | - |
| CMYK | 0.73 | 0.60 | 0 | 0.64 |
| HSL | 229.25º | 0.57% | 0.23% | - |
| HSV(B) | 229.25º | 0.73% | 0.36% | - |
| XYZ | 2.99 | 2.3 | 10.41 | - |
| YUV | 39.68 | 157.52 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 92 | 0.73 | 0.60 | 0 | 0.64 | 229.25 | 0.57 | 0.23 |
| Hex | 19 | 25 | 5C | 49 | 3C | 0 | 40 | E5 | 39 | 17 |
| Octal | 31 | 45 | 134 | 111 | 74 | 0 | 100 | 345 | 71 | 27 |
| Binary | 11001 | 100101 | 1011100 | 1001001 | 111100 | 0 | 1000000 | 11100101 | 111001 | 10111 |
Color Harmonies of #19255C
Complementary color
Monochromatic Colors of #19255C
Black with #19255C
Text Example
Text Example
White with #19255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19255C; }
p { color: rgb(25,37,92); }
H1.HeaderClassName
{
color: #19255C;
}
.AnyTagClassName
{
color: #19255C;
}
</style>
background-color css
<style>
a { background-color: #19255C; }
a { background-color: rgb(25,37,92); }
div.DivClassName
{
background-color: #19255C;
}
.BgClassName
{
background-color: #19255C;
}
</style>
border-color css
<style>
span { border-color: #19255C; }
span { border-color: rgb(25,37,92); }
td.TdClassName
{
border-color: #19255C;
}
.TagClassName
{
border-color: #19255C;
}
</style>