Shades of Sapphire #193671
Tints of Sapphire #193671
RGB
CMYK
RGB Variations
Color information
#193671 (or 0x193671) is known color: Sapphire. HEX triplet: 19, 36 and 71. RGB value is (25,54,113). Sum of RGB (Red+Green+Blue) = 25+54+113=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 54 (21.48% from 255 or 28.12% from 192); Blue value is 113 (44.53% from 255 or 58.85% from 192); Max value from RGB is 113 - color contains mainly: blue. Hex color #193671 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193671 is #E6C98E. Grayscale: #333333. Windows color (decimal): -15124879 or 7419417. OLE color: 7419417.
HSL color Cylindrical-coordinate representation of color #193671: hue angle of 220.23º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #193671 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 25 | 54 | 113 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.56 |
| HSL | 220.23º | 0.64% | 0.27% | - |
| HSV(B) | 220.23º | 0.78% | 0.44% | - |
| XYZ | 4.7 | 4.04 | 16.15 | - |
| YUV | 52.06 | 162.39 | 108.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 113 | 0.78 | 0.52 | 0 | 0.56 | 220.23 | 0.64 | 0.27 |
| Hex | 19 | 36 | 71 | 4E | 34 | 0 | 38 | DC | 40 | 1B |
| Octal | 31 | 66 | 161 | 116 | 64 | 0 | 70 | 334 | 100 | 33 |
| Binary | 11001 | 110110 | 1110001 | 1001110 | 110100 | 0 | 111000 | 11011100 | 1000000 | 11011 |
Color Harmonies of #193671
Complementary color
Monochromatic Colors of #193671
Black with #193671
Text Example
Text Example
White with #193671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193671; }
p { color: rgb(25,54,113); }
H1.HeaderClassName
{
color: #193671;
}
.AnyTagClassName
{
color: #193671;
}
</style>
background-color css
<style>
a { background-color: #193671; }
a { background-color: rgb(25,54,113); }
div.DivClassName
{
background-color: #193671;
}
.BgClassName
{
background-color: #193671;
}
</style>
border-color css
<style>
span { border-color: #193671; }
span { border-color: rgb(25,54,113); }
td.TdClassName
{
border-color: #193671;
}
.TagClassName
{
border-color: #193671;
}
</style>