Shades of Sapphire #123476
Tints of Sapphire #123476
RGB
CMYK
RGB Variations
Color information
#123476 (or 0x123476) is known color: Sapphire. HEX triplet: 12, 34 and 76. RGB value is (18,52,118). Sum of RGB (Red+Green+Blue) = 18+52+118=188 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.57% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 118 (46.48% from 255 or 62.77% from 188); Max value from RGB is 118 - color contains mainly: blue. Hex color #123476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123476 is #EDCB89. Grayscale: #313131. Windows color (decimal): -15584138 or 7746578. OLE color: 7746578.
HSL color Cylindrical-coordinate representation of color #123476: hue angle of 219.6º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #123476 is Cyan = 0.85, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 52 | 118 | - |
| CMYK | 0.85 | 0.56 | 0 | 0.54 |
| HSL | 219.6º | 0.74% | 0.27% | - |
| HSV(B) | 219.6º | 0.85% | 0.46% | - |
| XYZ | 4.75 | 3.89 | 17.64 | - |
| YUV | 49.36 | 166.74 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 118 | 0.85 | 0.56 | 0 | 0.54 | 219.6 | 0.74 | 0.27 |
| Hex | 12 | 34 | 76 | 55 | 38 | 0 | 36 | DC | 4A | 1B |
| Octal | 22 | 64 | 166 | 125 | 70 | 0 | 66 | 334 | 112 | 33 |
| Binary | 10010 | 110100 | 1110110 | 1010101 | 111000 | 0 | 110110 | 11011100 | 1001010 | 11011 |
Color Harmonies of #123476
Complementary color
Monochromatic Colors of #123476
Black with #123476
Text Example
Text Example
White with #123476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123476; }
p { color: rgb(18,52,118); }
H1.HeaderClassName
{
color: #123476;
}
.AnyTagClassName
{
color: #123476;
}
</style>
background-color css
<style>
a { background-color: #123476; }
a { background-color: rgb(18,52,118); }
div.DivClassName
{
background-color: #123476;
}
.BgClassName
{
background-color: #123476;
}
</style>
border-color css
<style>
span { border-color: #123476; }
span { border-color: rgb(18,52,118); }
td.TdClassName
{
border-color: #123476;
}
.TagClassName
{
border-color: #123476;
}
</style>