Shades of Sapphire #192866
Tints of Sapphire #192866
RGB
CMYK
RGB Variations
Color information
#192866 (or 0x192866) is known color: Sapphire. HEX triplet: 19, 28 and 66. RGB value is (25,40,102). Sum of RGB (Red+Green+Blue) = 25+40+102=167 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.97% from 167); Green value is 40 (16.02% from 255 or 23.95% from 167); Blue value is 102 (40.23% from 255 or 61.08% from 167); Max value from RGB is 102 - color contains mainly: blue. Hex color #192866 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192866 is #E6D799. Grayscale: #2A2A2A. Windows color (decimal): -15128474 or 6694937. OLE color: 6694937.
HSL color Cylindrical-coordinate representation of color #192866: hue angle of 228.31º degrees, saturation: 0.61, 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 #192866 is Cyan = 0.75, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 25 | 40 | 102 | - |
| CMYK | 0.75 | 0.61 | 0 | 0.6 |
| HSL | 228.31º | 0.61% | 0.25% | - |
| HSV(B) | 228.31º | 0.75% | 0.4% | - |
| XYZ | 3.56 | 2.68 | 12.9 | - |
| YUV | 42.58 | 161.53 | 115.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 40 | 102 | 0.75 | 0.61 | 0 | 0.6 | 228.31 | 0.61 | 0.25 |
| Hex | 19 | 28 | 66 | 4B | 3D | 0 | 3C | E4 | 3D | 19 |
| Octal | 31 | 50 | 146 | 113 | 75 | 0 | 74 | 344 | 75 | 31 |
| Binary | 11001 | 101000 | 1100110 | 1001011 | 111101 | 0 | 111100 | 11100100 | 111101 | 11001 |
Color Harmonies of #192866
Complementary color
Monochromatic Colors of #192866
Black with #192866
Text Example
Text Example
White with #192866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192866; }
p { color: rgb(25,40,102); }
H1.HeaderClassName
{
color: #192866;
}
.AnyTagClassName
{
color: #192866;
}
</style>
background-color css
<style>
a { background-color: #192866; }
a { background-color: rgb(25,40,102); }
div.DivClassName
{
background-color: #192866;
}
.BgClassName
{
background-color: #192866;
}
</style>
border-color css
<style>
span { border-color: #192866; }
span { border-color: rgb(25,40,102); }
td.TdClassName
{
border-color: #192866;
}
.TagClassName
{
border-color: #192866;
}
</style>