Shades of Sapphire #193373
Tints of Sapphire #193373
RGB
CMYK
RGB Variations
Color information
#193373 (or 0x193373) is known color: Sapphire. HEX triplet: 19, 33 and 73. RGB value is (25,51,115). Sum of RGB (Red+Green+Blue) = 25+51+115=191 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.09% from 191); Green value is 51 (20.31% from 255 or 26.70% from 191); Blue value is 115 (45.31% from 255 or 60.21% from 191); Max value from RGB is 115 - color contains mainly: blue. Hex color #193373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193373 is #E6CC8C. Grayscale: #323232. Windows color (decimal): -15125645 or 7549721. OLE color: 7549721.
HSL color Cylindrical-coordinate representation of color #193373: hue angle of 222.67º degrees, saturation: 0.64, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #193373 is Cyan = 0.78, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 25 | 51 | 115 | - |
| CMYK | 0.78 | 0.56 | 0 | 0.55 |
| HSL | 222.67º | 0.64% | 0.27% | - |
| HSV(B) | 222.67º | 0.78% | 0.45% | - |
| XYZ | 4.68 | 3.81 | 16.71 | - |
| YUV | 50.52 | 164.39 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 51 | 115 | 0.78 | 0.56 | 0 | 0.55 | 222.67 | 0.64 | 0.27 |
| Hex | 19 | 33 | 73 | 4E | 38 | 0 | 37 | DF | 40 | 1B |
| Octal | 31 | 63 | 163 | 116 | 70 | 0 | 67 | 337 | 100 | 33 |
| Binary | 11001 | 110011 | 1110011 | 1001110 | 111000 | 0 | 110111 | 11011111 | 1000000 | 11011 |
Color Harmonies of #193373
Complementary color
Monochromatic Colors of #193373
Black with #193373
Text Example
Text Example
White with #193373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193373; }
p { color: rgb(25,51,115); }
H1.HeaderClassName
{
color: #193373;
}
.AnyTagClassName
{
color: #193373;
}
</style>
background-color css
<style>
a { background-color: #193373; }
a { background-color: rgb(25,51,115); }
div.DivClassName
{
background-color: #193373;
}
.BgClassName
{
background-color: #193373;
}
</style>
border-color css
<style>
span { border-color: #193373; }
span { border-color: rgb(25,51,115); }
td.TdClassName
{
border-color: #193373;
}
.TagClassName
{
border-color: #193373;
}
</style>