Shades of Sapphire #183573
Tints of Sapphire #183573
RGB
CMYK
RGB Variations
Color information
#183573 (or 0x183573) is known color: Sapphire. HEX triplet: 18, 35 and 73. RGB value is (24,53,115). Sum of RGB (Red+Green+Blue) = 24+53+115=192 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.5% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 115 (45.31% from 255 or 59.90% from 192); Max value from RGB is 115 - color contains mainly: blue. Hex color #183573 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183573 is #E7CA8C. Grayscale: #333333. Windows color (decimal): -15190669 or 7550232. OLE color: 7550232.
HSL color Cylindrical-coordinate representation of color #183573: hue angle of 220.88º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #183573 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 24 | 53 | 115 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.55 |
| HSL | 220.88º | 0.65% | 0.27% | - |
| HSV(B) | 220.88º | 0.79% | 0.45% | - |
| XYZ | 4.74 | 3.98 | 16.74 | - |
| YUV | 51.4 | 163.89 | 108.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 115 | 0.79 | 0.54 | 0 | 0.55 | 220.88 | 0.65 | 0.27 |
| Hex | 18 | 35 | 73 | 4F | 36 | 0 | 37 | DD | 41 | 1B |
| Octal | 30 | 65 | 163 | 117 | 66 | 0 | 67 | 335 | 101 | 33 |
| Binary | 11000 | 110101 | 1110011 | 1001111 | 110110 | 0 | 110111 | 11011101 | 1000001 | 11011 |
Color Harmonies of #183573
Complementary color
Monochromatic Colors of #183573
Black with #183573
Text Example
Text Example
White with #183573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183573; }
p { color: rgb(24,53,115); }
H1.HeaderClassName
{
color: #183573;
}
.AnyTagClassName
{
color: #183573;
}
</style>
background-color css
<style>
a { background-color: #183573; }
a { background-color: rgb(24,53,115); }
div.DivClassName
{
background-color: #183573;
}
.BgClassName
{
background-color: #183573;
}
</style>
border-color css
<style>
span { border-color: #183573; }
span { border-color: rgb(24,53,115); }
td.TdClassName
{
border-color: #183573;
}
.TagClassName
{
border-color: #183573;
}
</style>