Shades of Sapphire #192763
Tints of Sapphire #192763
RGB
CMYK
RGB Variations
Color information
#192763 (or 0x192763) is known color: Sapphire. HEX triplet: 19, 27 and 63. RGB value is (25,39,99). Sum of RGB (Red+Green+Blue) = 25+39+99=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 99 (39.06% from 255 or 60.74% from 163); Max value from RGB is 99 - color contains mainly: blue. Hex color #192763 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192763 is #E6D89C. Grayscale: #292929. Windows color (decimal): -15128733 or 6498073. OLE color: 6498073.
HSL color Cylindrical-coordinate representation of color #192763: hue angle of 228.65º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #192763 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 39 | 99 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.61 |
| HSL | 228.65º | 0.6% | 0.24% | - |
| HSV(B) | 228.65º | 0.75% | 0.39% | - |
| XYZ | 3.38 | 2.56 | 12.12 | - |
| YUV | 41.65 | 160.36 | 116.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 39 | 99 | 0.75 | 0.61 | 0 | 0.61 | 228.65 | 0.6 | 0.24 |
| Hex | 19 | 27 | 63 | 4B | 3D | 0 | 3D | E5 | 3C | 18 |
| Octal | 31 | 47 | 143 | 113 | 75 | 0 | 75 | 345 | 74 | 30 |
| Binary | 11001 | 100111 | 1100011 | 1001011 | 111101 | 0 | 111101 | 11100101 | 111100 | 11000 |
Color Harmonies of #192763
Complementary color
Monochromatic Colors of #192763
Black with #192763
Text Example
Text Example
White with #192763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192763; }
p { color: rgb(25,39,99); }
H1.HeaderClassName
{
color: #192763;
}
.AnyTagClassName
{
color: #192763;
}
</style>
background-color css
<style>
a { background-color: #192763; }
a { background-color: rgb(25,39,99); }
div.DivClassName
{
background-color: #192763;
}
.BgClassName
{
background-color: #192763;
}
</style>
border-color css
<style>
span { border-color: #192763; }
span { border-color: rgb(25,39,99); }
td.TdClassName
{
border-color: #192763;
}
.TagClassName
{
border-color: #192763;
}
</style>