Shades of Sapphire #19275B
Tints of Sapphire #19275B
RGB
CMYK
RGB Variations
Color information
#19275B (or 0x19275B) is known color: Sapphire. HEX triplet: 19, 27 and 5B. RGB value is (25,39,91). Sum of RGB (Red+Green+Blue) = 25+39+91=155 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.13% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 91 (35.94% from 255 or 58.71% from 155); Max value from RGB is 91 - color contains mainly: blue. Hex color #19275B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19275B is #E6D8A4. Grayscale: #282828. Windows color (decimal): -15128741 or 5973785. OLE color: 5973785.
HSL color Cylindrical-coordinate representation of color #19275B: hue angle of 227.27º 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 #19275B is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 25 | 39 | 91 | - |
| CMYK | 0.73 | 0.57 | 0 | 0.64 |
| HSL | 227.27º | 0.57% | 0.23% | - |
| HSV(B) | 227.27º | 0.73% | 0.36% | - |
| XYZ | 3.01 | 2.41 | 10.2 | - |
| YUV | 40.74 | 156.36 | 116.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 39 | 91 | 0.73 | 0.57 | 0 | 0.64 | 227.27 | 0.57 | 0.23 |
| Hex | 19 | 27 | 5B | 49 | 39 | 0 | 40 | E3 | 39 | 17 |
| Octal | 31 | 47 | 133 | 111 | 71 | 0 | 100 | 343 | 71 | 27 |
| Binary | 11001 | 100111 | 1011011 | 1001001 | 111001 | 0 | 1000000 | 11100011 | 111001 | 10111 |
Color Harmonies of #19275B
Complementary color
Monochromatic Colors of #19275B
Black with #19275B
Text Example
Text Example
White with #19275B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19275B; }
p { color: rgb(25,39,91); }
H1.HeaderClassName
{
color: #19275B;
}
.AnyTagClassName
{
color: #19275B;
}
</style>
background-color css
<style>
a { background-color: #19275B; }
a { background-color: rgb(25,39,91); }
div.DivClassName
{
background-color: #19275B;
}
.BgClassName
{
background-color: #19275B;
}
</style>
border-color css
<style>
span { border-color: #19275B; }
span { border-color: rgb(25,39,91); }
td.TdClassName
{
border-color: #19275B;
}
.TagClassName
{
border-color: #19275B;
}
</style>