Shades of Sapphire #193163
Tints of Sapphire #193163
RGB
CMYK
RGB Variations
Color information
#193163 (or 0x193163) is known color: Sapphire. HEX triplet: 19, 31 and 63. RGB value is (25,49,99). Sum of RGB (Red+Green+Blue) = 25+49+99=173 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.45% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 99 (39.06% from 255 or 57.23% from 173); Max value from RGB is 99 - color contains mainly: blue. Hex color #193163 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193163 is #E6CE9C. Grayscale: #2F2F2F. Windows color (decimal): -15126173 or 6500633. OLE color: 6500633.
HSL color Cylindrical-coordinate representation of color #193163: hue angle of 220.54º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #193163 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 49 | 99 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.61 |
| HSL | 220.54º | 0.6% | 0.24% | - |
| HSV(B) | 220.54º | 0.75% | 0.39% | - |
| XYZ | 3.75 | 3.3 | 12.24 | - |
| YUV | 47.52 | 157.05 | 111.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 99 | 0.75 | 0.51 | 0 | 0.61 | 220.54 | 0.6 | 0.24 |
| Hex | 19 | 31 | 63 | 4B | 33 | 0 | 3D | DD | 3C | 18 |
| Octal | 31 | 61 | 143 | 113 | 63 | 0 | 75 | 335 | 74 | 30 |
| Binary | 11001 | 110001 | 1100011 | 1001011 | 110011 | 0 | 111101 | 11011101 | 111100 | 11000 |
Color Harmonies of #193163
Complementary color
Monochromatic Colors of #193163
Black with #193163
Text Example
Text Example
White with #193163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193163; }
p { color: rgb(25,49,99); }
H1.HeaderClassName
{
color: #193163;
}
.AnyTagClassName
{
color: #193163;
}
</style>
background-color css
<style>
a { background-color: #193163; }
a { background-color: rgb(25,49,99); }
div.DivClassName
{
background-color: #193163;
}
.BgClassName
{
background-color: #193163;
}
</style>
border-color css
<style>
span { border-color: #193163; }
span { border-color: rgb(25,49,99); }
td.TdClassName
{
border-color: #193163;
}
.TagClassName
{
border-color: #193163;
}
</style>