Shades of Sapphire #19356C
Tints of Sapphire #19356C
RGB
CMYK
RGB Variations
Color information
#19356C (or 0x19356C) is known color: Sapphire. HEX triplet: 19, 35 and 6C. RGB value is (25,53,108). Sum of RGB (Red+Green+Blue) = 25+53+108=186 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.44% from 186); Green value is 53 (21.09% from 255 or 28.49% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #19356C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19356C is #E6CA93. Grayscale: #323232. Windows color (decimal): -15125140 or 7091481. OLE color: 7091481.
HSL color Cylindrical-coordinate representation of color #19356C: hue angle of 219.76º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19356C is Cyan = 0.77, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 25 | 53 | 108 | - |
| CMYK | 0.77 | 0.51 | 0 | 0.58 |
| HSL | 219.76º | 0.62% | 0.26% | - |
| HSV(B) | 219.76º | 0.77% | 0.42% | - |
| XYZ | 4.38 | 3.84 | 14.7 | - |
| YUV | 50.9 | 160.22 | 109.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 108 | 0.77 | 0.51 | 0 | 0.58 | 219.76 | 0.62 | 0.26 |
| Hex | 19 | 35 | 6C | 4D | 33 | 0 | 3A | DC | 3E | 1A |
| Octal | 31 | 65 | 154 | 115 | 63 | 0 | 72 | 334 | 76 | 32 |
| Binary | 11001 | 110101 | 1101100 | 1001101 | 110011 | 0 | 111010 | 11011100 | 111110 | 11010 |
Color Harmonies of #19356C
Complementary color
Monochromatic Colors of #19356C
Black with #19356C
Text Example
Text Example
White with #19356C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19356C; }
p { color: rgb(25,53,108); }
H1.HeaderClassName
{
color: #19356C;
}
.AnyTagClassName
{
color: #19356C;
}
</style>
background-color css
<style>
a { background-color: #19356C; }
a { background-color: rgb(25,53,108); }
div.DivClassName
{
background-color: #19356C;
}
.BgClassName
{
background-color: #19356C;
}
</style>
border-color css
<style>
span { border-color: #19356C; }
span { border-color: rgb(25,53,108); }
td.TdClassName
{
border-color: #19356C;
}
.TagClassName
{
border-color: #19356C;
}
</style>