Shades of Sapphire #192964
Tints of Sapphire #192964
RGB
CMYK
RGB Variations
Color information
#192964 (or 0x192964) is known color: Sapphire. HEX triplet: 19, 29 and 64. RGB value is (25,41,100). Sum of RGB (Red+Green+Blue) = 25+41+100=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 100 (39.45% from 255 or 60.24% from 166); Max value from RGB is 100 - color contains mainly: blue. Hex color #192964 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192964 is #E6D69B. Grayscale: #2A2A2A. Windows color (decimal): -15128220 or 6564121. OLE color: 6564121.
HSL color Cylindrical-coordinate representation of color #192964: hue angle of 227.2º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #192964 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 41 | 100 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.61 |
| HSL | 227.2º | 0.6% | 0.25% | - |
| HSV(B) | 227.2º | 0.75% | 0.39% | - |
| XYZ | 3.49 | 2.71 | 12.4 | - |
| YUV | 42.94 | 160.2 | 115.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 100 | 0.75 | 0.59 | 0 | 0.61 | 227.2 | 0.6 | 0.25 |
| Hex | 19 | 29 | 64 | 4B | 3B | 0 | 3D | E3 | 3C | 19 |
| Octal | 31 | 51 | 144 | 113 | 73 | 0 | 75 | 343 | 74 | 31 |
| Binary | 11001 | 101001 | 1100100 | 1001011 | 111011 | 0 | 111101 | 11100011 | 111100 | 11001 |
Color Harmonies of #192964
Complementary color
Monochromatic Colors of #192964
Black with #192964
Text Example
Text Example
White with #192964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192964; }
p { color: rgb(25,41,100); }
H1.HeaderClassName
{
color: #192964;
}
.AnyTagClassName
{
color: #192964;
}
</style>
background-color css
<style>
a { background-color: #192964; }
a { background-color: rgb(25,41,100); }
div.DivClassName
{
background-color: #192964;
}
.BgClassName
{
background-color: #192964;
}
</style>
border-color css
<style>
span { border-color: #192964; }
span { border-color: rgb(25,41,100); }
td.TdClassName
{
border-color: #192964;
}
.TagClassName
{
border-color: #192964;
}
</style>