Shades of Sapphire #193172
Tints of Sapphire #193172
RGB
CMYK
RGB Variations
Color information
#193172 (or 0x193172) is known color: Sapphire. HEX triplet: 19, 31 and 72. RGB value is (25,49,114). Sum of RGB (Red+Green+Blue) = 25+49+114=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 49 (19.53% from 255 or 26.06% from 188); Blue value is 114 (44.92% from 255 or 60.64% from 188); Max value from RGB is 114 - color contains mainly: blue. Hex color #193172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193172 is #E6CE8D. Grayscale: #303030. Windows color (decimal): -15126158 or 7483673. OLE color: 7483673.
HSL color Cylindrical-coordinate representation of color #193172: hue angle of 223.82º 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 #193172 is Cyan = 0.78, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 49 | 114 | - |
| CMYK | 0.78 | 0.57 | 0 | 0.55 |
| HSL | 223.82º | 0.64% | 0.27% | - |
| HSV(B) | 223.82º | 0.78% | 0.45% | - |
| XYZ | 4.54 | 3.62 | 16.38 | - |
| YUV | 49.23 | 164.55 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 114 | 0.78 | 0.57 | 0 | 0.55 | 223.82 | 0.64 | 0.27 |
| Hex | 19 | 31 | 72 | 4E | 39 | 0 | 37 | E0 | 40 | 1B |
| Octal | 31 | 61 | 162 | 116 | 71 | 0 | 67 | 340 | 100 | 33 |
| Binary | 11001 | 110001 | 1110010 | 1001110 | 111001 | 0 | 110111 | 11100000 | 1000000 | 11011 |
Color Harmonies of #193172
Complementary color
Monochromatic Colors of #193172
Black with #193172
Text Example
Text Example
White with #193172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193172; }
p { color: rgb(25,49,114); }
H1.HeaderClassName
{
color: #193172;
}
.AnyTagClassName
{
color: #193172;
}
</style>
background-color css
<style>
a { background-color: #193172; }
a { background-color: rgb(25,49,114); }
div.DivClassName
{
background-color: #193172;
}
.BgClassName
{
background-color: #193172;
}
</style>
border-color css
<style>
span { border-color: #193172; }
span { border-color: rgb(25,49,114); }
td.TdClassName
{
border-color: #193172;
}
.TagClassName
{
border-color: #193172;
}
</style>