Shades of Sapphire #193577
Tints of Sapphire #193577
RGB
CMYK
RGB Variations
Color information
#193577 (or 0x193577) is known color: Sapphire. HEX triplet: 19, 35 and 77. RGB value is (25,53,119). Sum of RGB (Red+Green+Blue) = 25+53+119=197 (26% of max value = 765). Red value is 25 (10.16% from 255 or 12.69% from 197); Green value is 53 (21.09% from 255 or 26.90% from 197); Blue value is 119 (46.88% from 255 or 60.41% from 197); Max value from RGB is 119 - color contains mainly: blue. Hex color #193577 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193577 is #E6CA88. Grayscale: #333333. Windows color (decimal): -15125129 or 7812377. OLE color: 7812377.
HSL color Cylindrical-coordinate representation of color #193577: hue angle of 222.13º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #193577 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 25 | 53 | 119 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.53 |
| HSL | 222.13º | 0.65% | 0.28% | - |
| HSV(B) | 222.13º | 0.79% | 0.47% | - |
| XYZ | 5 | 4.08 | 17.98 | - |
| YUV | 52.15 | 165.72 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 119 | 0.79 | 0.55 | 0 | 0.53 | 222.13 | 0.65 | 0.28 |
| Hex | 19 | 35 | 77 | 4F | 37 | 0 | 35 | DE | 41 | 1C |
| Octal | 31 | 65 | 167 | 117 | 67 | 0 | 65 | 336 | 101 | 34 |
| Binary | 11001 | 110101 | 1110111 | 1001111 | 110111 | 0 | 110101 | 11011110 | 1000001 | 11100 |
Color Harmonies of #193577
Complementary color
Monochromatic Colors of #193577
Black with #193577
Text Example
Text Example
White with #193577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193577; }
p { color: rgb(25,53,119); }
H1.HeaderClassName
{
color: #193577;
}
.AnyTagClassName
{
color: #193577;
}
</style>
background-color css
<style>
a { background-color: #193577; }
a { background-color: rgb(25,53,119); }
div.DivClassName
{
background-color: #193577;
}
.BgClassName
{
background-color: #193577;
}
</style>
border-color css
<style>
span { border-color: #193577; }
span { border-color: rgb(25,53,119); }
td.TdClassName
{
border-color: #193577;
}
.TagClassName
{
border-color: #193577;
}
</style>