Shades of Sapphire #183576
Tints of Sapphire #183576
RGB
CMYK
RGB Variations
Color information
#183576 (or 0x183576) is known color: Sapphire. HEX triplet: 18, 35 and 76. RGB value is (24,53,118). Sum of RGB (Red+Green+Blue) = 24+53+118=195 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.31% from 195); Green value is 53 (21.09% from 255 or 27.18% from 195); Blue value is 118 (46.48% from 255 or 60.51% from 195); Max value from RGB is 118 - color contains mainly: blue. Hex color #183576 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183576 is #E7CA89. Grayscale: #333333. Windows color (decimal): -15190666 or 7746840. OLE color: 7746840.
HSL color Cylindrical-coordinate representation of color #183576: hue angle of 221.49º degrees, saturation: 0.66, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #183576 is Cyan = 0.80, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 53 | 118 | - |
| CMYK | 0.80 | 0.55 | 0 | 0.54 |
| HSL | 221.49º | 0.66% | 0.28% | - |
| HSV(B) | 221.49º | 0.8% | 0.46% | - |
| XYZ | 4.92 | 4.05 | 17.66 | - |
| YUV | 51.74 | 165.39 | 108.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 53 | 118 | 0.80 | 0.55 | 0 | 0.54 | 221.49 | 0.66 | 0.28 |
| Hex | 18 | 35 | 76 | 50 | 37 | 0 | 36 | DD | 42 | 1C |
| Octal | 30 | 65 | 166 | 120 | 67 | 0 | 66 | 335 | 102 | 34 |
| Binary | 11000 | 110101 | 1110110 | 1010000 | 110111 | 0 | 110110 | 11011101 | 1000010 | 11100 |
Color Harmonies of #183576
Complementary color
Monochromatic Colors of #183576
Black with #183576
Text Example
Text Example
White with #183576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183576; }
p { color: rgb(24,53,118); }
H1.HeaderClassName
{
color: #183576;
}
.AnyTagClassName
{
color: #183576;
}
</style>
background-color css
<style>
a { background-color: #183576; }
a { background-color: rgb(24,53,118); }
div.DivClassName
{
background-color: #183576;
}
.BgClassName
{
background-color: #183576;
}
</style>
border-color css
<style>
span { border-color: #183576; }
span { border-color: rgb(24,53,118); }
td.TdClassName
{
border-color: #183576;
}
.TagClassName
{
border-color: #183576;
}
</style>