Shades of Sapphire #193174
Tints of Sapphire #193174
RGB
CMYK
RGB Variations
Color information
#193174 (or 0x193174) is known color: Sapphire. HEX triplet: 19, 31 and 74. RGB value is (25,49,116). Sum of RGB (Red+Green+Blue) = 25+49+116=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 49 (19.53% from 255 or 25.79% from 190); Blue value is 116 (45.70% from 255 or 61.05% from 190); Max value from RGB is 116 - color contains mainly: blue. Hex color #193174 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193174 is #E6CE8B. Grayscale: #313131. Windows color (decimal): -15126156 or 7614745. OLE color: 7614745.
HSL color Cylindrical-coordinate representation of color #193174: hue angle of 224.18º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #193174 is Cyan = 0.78, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 49 | 116 | - |
| CMYK | 0.78 | 0.58 | 0 | 0.55 |
| HSL | 224.18º | 0.65% | 0.28% | - |
| HSV(B) | 224.18º | 0.78% | 0.45% | - |
| XYZ | 4.65 | 3.66 | 16.99 | - |
| YUV | 49.46 | 165.55 | 110.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 116 | 0.78 | 0.58 | 0 | 0.55 | 224.18 | 0.65 | 0.28 |
| Hex | 19 | 31 | 74 | 4E | 3A | 0 | 37 | E0 | 41 | 1C |
| Octal | 31 | 61 | 164 | 116 | 72 | 0 | 67 | 340 | 101 | 34 |
| Binary | 11001 | 110001 | 1110100 | 1001110 | 111010 | 0 | 110111 | 11100000 | 1000001 | 11100 |
Color Harmonies of #193174
Complementary color
Monochromatic Colors of #193174
Black with #193174
Text Example
Text Example
White with #193174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193174; }
p { color: rgb(25,49,116); }
H1.HeaderClassName
{
color: #193174;
}
.AnyTagClassName
{
color: #193174;
}
</style>
background-color css
<style>
a { background-color: #193174; }
a { background-color: rgb(25,49,116); }
div.DivClassName
{
background-color: #193174;
}
.BgClassName
{
background-color: #193174;
}
</style>
border-color css
<style>
span { border-color: #193174; }
span { border-color: rgb(25,49,116); }
td.TdClassName
{
border-color: #193174;
}
.TagClassName
{
border-color: #193174;
}
</style>