Shades of Sapphire #122476
Tints of Sapphire #122476
RGB
CMYK
RGB Variations
Color information
#122476 (or 0x122476) is known color: Sapphire. HEX triplet: 12, 24 and 76. RGB value is (18,36,118). Sum of RGB (Red+Green+Blue) = 18+36+118=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 118 (46.48% from 255 or 68.60% from 172); Max value from RGB is 118 - color contains mainly: blue. Hex color #122476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122476 is #EDDB89. Grayscale: #272727. Windows color (decimal): -15588234 or 7742482. OLE color: 7742482.
HSL color Cylindrical-coordinate representation of color #122476: hue angle of 229.2º 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 #122476 is Cyan = 0.85, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 36 | 118 | - |
| CMYK | 0.85 | 0.69 | 0 | 0.54 |
| HSL | 229.2º | 0.74% | 0.27% | - |
| HSV(B) | 229.2º | 0.85% | 0.46% | - |
| XYZ | 4.15 | 2.7 | 17.44 | - |
| YUV | 39.97 | 172.04 | 112.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 118 | 0.85 | 0.69 | 0 | 0.54 | 229.2 | 0.74 | 0.27 |
| Hex | 12 | 24 | 76 | 55 | 45 | 0 | 36 | E5 | 4A | 1B |
| Octal | 22 | 44 | 166 | 125 | 105 | 0 | 66 | 345 | 112 | 33 |
| Binary | 10010 | 100100 | 1110110 | 1010101 | 1000101 | 0 | 110110 | 11100101 | 1001010 | 11011 |
Color Harmonies of #122476
Complementary color
Monochromatic Colors of #122476
Black with #122476
Text Example
Text Example
White with #122476
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122476; }
p { color: rgb(18,36,118); }
H1.HeaderClassName
{
color: #122476;
}
.AnyTagClassName
{
color: #122476;
}
</style>
background-color css
<style>
a { background-color: #122476; }
a { background-color: rgb(18,36,118); }
div.DivClassName
{
background-color: #122476;
}
.BgClassName
{
background-color: #122476;
}
</style>
border-color css
<style>
span { border-color: #122476; }
span { border-color: rgb(18,36,118); }
td.TdClassName
{
border-color: #122476;
}
.TagClassName
{
border-color: #122476;
}
</style>