Shades of Sapphire #193175
Tints of Sapphire #193175
RGB
CMYK
RGB Variations
Color information
#193175 (or 0x193175) is known color: Sapphire. HEX triplet: 19, 31 and 75. RGB value is (25,49,117). Sum of RGB (Red+Green+Blue) = 25+49+117=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 117 (46.09% from 255 or 61.26% from 191); Max value from RGB is 117 - color contains mainly: blue. Hex color #193175 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193175 is #E6CE8A. Grayscale: #313131. Windows color (decimal): -15126155 or 7680281. OLE color: 7680281.
HSL color Cylindrical-coordinate representation of color #193175: hue angle of 224.35º 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 #193175 is Cyan = 0.79, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 49 | 117 | - |
| CMYK | 0.79 | 0.58 | 0 | 0.54 |
| HSL | 224.35º | 0.65% | 0.28% | - |
| HSV(B) | 224.35º | 0.79% | 0.46% | - |
| XYZ | 4.71 | 3.69 | 17.29 | - |
| YUV | 49.58 | 166.05 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 117 | 0.79 | 0.58 | 0 | 0.54 | 224.35 | 0.65 | 0.28 |
| Hex | 19 | 31 | 75 | 4F | 3A | 0 | 36 | E0 | 41 | 1C |
| Octal | 31 | 61 | 165 | 117 | 72 | 0 | 66 | 340 | 101 | 34 |
| Binary | 11001 | 110001 | 1110101 | 1001111 | 111010 | 0 | 110110 | 11100000 | 1000001 | 11100 |
Color Harmonies of #193175
Complementary color
Monochromatic Colors of #193175
Black with #193175
Text Example
Text Example
White with #193175
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193175; }
p { color: rgb(25,49,117); }
H1.HeaderClassName
{
color: #193175;
}
.AnyTagClassName
{
color: #193175;
}
</style>
background-color css
<style>
a { background-color: #193175; }
a { background-color: rgb(25,49,117); }
div.DivClassName
{
background-color: #193175;
}
.BgClassName
{
background-color: #193175;
}
</style>
border-color css
<style>
span { border-color: #193175; }
span { border-color: rgb(25,49,117); }
td.TdClassName
{
border-color: #193175;
}
.TagClassName
{
border-color: #193175;
}
</style>