Shades of Sapphire #19306D
Tints of Sapphire #19306D
RGB
CMYK
RGB Variations
Color information
#19306D (or 0x19306D) is known color: Sapphire. HEX triplet: 19, 30 and 6D. RGB value is (25,48,109). Sum of RGB (Red+Green+Blue) = 25+48+109=182 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.74% from 182); Green value is 48 (19.14% from 255 or 26.37% from 182); Blue value is 109 (42.97% from 255 or 59.89% from 182); Max value from RGB is 109 - color contains mainly: blue. Hex color #19306D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19306D is #E6CF92. Grayscale: #2F2F2F. Windows color (decimal): -15126419 or 7155737. OLE color: 7155737.
HSL color Cylindrical-coordinate representation of color #19306D: hue angle of 223.57º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19306D is Cyan = 0.77, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 25 | 48 | 109 | - |
| CMYK | 0.77 | 0.56 | 0 | 0.57 |
| HSL | 223.57º | 0.63% | 0.26% | - |
| HSV(B) | 223.57º | 0.77% | 0.43% | - |
| XYZ | 4.22 | 3.42 | 14.91 | - |
| YUV | 48.08 | 162.38 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 48 | 109 | 0.77 | 0.56 | 0 | 0.57 | 223.57 | 0.63 | 0.26 |
| Hex | 19 | 30 | 6D | 4D | 38 | 0 | 39 | E0 | 3F | 1A |
| Octal | 31 | 60 | 155 | 115 | 70 | 0 | 71 | 340 | 77 | 32 |
| Binary | 11001 | 110000 | 1101101 | 1001101 | 111000 | 0 | 111001 | 11100000 | 111111 | 11010 |
Color Harmonies of #19306D
Complementary color
Monochromatic Colors of #19306D
Black with #19306D
Text Example
Text Example
White with #19306D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19306D; }
p { color: rgb(25,48,109); }
H1.HeaderClassName
{
color: #19306D;
}
.AnyTagClassName
{
color: #19306D;
}
</style>
background-color css
<style>
a { background-color: #19306D; }
a { background-color: rgb(25,48,109); }
div.DivClassName
{
background-color: #19306D;
}
.BgClassName
{
background-color: #19306D;
}
</style>
border-color css
<style>
span { border-color: #19306D; }
span { border-color: rgb(25,48,109); }
td.TdClassName
{
border-color: #19306D;
}
.TagClassName
{
border-color: #19306D;
}
</style>