Shades of Sapphire #123471
Tints of Sapphire #123471
RGB
CMYK
RGB Variations
Color information
#123471 (or 0x123471) is known color: Sapphire. HEX triplet: 12, 34 and 71. RGB value is (18,52,113). Sum of RGB (Red+Green+Blue) = 18+52+113=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 52 (20.70% from 255 or 28.42% from 183); Blue value is 113 (44.53% from 255 or 61.75% from 183); Max value from RGB is 113 - color contains mainly: blue. Hex color #123471 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123471 is #EDCB8E. Grayscale: #303030. Windows color (decimal): -15584143 or 7418898. OLE color: 7418898.
HSL color Cylindrical-coordinate representation of color #123471: hue angle of 218.53º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #123471 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 52 | 113 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.56 |
| HSL | 218.53º | 0.73% | 0.26% | - |
| HSV(B) | 218.53º | 0.84% | 0.44% | - |
| XYZ | 4.46 | 3.78 | 16.12 | - |
| YUV | 48.79 | 164.24 | 106.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 113 | 0.84 | 0.54 | 0 | 0.56 | 218.53 | 0.73 | 0.26 |
| Hex | 12 | 34 | 71 | 54 | 36 | 0 | 38 | DB | 49 | 1A |
| Octal | 22 | 64 | 161 | 124 | 66 | 0 | 70 | 333 | 111 | 32 |
| Binary | 10010 | 110100 | 1110001 | 1010100 | 110110 | 0 | 111000 | 11011011 | 1001001 | 11010 |
Color Harmonies of #123471
Complementary color
Monochromatic Colors of #123471
Black with #123471
Text Example
Text Example
White with #123471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123471; }
p { color: rgb(18,52,113); }
H1.HeaderClassName
{
color: #123471;
}
.AnyTagClassName
{
color: #123471;
}
</style>
background-color css
<style>
a { background-color: #123471; }
a { background-color: rgb(18,52,113); }
div.DivClassName
{
background-color: #123471;
}
.BgClassName
{
background-color: #123471;
}
</style>
border-color css
<style>
span { border-color: #123471; }
span { border-color: rgb(18,52,113); }
td.TdClassName
{
border-color: #123471;
}
.TagClassName
{
border-color: #123471;
}
</style>