Shades of Sapphire #193774
Tints of Sapphire #193774
RGB
CMYK
RGB Variations
Color information
#193774 (or 0x193774) is known color: Sapphire. HEX triplet: 19, 37 and 74. RGB value is (25,55,116). Sum of RGB (Red+Green+Blue) = 25+55+116=196 (25% of max value = 765). Red value is 25 (10.16% from 255 or 12.76% from 196); Green value is 55 (21.88% from 255 or 28.06% from 196); Blue value is 116 (45.70% from 255 or 59.18% from 196); Max value from RGB is 116 - color contains mainly: blue. Hex color #193774 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193774 is #E6C88B. Grayscale: #343434. Windows color (decimal): -15124620 or 7616281. OLE color: 7616281.
HSL color Cylindrical-coordinate representation of color #193774: hue angle of 220.22º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #193774 is Cyan = 0.78, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 55 | 116 | - |
| CMYK | 0.78 | 0.53 | 0 | 0.55 |
| HSL | 220.22º | 0.65% | 0.28% | - |
| HSV(B) | 220.22º | 0.78% | 0.45% | - |
| XYZ | 4.92 | 4.2 | 17.07 | - |
| YUV | 52.98 | 163.56 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 55 | 116 | 0.78 | 0.53 | 0 | 0.55 | 220.22 | 0.65 | 0.28 |
| Hex | 19 | 37 | 74 | 4E | 35 | 0 | 37 | DC | 41 | 1C |
| Octal | 31 | 67 | 164 | 116 | 65 | 0 | 67 | 334 | 101 | 34 |
| Binary | 11001 | 110111 | 1110100 | 1001110 | 110101 | 0 | 110111 | 11011100 | 1000001 | 11100 |
Color Harmonies of #193774
Complementary color
Monochromatic Colors of #193774
Black with #193774
Text Example
Text Example
White with #193774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193774; }
p { color: rgb(25,55,116); }
H1.HeaderClassName
{
color: #193774;
}
.AnyTagClassName
{
color: #193774;
}
</style>
background-color css
<style>
a { background-color: #193774; }
a { background-color: rgb(25,55,116); }
div.DivClassName
{
background-color: #193774;
}
.BgClassName
{
background-color: #193774;
}
</style>
border-color css
<style>
span { border-color: #193774; }
span { border-color: rgb(25,55,116); }
td.TdClassName
{
border-color: #193774;
}
.TagClassName
{
border-color: #193774;
}
</style>