Shades of Sapphire #193675
Tints of Sapphire #193675
RGB
CMYK
RGB Variations
Color information
#193675 (or 0x193675) is known color: Sapphire. HEX triplet: 19, 36 and 75. RGB value is (25,54,117). Sum of RGB (Red+Green+Blue) = 25+54+117=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 54 (21.48% from 255 or 27.55% from 196); Blue value is 117 (46.09% from 255 or 59.69% from 196); Max value from RGB is 117 - color contains mainly: blue. Hex color #193675 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193675 is #E6C98A. Grayscale: #343434. Windows color (decimal): -15124875 or 7681561. OLE color: 7681561.
HSL color Cylindrical-coordinate representation of color #193675: hue angle of 221.09º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #193675 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 25 | 54 | 117 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.54 |
| HSL | 221.09º | 0.65% | 0.28% | - |
| HSV(B) | 221.09º | 0.79% | 0.46% | - |
| XYZ | 4.93 | 4.13 | 17.37 | - |
| YUV | 52.51 | 164.39 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 54 | 117 | 0.79 | 0.54 | 0 | 0.54 | 221.09 | 0.65 | 0.28 |
| Hex | 19 | 36 | 75 | 4F | 36 | 0 | 36 | DD | 41 | 1C |
| Octal | 31 | 66 | 165 | 117 | 66 | 0 | 66 | 335 | 101 | 34 |
| Binary | 11001 | 110110 | 1110101 | 1001111 | 110110 | 0 | 110110 | 11011101 | 1000001 | 11100 |
Color Harmonies of #193675
Complementary color
Monochromatic Colors of #193675
Black with #193675
Text Example
Text Example
White with #193675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193675; }
p { color: rgb(25,54,117); }
H1.HeaderClassName
{
color: #193675;
}
.AnyTagClassName
{
color: #193675;
}
</style>
background-color css
<style>
a { background-color: #193675; }
a { background-color: rgb(25,54,117); }
div.DivClassName
{
background-color: #193675;
}
.BgClassName
{
background-color: #193675;
}
</style>
border-color css
<style>
span { border-color: #193675; }
span { border-color: rgb(25,54,117); }
td.TdClassName
{
border-color: #193675;
}
.TagClassName
{
border-color: #193675;
}
</style>