Shades of Sapphire #193173
Tints of Sapphire #193173
RGB
CMYK
RGB Variations
Color information
#193173 (or 0x193173) is known color: Sapphire. HEX triplet: 19, 31 and 73. RGB value is (25,49,115). Sum of RGB (Red+Green+Blue) = 25+49+115=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 49 (19.53% from 255 or 25.93% from 189); Blue value is 115 (45.31% from 255 or 60.85% from 189); Max value from RGB is 115 - color contains mainly: blue. Hex color #193173 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193173 is #E6CE8C. Grayscale: #313131. Windows color (decimal): -15126157 or 7549209. OLE color: 7549209.
HSL color Cylindrical-coordinate representation of color #193173: hue angle of 224º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #193173 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 49 | 115 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.55 |
| HSL | 224º | 0.64% | 0.27% | - |
| HSV(B) | 224º | 0.78% | 0.45% | - |
| XYZ | 4.59 | 3.64 | 16.68 | - |
| YUV | 49.35 | 165.05 | 110.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 115 | 0.78 | 0.57 | 0 | 0.55 | 224 | 0.64 | 0.27 |
| Hex | 19 | 31 | 73 | 4E | 39 | 0 | 37 | E0 | 40 | 1B |
| Octal | 31 | 61 | 163 | 116 | 71 | 0 | 67 | 340 | 100 | 33 |
| Binary | 11001 | 110001 | 1110011 | 1001110 | 111001 | 0 | 110111 | 11100000 | 1000000 | 11011 |
Color Harmonies of #193173
Complementary color
Monochromatic Colors of #193173
Black with #193173
Text Example
Text Example
White with #193173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193173; }
p { color: rgb(25,49,115); }
H1.HeaderClassName
{
color: #193173;
}
.AnyTagClassName
{
color: #193173;
}
</style>
background-color css
<style>
a { background-color: #193173; }
a { background-color: rgb(25,49,115); }
div.DivClassName
{
background-color: #193173;
}
.BgClassName
{
background-color: #193173;
}
</style>
border-color css
<style>
span { border-color: #193173; }
span { border-color: rgb(25,49,115); }
td.TdClassName
{
border-color: #193173;
}
.TagClassName
{
border-color: #193173;
}
</style>