Shades of Sapphire #193079
Tints of Sapphire #193079
RGB
CMYK
RGB Variations
Color information
#193079 (or 0x193079) is known color: Sapphire. HEX triplet: 19, 30 and 79. RGB value is (25,48,121). Sum of RGB (Red+Green+Blue) = 25+48+121=194 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.89% from 194); Green value is 48 (19.14% from 255 or 24.74% from 194); Blue value is 121 (47.66% from 255 or 62.37% from 194); Max value from RGB is 121 - color contains mainly: blue. Hex color #193079 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193079 is #E6CF86. Grayscale: #313131. Windows color (decimal): -15126407 or 7942169. OLE color: 7942169.
HSL color Cylindrical-coordinate representation of color #193079: hue angle of 225.62º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #193079 is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 48 | 121 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.53 |
| HSL | 225.63º | 0.66% | 0.29% | - |
| HSV(B) | 225.63º | 0.79% | 0.47% | - |
| XYZ | 4.91 | 3.7 | 18.54 | - |
| YUV | 49.45 | 168.38 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 48 | 121 | 0.79 | 0.60 | 0 | 0.53 | 225.63 | 0.66 | 0.29 |
| Hex | 19 | 30 | 79 | 4F | 3C | 0 | 35 | E2 | 42 | 1D |
| Octal | 31 | 60 | 171 | 117 | 74 | 0 | 65 | 342 | 102 | 35 |
| Binary | 11001 | 110000 | 1111001 | 1001111 | 111100 | 0 | 110101 | 11100010 | 1000010 | 11101 |
Color Harmonies of #193079
Complementary color
Monochromatic Colors of #193079
Black with #193079
Text Example
Text Example
White with #193079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193079; }
p { color: rgb(25,48,121); }
H1.HeaderClassName
{
color: #193079;
}
.AnyTagClassName
{
color: #193079;
}
</style>
background-color css
<style>
a { background-color: #193079; }
a { background-color: rgb(25,48,121); }
div.DivClassName
{
background-color: #193079;
}
.BgClassName
{
background-color: #193079;
}
</style>
border-color css
<style>
span { border-color: #193079; }
span { border-color: rgb(25,48,121); }
td.TdClassName
{
border-color: #193079;
}
.TagClassName
{
border-color: #193079;
}
</style>