Shades of Sapphire #122D54
Tints of Sapphire #122D54
RGB
CMYK
RGB Variations
Color information
#122D54 (or 0x122D54) is known color: Sapphire. HEX triplet: 12, 2D and 54. RGB value is (18,45,84). Sum of RGB (Red+Green+Blue) = 18+45+84=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 45 (17.97% from 255 or 30.61% from 147); Blue value is 84 (33.20% from 255 or 57.14% from 147); Max value from RGB is 84 - color contains mainly: blue. Hex color #122D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122D54 is #EDD2AB. Grayscale: #292929. Windows color (decimal): -15585964 or 5516562. OLE color: 5516562.
HSL color Cylindrical-coordinate representation of color #122D54: hue angle of 215.45º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #122D54 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 45 | 84 | - |
| CMYK | 0.79 | 0.46 | 0 | 0.67 |
| HSL | 215.45º | 0.65% | 0.2% | - |
| HSV(B) | 215.45º | 0.79% | 0.33% | - |
| XYZ | 2.79 | 2.65 | 8.75 | - |
| YUV | 41.37 | 152.05 | 111.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 84 | 0.79 | 0.46 | 0 | 0.67 | 215.45 | 0.65 | 0.2 |
| Hex | 12 | 2D | 54 | 4F | 2E | 0 | 43 | D7 | 41 | 14 |
| Octal | 22 | 55 | 124 | 117 | 56 | 0 | 103 | 327 | 101 | 24 |
| Binary | 10010 | 101101 | 1010100 | 1001111 | 101110 | 0 | 1000011 | 11010111 | 1000001 | 10100 |
Color Harmonies of #122D54
Complementary color
Monochromatic Colors of #122D54
Black with #122D54
Text Example
Text Example
White with #122D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122D54; }
p { color: rgb(18,45,84); }
H1.HeaderClassName
{
color: #122D54;
}
.AnyTagClassName
{
color: #122D54;
}
</style>
background-color css
<style>
a { background-color: #122D54; }
a { background-color: rgb(18,45,84); }
div.DivClassName
{
background-color: #122D54;
}
.BgClassName
{
background-color: #122D54;
}
</style>
border-color css
<style>
span { border-color: #122D54; }
span { border-color: rgb(18,45,84); }
td.TdClassName
{
border-color: #122D54;
}
.TagClassName
{
border-color: #122D54;
}
</style>