Shades of Sapphire #193772
Tints of Sapphire #193772
RGB
CMYK
RGB Variations
Color information
#193772 (or 0x193772) is known color: Sapphire. HEX triplet: 19, 37 and 72. RGB value is (25,55,114). Sum of RGB (Red+Green+Blue) = 25+55+114=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 55 (21.88% from 255 or 28.35% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #193772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193772 is #E6C88D. Grayscale: #343434. Windows color (decimal): -15124622 or 7485209. OLE color: 7485209.
HSL color Cylindrical-coordinate representation of color #193772: hue angle of 219.78º 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 #193772 is Cyan = 0.78, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 55 | 114 | - |
| CMYK | 0.78 | 0.52 | 0 | 0.55 |
| HSL | 219.78º | 0.64% | 0.27% | - |
| HSV(B) | 219.78º | 0.78% | 0.45% | - |
| XYZ | 4.8 | 4.15 | 16.47 | - |
| YUV | 52.76 | 162.56 | 108.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 114 | 0.78 | 0.52 | 0 | 0.55 | 219.78 | 0.64 | 0.27 |
| Hex | 19 | 37 | 72 | 4E | 34 | 0 | 37 | DC | 40 | 1B |
| Octal | 31 | 67 | 162 | 116 | 64 | 0 | 67 | 334 | 100 | 33 |
| Binary | 11001 | 110111 | 1110010 | 1001110 | 110100 | 0 | 110111 | 11011100 | 1000000 | 11011 |
Color Harmonies of #193772
Complementary color
Monochromatic Colors of #193772
Black with #193772
Text Example
Text Example
White with #193772
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193772; }
p { color: rgb(25,55,114); }
H1.HeaderClassName
{
color: #193772;
}
.AnyTagClassName
{
color: #193772;
}
</style>
background-color css
<style>
a { background-color: #193772; }
a { background-color: rgb(25,55,114); }
div.DivClassName
{
background-color: #193772;
}
.BgClassName
{
background-color: #193772;
}
</style>
border-color css
<style>
span { border-color: #193772; }
span { border-color: rgb(25,55,114); }
td.TdClassName
{
border-color: #193772;
}
.TagClassName
{
border-color: #193772;
}
</style>