Shades of Sapphire #192965
Tints of Sapphire #192965
RGB
CMYK
RGB Variations
Color information
#192965 (or 0x192965) is known color: Sapphire. HEX triplet: 19, 29 and 65. RGB value is (25,41,101). Sum of RGB (Red+Green+Blue) = 25+41+101=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 41 (16.41% from 255 or 24.55% from 167); Blue value is 101 (39.84% from 255 or 60.48% from 167); Max value from RGB is 101 - color contains mainly: blue. Hex color #192965 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192965 is #E6D69A. Grayscale: #2A2A2A. Windows color (decimal): -15128219 or 6629657. OLE color: 6629657.
HSL color Cylindrical-coordinate representation of color #192965: hue angle of 227.37º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #192965 is Cyan = 0.75, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 41 | 101 | - |
| CMYK | 0.75 | 0.59 | 0 | 0.60 |
| HSL | 227.37º | 0.6% | 0.25% | - |
| HSV(B) | 227.37º | 0.75% | 0.4% | - |
| XYZ | 3.54 | 2.73 | 12.65 | - |
| YUV | 43.06 | 160.7 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 101 | 0.75 | 0.59 | 0 | 0.60 | 227.37 | 0.6 | 0.25 |
| Hex | 19 | 29 | 65 | 4B | 3B | 0 | 3C | E3 | 3C | 19 |
| Octal | 31 | 51 | 145 | 113 | 73 | 0 | 74 | 343 | 74 | 31 |
| Binary | 11001 | 101001 | 1100101 | 1001011 | 111011 | 0 | 111100 | 11100011 | 111100 | 11001 |
Color Harmonies of #192965
Complementary color
Monochromatic Colors of #192965
Black with #192965
Text Example
Text Example
White with #192965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192965; }
p { color: rgb(25,41,101); }
H1.HeaderClassName
{
color: #192965;
}
.AnyTagClassName
{
color: #192965;
}
</style>
background-color css
<style>
a { background-color: #192965; }
a { background-color: rgb(25,41,101); }
div.DivClassName
{
background-color: #192965;
}
.BgClassName
{
background-color: #192965;
}
</style>
border-color css
<style>
span { border-color: #192965; }
span { border-color: rgb(25,41,101); }
td.TdClassName
{
border-color: #192965;
}
.TagClassName
{
border-color: #192965;
}
</style>