Shades of Sapphire #193276
Tints of Sapphire #193276
RGB
CMYK
RGB Variations
Color information
#193276 (or 0x193276) is known color: Sapphire. HEX triplet: 19, 32 and 76. RGB value is (25,50,118). Sum of RGB (Red+Green+Blue) = 25+50+118=193 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.95% from 193); Green value is 50 (19.92% from 255 or 25.91% from 193); Blue value is 118 (46.48% from 255 or 61.14% from 193); Max value from RGB is 118 - color contains mainly: blue. Hex color #193276 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193276 is #E6CD89. Grayscale: #313131. Windows color (decimal): -15125898 or 7746073. OLE color: 7746073.
HSL color Cylindrical-coordinate representation of color #193276: hue angle of 223.87º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #193276 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 50 | 118 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.54 |
| HSL | 223.87º | 0.65% | 0.28% | - |
| HSV(B) | 223.87º | 0.79% | 0.46% | - |
| XYZ | 4.81 | 3.8 | 17.62 | - |
| YUV | 50.28 | 166.22 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 50 | 118 | 0.79 | 0.58 | 0 | 0.54 | 223.87 | 0.65 | 0.28 |
| Hex | 19 | 32 | 76 | 4F | 3A | 0 | 36 | E0 | 41 | 1C |
| Octal | 31 | 62 | 166 | 117 | 72 | 0 | 66 | 340 | 101 | 34 |
| Binary | 11001 | 110010 | 1110110 | 1001111 | 111010 | 0 | 110110 | 11100000 | 1000001 | 11100 |
Color Harmonies of #193276
Complementary color
Monochromatic Colors of #193276
Black with #193276
Text Example
Text Example
White with #193276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193276; }
p { color: rgb(25,50,118); }
H1.HeaderClassName
{
color: #193276;
}
.AnyTagClassName
{
color: #193276;
}
</style>
background-color css
<style>
a { background-color: #193276; }
a { background-color: rgb(25,50,118); }
div.DivClassName
{
background-color: #193276;
}
.BgClassName
{
background-color: #193276;
}
</style>
border-color css
<style>
span { border-color: #193276; }
span { border-color: rgb(25,50,118); }
td.TdClassName
{
border-color: #193276;
}
.TagClassName
{
border-color: #193276;
}
</style>