Shades of Sapphire #192961
Tints of Sapphire #192961
RGB
CMYK
RGB Variations
Color information
#192961 (or 0x192961) is known color: Sapphire. HEX triplet: 19, 29 and 61. RGB value is (25,41,97). Sum of RGB (Red+Green+Blue) = 25+41+97=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 41 (16.41% from 255 or 25.15% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #192961 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192961 is #E6D69E. Grayscale: #2A2A2A. Windows color (decimal): -15128223 or 6367513. OLE color: 6367513.
HSL color Cylindrical-coordinate representation of color #192961: hue angle of 226.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 #192961 is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 25 | 41 | 97 | - |
| CMYK | 0.74 | 0.58 | 0 | 0.62 |
| HSL | 226.67º | 0.59% | 0.24% | - |
| HSV(B) | 226.67º | 0.74% | 0.38% | - |
| XYZ | 3.35 | 2.66 | 11.65 | - |
| YUV | 42.6 | 158.7 | 115.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 97 | 0.74 | 0.58 | 0 | 0.62 | 226.67 | 0.59 | 0.24 |
| Hex | 19 | 29 | 61 | 4A | 3A | 0 | 3E | E3 | 3B | 18 |
| Octal | 31 | 51 | 141 | 112 | 72 | 0 | 76 | 343 | 73 | 30 |
| Binary | 11001 | 101001 | 1100001 | 1001010 | 111010 | 0 | 111110 | 11100011 | 111011 | 11000 |
Color Harmonies of #192961
Complementary color
Monochromatic Colors of #192961
Black with #192961
Text Example
Text Example
White with #192961
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192961; }
p { color: rgb(25,41,97); }
H1.HeaderClassName
{
color: #192961;
}
.AnyTagClassName
{
color: #192961;
}
</style>
background-color css
<style>
a { background-color: #192961; }
a { background-color: rgb(25,41,97); }
div.DivClassName
{
background-color: #192961;
}
.BgClassName
{
background-color: #192961;
}
</style>
border-color css
<style>
span { border-color: #192961; }
span { border-color: rgb(25,41,97); }
td.TdClassName
{
border-color: #192961;
}
.TagClassName
{
border-color: #192961;
}
</style>