Shades of Sapphire #192862
Tints of Sapphire #192862
RGB
CMYK
RGB Variations
Color information
#192862 (or 0x192862) is known color: Sapphire. HEX triplet: 19, 28 and 62. RGB value is (25,40,98). Sum of RGB (Red+Green+Blue) = 25+40+98=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 98 (38.67% from 255 or 60.12% from 163); Max value from RGB is 98 - color contains mainly: blue. Hex color #192862 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192862 is #E6D79D. Grayscale: #292929. Windows color (decimal): -15128478 or 6432793. OLE color: 6432793.
HSL color Cylindrical-coordinate representation of color #192862: hue angle of 227.67º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #192862 is Cyan = 0.74, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 40 | 98 | - |
| CMYK | 0.74 | 0.59 | 0 | 0.62 |
| HSL | 227.67º | 0.59% | 0.24% | - |
| HSV(B) | 227.67º | 0.74% | 0.38% | - |
| XYZ | 3.36 | 2.61 | 11.88 | - |
| YUV | 42.13 | 159.53 | 115.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 40 | 98 | 0.74 | 0.59 | 0 | 0.62 | 227.67 | 0.59 | 0.24 |
| Hex | 19 | 28 | 62 | 4A | 3B | 0 | 3E | E4 | 3B | 18 |
| Octal | 31 | 50 | 142 | 112 | 73 | 0 | 76 | 344 | 73 | 30 |
| Binary | 11001 | 101000 | 1100010 | 1001010 | 111011 | 0 | 111110 | 11100100 | 111011 | 11000 |
Color Harmonies of #192862
Complementary color
Monochromatic Colors of #192862
Black with #192862
Text Example
Text Example
White with #192862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192862; }
p { color: rgb(25,40,98); }
H1.HeaderClassName
{
color: #192862;
}
.AnyTagClassName
{
color: #192862;
}
</style>
background-color css
<style>
a { background-color: #192862; }
a { background-color: rgb(25,40,98); }
div.DivClassName
{
background-color: #192862;
}
.BgClassName
{
background-color: #192862;
}
</style>
border-color css
<style>
span { border-color: #192862; }
span { border-color: rgb(25,40,98); }
td.TdClassName
{
border-color: #192862;
}
.TagClassName
{
border-color: #192862;
}
</style>