Shades of Sapphire #192562
Tints of Sapphire #192562
RGB
CMYK
RGB Variations
Color information
#192562 (or 0x192562) is known color: Sapphire. HEX triplet: 19, 25 and 62. RGB value is (25,37,98). Sum of RGB (Red+Green+Blue) = 25+37+98=160 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.62% from 160); Green value is 37 (14.84% from 255 or 23.12% from 160); Blue value is 98 (38.67% from 255 or 61.25% from 160); Max value from RGB is 98 - color contains mainly: blue. Hex color #192562 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192562 is #E6DA9D. Grayscale: #282828. Windows color (decimal): -15129246 or 6432025. OLE color: 6432025.
HSL color Cylindrical-coordinate representation of color #192562: hue angle of 230.14º 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 #192562 is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 37 | 98 | - |
| CMYK | 0.74 | 0.62 | 0 | 0.62 |
| HSL | 230.14º | 0.59% | 0.24% | - |
| HSV(B) | 230.14º | 0.74% | 0.38% | - |
| XYZ | 3.27 | 2.41 | 11.85 | - |
| YUV | 40.37 | 160.52 | 117.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 37 | 98 | 0.74 | 0.62 | 0 | 0.62 | 230.14 | 0.59 | 0.24 |
| Hex | 19 | 25 | 62 | 4A | 3E | 0 | 3E | E6 | 3B | 18 |
| Octal | 31 | 45 | 142 | 112 | 76 | 0 | 76 | 346 | 73 | 30 |
| Binary | 11001 | 100101 | 1100010 | 1001010 | 111110 | 0 | 111110 | 11100110 | 111011 | 11000 |
Color Harmonies of #192562
Complementary color
Monochromatic Colors of #192562
Black with #192562
Text Example
Text Example
White with #192562
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192562; }
p { color: rgb(25,37,98); }
H1.HeaderClassName
{
color: #192562;
}
.AnyTagClassName
{
color: #192562;
}
</style>
background-color css
<style>
a { background-color: #192562; }
a { background-color: rgb(25,37,98); }
div.DivClassName
{
background-color: #192562;
}
.BgClassName
{
background-color: #192562;
}
</style>
border-color css
<style>
span { border-color: #192562; }
span { border-color: rgb(25,37,98); }
td.TdClassName
{
border-color: #192562;
}
.TagClassName
{
border-color: #192562;
}
</style>