Shades of Sapphire #192768
Tints of Sapphire #192768
RGB
CMYK
RGB Variations
Color information
#192768 (or 0x192768) is known color: Sapphire. HEX triplet: 19, 27 and 68. RGB value is (25,39,104). Sum of RGB (Red+Green+Blue) = 25+39+104=168 (22% of max value = 765). Red value is 25 (10.16% from 255 or 14.88% from 168); Green value is 39 (15.62% from 255 or 23.21% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #192768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192768 is #E6D897. Grayscale: #292929. Windows color (decimal): -15128728 or 6825753. OLE color: 6825753.
HSL color Cylindrical-coordinate representation of color #192768: hue angle of 229.37º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #192768 is Cyan = 0.76, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 39 | 104 | - |
| CMYK | 0.76 | 0.62 | 0 | 0.59 |
| HSL | 229.37º | 0.61% | 0.25% | - |
| HSV(B) | 229.37º | 0.76% | 0.41% | - |
| XYZ | 3.63 | 2.66 | 13.42 | - |
| YUV | 42.22 | 162.86 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 39 | 104 | 0.76 | 0.62 | 0 | 0.59 | 229.37 | 0.61 | 0.25 |
| Hex | 19 | 27 | 68 | 4C | 3E | 0 | 3B | E5 | 3D | 19 |
| Octal | 31 | 47 | 150 | 114 | 76 | 0 | 73 | 345 | 75 | 31 |
| Binary | 11001 | 100111 | 1101000 | 1001100 | 111110 | 0 | 111011 | 11100101 | 111101 | 11001 |
Color Harmonies of #192768
Complementary color
Monochromatic Colors of #192768
Black with #192768
Text Example
Text Example
White with #192768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #192768; }
p { color: rgb(25,39,104); }
H1.HeaderClassName
{
color: #192768;
}
.AnyTagClassName
{
color: #192768;
}
</style>
background-color css
<style>
a { background-color: #192768; }
a { background-color: rgb(25,39,104); }
div.DivClassName
{
background-color: #192768;
}
.BgClassName
{
background-color: #192768;
}
</style>
border-color css
<style>
span { border-color: #192768; }
span { border-color: rgb(25,39,104); }
td.TdClassName
{
border-color: #192768;
}
.TagClassName
{
border-color: #192768;
}
</style>