Shades of Sapphire #183471
Tints of Sapphire #183471
RGB
CMYK
RGB Variations
Color information
#183471 (or 0x183471) is known color: Sapphire. HEX triplet: 18, 34 and 71. RGB value is (24,52,113). Sum of RGB (Red+Green+Blue) = 24+52+113=189 (25% of max value = 765). Red value is 24 (9.77% from 255 or 12.70% from 189); Green value is 52 (20.70% from 255 or 27.51% from 189); Blue value is 113 (44.53% from 255 or 59.79% from 189); Max value from RGB is 113 - color contains mainly: blue. Hex color #183471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #183471 is #E7CB8E. Grayscale: #323232. Windows color (decimal): -15190927 or 7418904. OLE color: 7418904.
HSL color Cylindrical-coordinate representation of color #183471: hue angle of 221.12º degrees, saturation: 0.65, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #183471 is Cyan = 0.79, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 24 | 52 | 113 | - |
| CMYK | 0.79 | 0.54 | 0 | 0.56 |
| HSL | 221.12º | 0.65% | 0.27% | - |
| HSV(B) | 221.12º | 0.79% | 0.44% | - |
| XYZ | 4.59 | 3.84 | 16.12 | - |
| YUV | 50.58 | 163.22 | 109.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 52 | 113 | 0.79 | 0.54 | 0 | 0.56 | 221.12 | 0.65 | 0.27 |
| Hex | 18 | 34 | 71 | 4F | 36 | 0 | 38 | DD | 41 | 1B |
| Octal | 30 | 64 | 161 | 117 | 66 | 0 | 70 | 335 | 101 | 33 |
| Binary | 11000 | 110100 | 1110001 | 1001111 | 110110 | 0 | 111000 | 11011101 | 1000001 | 11011 |
Color Harmonies of #183471
Complementary color
Monochromatic Colors of #183471
Black with #183471
Text Example
Text Example
White with #183471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183471; }
p { color: rgb(24,52,113); }
H1.HeaderClassName
{
color: #183471;
}
.AnyTagClassName
{
color: #183471;
}
</style>
background-color css
<style>
a { background-color: #183471; }
a { background-color: rgb(24,52,113); }
div.DivClassName
{
background-color: #183471;
}
.BgClassName
{
background-color: #183471;
}
</style>
border-color css
<style>
span { border-color: #183471; }
span { border-color: rgb(24,52,113); }
td.TdClassName
{
border-color: #183471;
}
.TagClassName
{
border-color: #183471;
}
</style>