Shades of Sapphire #193676
Tints of Sapphire #193676
RGB
CMYK
RGB Variations
Color information
#193676 (or 0x193676) is known color: Sapphire. HEX triplet: 19, 36 and 76. RGB value is (25,54,118). Sum of RGB (Red+Green+Blue) = 25+54+118=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 54 (21.48% from 255 or 27.41% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #193676 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193676 is #E6C989. Grayscale: #343434. Windows color (decimal): -15124874 or 7747097. OLE color: 7747097.
HSL color Cylindrical-coordinate representation of color #193676: hue angle of 221.29º 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 #193676 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 54 | 118 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.54 |
| HSL | 221.29º | 0.65% | 0.28% | - |
| HSV(B) | 221.29º | 0.79% | 0.46% | - |
| XYZ | 4.99 | 4.15 | 17.68 | - |
| YUV | 52.63 | 164.89 | 108.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 118 | 0.79 | 0.54 | 0 | 0.54 | 221.29 | 0.65 | 0.28 |
| Hex | 19 | 36 | 76 | 4F | 36 | 0 | 36 | DD | 41 | 1C |
| Octal | 31 | 66 | 166 | 117 | 66 | 0 | 66 | 335 | 101 | 34 |
| Binary | 11001 | 110110 | 1110110 | 1001111 | 110110 | 0 | 110110 | 11011101 | 1000001 | 11100 |
Color Harmonies of #193676
Complementary color
Monochromatic Colors of #193676
Black with #193676
Text Example
Text Example
White with #193676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193676; }
p { color: rgb(25,54,118); }
H1.HeaderClassName
{
color: #193676;
}
.AnyTagClassName
{
color: #193676;
}
</style>
background-color css
<style>
a { background-color: #193676; }
a { background-color: rgb(25,54,118); }
div.DivClassName
{
background-color: #193676;
}
.BgClassName
{
background-color: #193676;
}
</style>
border-color css
<style>
span { border-color: #193676; }
span { border-color: rgb(25,54,118); }
td.TdClassName
{
border-color: #193676;
}
.TagClassName
{
border-color: #193676;
}
</style>