Shades of Sapphire #193068
Tints of Sapphire #193068
RGB
CMYK
RGB Variations
Color information
#193068 (or 0x193068) is known color: Sapphire. HEX triplet: 19, 30 and 68. RGB value is (25,48,104). Sum of RGB (Red+Green+Blue) = 25+48+104=177 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.12% from 177); Green value is 48 (19.14% from 255 or 27.12% from 177); Blue value is 104 (41.02% from 255 or 58.76% from 177); Max value from RGB is 104 - color contains mainly: blue. Hex color #193068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193068 is #E6CF97. Grayscale: #2F2F2F. Windows color (decimal): -15126424 or 6828057. OLE color: 6828057.
HSL color Cylindrical-coordinate representation of color #193068: hue angle of 222.53º 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 #193068 is Cyan = 0.76, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 25 | 48 | 104 | - |
| CMYK | 0.76 | 0.54 | 0 | 0.59 |
| HSL | 222.53º | 0.61% | 0.25% | - |
| HSV(B) | 222.53º | 0.76% | 0.41% | - |
| XYZ | 3.96 | 3.32 | 13.53 | - |
| YUV | 47.51 | 159.88 | 111.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 48 | 104 | 0.76 | 0.54 | 0 | 0.59 | 222.53 | 0.61 | 0.25 |
| Hex | 19 | 30 | 68 | 4C | 36 | 0 | 3B | DF | 3D | 19 |
| Octal | 31 | 60 | 150 | 114 | 66 | 0 | 73 | 337 | 75 | 31 |
| Binary | 11001 | 110000 | 1101000 | 1001100 | 110110 | 0 | 111011 | 11011111 | 111101 | 11001 |
Color Harmonies of #193068
Complementary color
Monochromatic Colors of #193068
Black with #193068
Text Example
Text Example
White with #193068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193068; }
p { color: rgb(25,48,104); }
H1.HeaderClassName
{
color: #193068;
}
.AnyTagClassName
{
color: #193068;
}
</style>
background-color css
<style>
a { background-color: #193068; }
a { background-color: rgb(25,48,104); }
div.DivClassName
{
background-color: #193068;
}
.BgClassName
{
background-color: #193068;
}
</style>
border-color css
<style>
span { border-color: #193068; }
span { border-color: rgb(25,48,104); }
td.TdClassName
{
border-color: #193068;
}
.TagClassName
{
border-color: #193068;
}
</style>