Shades of Sapphire #192D76
Tints of Sapphire #192D76
RGB
CMYK
RGB Variations
Color information
#192D76 (or 0x192D76) is known color: Sapphire. HEX triplet: 19, 2D and 76. RGB value is (25,45,118). Sum of RGB (Red+Green+Blue) = 25+45+118=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 45 (17.97% from 255 or 23.94% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #192D76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192D76 is #E6D289. Grayscale: #2F2F2F. Windows color (decimal): -15127178 or 7744793. OLE color: 7744793.
HSL color Cylindrical-coordinate representation of color #192D76: hue angle of 227.1º 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 #192D76 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 45 | 118 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.54 |
| HSL | 227.1º | 0.65% | 0.28% | - |
| HSV(B) | 227.1º | 0.79% | 0.46% | - |
| XYZ | 4.61 | 3.39 | 17.55 | - |
| YUV | 47.34 | 167.87 | 112.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 45 | 118 | 0.79 | 0.62 | 0 | 0.54 | 227.1 | 0.65 | 0.28 |
| Hex | 19 | 2D | 76 | 4F | 3E | 0 | 36 | E3 | 41 | 1C |
| Octal | 31 | 55 | 166 | 117 | 76 | 0 | 66 | 343 | 101 | 34 |
| Binary | 11001 | 101101 | 1110110 | 1001111 | 111110 | 0 | 110110 | 11100011 | 1000001 | 11100 |
Color Harmonies of #192D76
Complementary color
Monochromatic Colors of #192D76
Black with #192D76
Text Example
Text Example
White with #192D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192D76; }
p { color: rgb(25,45,118); }
H1.HeaderClassName
{
color: #192D76;
}
.AnyTagClassName
{
color: #192D76;
}
</style>
background-color css
<style>
a { background-color: #192D76; }
a { background-color: rgb(25,45,118); }
div.DivClassName
{
background-color: #192D76;
}
.BgClassName
{
background-color: #192D76;
}
</style>
border-color css
<style>
span { border-color: #192D76; }
span { border-color: rgb(25,45,118); }
td.TdClassName
{
border-color: #192D76;
}
.TagClassName
{
border-color: #192D76;
}
</style>