Shades of Sapphire #19265F
Tints of Sapphire #19265F
RGB
CMYK
RGB Variations
Color information
#19265F (or 0x19265F) is known color: Sapphire. HEX triplet: 19, 26 and 5F. RGB value is (25,38,95). Sum of RGB (Red+Green+Blue) = 25+38+95=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 38 (15.23% from 255 or 24.05% from 158); Blue value is 95 (37.5% from 255 or 60.13% from 158); Max value from RGB is 95 - color contains mainly: blue. Hex color #19265F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19265F is #E6D9A0. Grayscale: #282828. Windows color (decimal): -15128993 or 6235673. OLE color: 6235673.
HSL color Cylindrical-coordinate representation of color #19265F: hue angle of 228.86º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19265F is Cyan = 0.74, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 25 | 38 | 95 | - |
| CMYK | 0.74 | 0.60 | 0 | 0.63 |
| HSL | 228.86º | 0.58% | 0.24% | - |
| HSV(B) | 228.86º | 0.74% | 0.37% | - |
| XYZ | 3.16 | 2.42 | 11.13 | - |
| YUV | 40.61 | 158.69 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 95 | 0.74 | 0.60 | 0 | 0.63 | 228.86 | 0.58 | 0.24 |
| Hex | 19 | 26 | 5F | 4A | 3C | 0 | 3F | E5 | 3A | 18 |
| Octal | 31 | 46 | 137 | 112 | 74 | 0 | 77 | 345 | 72 | 30 |
| Binary | 11001 | 100110 | 1011111 | 1001010 | 111100 | 0 | 111111 | 11100101 | 111010 | 11000 |
Color Harmonies of #19265F
Complementary color
Monochromatic Colors of #19265F
Black with #19265F
Text Example
Text Example
White with #19265F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19265F; }
p { color: rgb(25,38,95); }
H1.HeaderClassName
{
color: #19265F;
}
.AnyTagClassName
{
color: #19265F;
}
</style>
background-color css
<style>
a { background-color: #19265F; }
a { background-color: rgb(25,38,95); }
div.DivClassName
{
background-color: #19265F;
}
.BgClassName
{
background-color: #19265F;
}
</style>
border-color css
<style>
span { border-color: #19265F; }
span { border-color: rgb(25,38,95); }
td.TdClassName
{
border-color: #19265F;
}
.TagClassName
{
border-color: #19265F;
}
</style>