Shades of Sapphire #192C76
Tints of Sapphire #192C76
RGB
CMYK
RGB Variations
Color information
#192C76 (or 0x192C76) is known color: Sapphire. HEX triplet: 19, 2C and 76. RGB value is (25,44,118). Sum of RGB (Red+Green+Blue) = 25+44+118=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 44 (17.58% from 255 or 23.53% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #192C76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192C76 is #E6D389. Grayscale: #2E2E2E. Windows color (decimal): -15127434 or 7744537. OLE color: 7744537.
HSL color Cylindrical-coordinate representation of color #192C76: hue angle of 227.74º 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 #192C76 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 44 | 118 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.54 |
| HSL | 227.74º | 0.65% | 0.28% | - |
| HSV(B) | 227.74º | 0.79% | 0.46% | - |
| XYZ | 4.57 | 3.32 | 17.54 | - |
| YUV | 46.76 | 168.21 | 112.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 44 | 118 | 0.79 | 0.63 | 0 | 0.54 | 227.74 | 0.65 | 0.28 |
| Hex | 19 | 2C | 76 | 4F | 3F | 0 | 36 | E4 | 41 | 1C |
| Octal | 31 | 54 | 166 | 117 | 77 | 0 | 66 | 344 | 101 | 34 |
| Binary | 11001 | 101100 | 1110110 | 1001111 | 111111 | 0 | 110110 | 11100100 | 1000001 | 11100 |
Color Harmonies of #192C76
Complementary color
Monochromatic Colors of #192C76
Black with #192C76
Text Example
Text Example
White with #192C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192C76; }
p { color: rgb(25,44,118); }
H1.HeaderClassName
{
color: #192C76;
}
.AnyTagClassName
{
color: #192C76;
}
</style>
background-color css
<style>
a { background-color: #192C76; }
a { background-color: rgb(25,44,118); }
div.DivClassName
{
background-color: #192C76;
}
.BgClassName
{
background-color: #192C76;
}
</style>
border-color css
<style>
span { border-color: #192C76; }
span { border-color: rgb(25,44,118); }
td.TdClassName
{
border-color: #192C76;
}
.TagClassName
{
border-color: #192C76;
}
</style>