Shades of Sapphire #183176
Tints of Sapphire #183176
RGB
CMYK
RGB Variations
Color information
#183176 (or 0x183176) is known color: Sapphire. HEX triplet: 18, 31 and 76. RGB value is (24,49,118). Sum of RGB (Red+Green+Blue) = 24+49+118=191 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.57% from 191); Green value is 49 (19.53% from 255 or 25.65% from 191); Blue value is 118 (46.48% from 255 or 61.78% from 191); Max value from RGB is 118 - color contains mainly: blue. Hex color #183176 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183176 is #E7CE89. Grayscale: #313131. Windows color (decimal): -15191690 or 7745816. OLE color: 7745816.
HSL color Cylindrical-coordinate representation of color #183176: hue angle of 224.04º 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 #183176 is Cyan = 0.80, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 24 | 49 | 118 | - |
| CMYK | 0.80 | 0.58 | 0 | 0.54 |
| HSL | 224.04º | 0.66% | 0.28% | - |
| HSV(B) | 224.04º | 0.8% | 0.46% | - |
| XYZ | 4.75 | 3.7 | 17.6 | - |
| YUV | 49.39 | 166.72 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 49 | 118 | 0.80 | 0.58 | 0 | 0.54 | 224.04 | 0.66 | 0.28 |
| Hex | 18 | 31 | 76 | 50 | 3A | 0 | 36 | E0 | 42 | 1C |
| Octal | 30 | 61 | 166 | 120 | 72 | 0 | 66 | 340 | 102 | 34 |
| Binary | 11000 | 110001 | 1110110 | 1010000 | 111010 | 0 | 110110 | 11100000 | 1000010 | 11100 |
Color Harmonies of #183176
Complementary color
Monochromatic Colors of #183176
Black with #183176
Text Example
Text Example
White with #183176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183176; }
p { color: rgb(24,49,118); }
H1.HeaderClassName
{
color: #183176;
}
.AnyTagClassName
{
color: #183176;
}
</style>
background-color css
<style>
a { background-color: #183176; }
a { background-color: rgb(24,49,118); }
div.DivClassName
{
background-color: #183176;
}
.BgClassName
{
background-color: #183176;
}
</style>
border-color css
<style>
span { border-color: #183176; }
span { border-color: rgb(24,49,118); }
td.TdClassName
{
border-color: #183176;
}
.TagClassName
{
border-color: #183176;
}
</style>