Shades of Sapphire #192D63
Tints of Sapphire #192D63
RGB
CMYK
RGB Variations
Color information
#192D63 (or 0x192D63) is known color: Sapphire. HEX triplet: 19, 2D and 63. RGB value is (25,45,99). Sum of RGB (Red+Green+Blue) = 25+45+99=169 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.79% from 169); Green value is 45 (17.97% from 255 or 26.63% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #192D63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192D63 is #E6D29C. Grayscale: #2C2C2C. Windows color (decimal): -15127197 or 6499609. OLE color: 6499609.
HSL color Cylindrical-coordinate representation of color #192D63: hue angle of 223.78º 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 #192D63 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 45 | 99 | - |
| CMYK | 0.75 | 0.55 | 0 | 0.61 |
| HSL | 223.78º | 0.6% | 0.24% | - |
| HSV(B) | 223.78º | 0.75% | 0.39% | - |
| XYZ | 3.59 | 2.98 | 12.19 | - |
| YUV | 45.18 | 158.37 | 113.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 99 | 0.75 | 0.55 | 0 | 0.61 | 223.78 | 0.6 | 0.24 |
| Hex | 19 | 2D | 63 | 4B | 37 | 0 | 3D | E0 | 3C | 18 |
| Octal | 31 | 55 | 143 | 113 | 67 | 0 | 75 | 340 | 74 | 30 |
| Binary | 11001 | 101101 | 1100011 | 1001011 | 110111 | 0 | 111101 | 11100000 | 111100 | 11000 |
Color Harmonies of #192D63
Complementary color
Monochromatic Colors of #192D63
Black with #192D63
Text Example
Text Example
White with #192D63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192D63; }
p { color: rgb(25,45,99); }
H1.HeaderClassName
{
color: #192D63;
}
.AnyTagClassName
{
color: #192D63;
}
</style>
background-color css
<style>
a { background-color: #192D63; }
a { background-color: rgb(25,45,99); }
div.DivClassName
{
background-color: #192D63;
}
.BgClassName
{
background-color: #192D63;
}
</style>
border-color css
<style>
span { border-color: #192D63; }
span { border-color: rgb(25,45,99); }
td.TdClassName
{
border-color: #192D63;
}
.TagClassName
{
border-color: #192D63;
}
</style>