Shades of Sapphire #193165
Tints of Sapphire #193165
RGB
CMYK
RGB Variations
Color information
#193165 (or 0x193165) is known color: Sapphire. HEX triplet: 19, 31 and 65. RGB value is (25,49,101). Sum of RGB (Red+Green+Blue) = 25+49+101=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 101 (39.84% from 255 or 57.71% from 175); Max value from RGB is 101 - color contains mainly: blue. Hex color #193165 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193165 is #E6CE9A. Grayscale: #2F2F2F. Windows color (decimal): -15126171 or 6631705. OLE color: 6631705.
HSL color Cylindrical-coordinate representation of color #193165: hue angle of 221.05º 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 #193165 is Cyan = 0.75, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 25 | 49 | 101 | - |
| CMYK | 0.75 | 0.51 | 0 | 0.60 |
| HSL | 221.05º | 0.6% | 0.25% | - |
| HSV(B) | 221.05º | 0.75% | 0.4% | - |
| XYZ | 3.85 | 3.34 | 12.75 | - |
| YUV | 47.75 | 158.05 | 111.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 101 | 0.75 | 0.51 | 0 | 0.60 | 221.05 | 0.6 | 0.25 |
| Hex | 19 | 31 | 65 | 4B | 33 | 0 | 3C | DD | 3C | 19 |
| Octal | 31 | 61 | 145 | 113 | 63 | 0 | 74 | 335 | 74 | 31 |
| Binary | 11001 | 110001 | 1100101 | 1001011 | 110011 | 0 | 111100 | 11011101 | 111100 | 11001 |
Color Harmonies of #193165
Complementary color
Monochromatic Colors of #193165
Black with #193165
Text Example
Text Example
White with #193165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193165; }
p { color: rgb(25,49,101); }
H1.HeaderClassName
{
color: #193165;
}
.AnyTagClassName
{
color: #193165;
}
</style>
background-color css
<style>
a { background-color: #193165; }
a { background-color: rgb(25,49,101); }
div.DivClassName
{
background-color: #193165;
}
.BgClassName
{
background-color: #193165;
}
</style>
border-color css
<style>
span { border-color: #193165; }
span { border-color: rgb(25,49,101); }
td.TdClassName
{
border-color: #193165;
}
.TagClassName
{
border-color: #193165;
}
</style>