Shades of Sapphire #192664
Tints of Sapphire #192664
RGB
CMYK
RGB Variations
Color information
#192664 (or 0x192664) is known color: Sapphire. HEX triplet: 19, 26 and 64. RGB value is (25,38,100). Sum of RGB (Red+Green+Blue) = 25+38+100=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 100 (39.45% from 255 or 61.35% from 163); Max value from RGB is 100 - color contains mainly: blue. Hex color #192664 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192664 is #E6D99B. Grayscale: #282828. Windows color (decimal): -15128988 or 6563353. OLE color: 6563353.
HSL color Cylindrical-coordinate representation of color #192664: hue angle of 229.6º 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 #192664 is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 25 | 38 | 100 | - |
| CMYK | 0.75 | 0.62 | 0 | 0.61 |
| HSL | 229.6º | 0.6% | 0.25% | - |
| HSV(B) | 229.6º | 0.75% | 0.39% | - |
| XYZ | 3.39 | 2.51 | 12.36 | - |
| YUV | 41.18 | 161.19 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 100 | 0.75 | 0.62 | 0 | 0.61 | 229.6 | 0.6 | 0.25 |
| Hex | 19 | 26 | 64 | 4B | 3E | 0 | 3D | E6 | 3C | 19 |
| Octal | 31 | 46 | 144 | 113 | 76 | 0 | 75 | 346 | 74 | 31 |
| Binary | 11001 | 100110 | 1100100 | 1001011 | 111110 | 0 | 111101 | 11100110 | 111100 | 11001 |
Color Harmonies of #192664
Complementary color
Monochromatic Colors of #192664
Black with #192664
Text Example
Text Example
White with #192664
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192664; }
p { color: rgb(25,38,100); }
H1.HeaderClassName
{
color: #192664;
}
.AnyTagClassName
{
color: #192664;
}
</style>
background-color css
<style>
a { background-color: #192664; }
a { background-color: rgb(25,38,100); }
div.DivClassName
{
background-color: #192664;
}
.BgClassName
{
background-color: #192664;
}
</style>
border-color css
<style>
span { border-color: #192664; }
span { border-color: rgb(25,38,100); }
td.TdClassName
{
border-color: #192664;
}
.TagClassName
{
border-color: #192664;
}
</style>