Shades of Sapphire #122C56
Tints of Sapphire #122C56
RGB
CMYK
RGB Variations
Color information
#122C56 (or 0x122C56) is known color: Sapphire. HEX triplet: 12, 2C and 56. RGB value is (18,44,86). Sum of RGB (Red+Green+Blue) = 18+44+86=148 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.16% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 86 (33.98% from 255 or 58.11% from 148); Max value from RGB is 86 - color contains mainly: blue. Hex color #122C56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C56 is #EDD3A9. Grayscale: #282828. Windows color (decimal): -15586218 or 5647378. OLE color: 5647378.
HSL color Cylindrical-coordinate representation of color #122C56: hue angle of 217.06º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #122C56 is Cyan = 0.79, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 44 | 86 | - |
| CMYK | 0.79 | 0.49 | 0 | 0.66 |
| HSL | 217.06º | 0.65% | 0.2% | - |
| HSV(B) | 217.06º | 0.79% | 0.34% | - |
| XYZ | 2.83 | 2.6 | 9.16 | - |
| YUV | 41.01 | 153.39 | 111.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 86 | 0.79 | 0.49 | 0 | 0.66 | 217.06 | 0.65 | 0.2 |
| Hex | 12 | 2C | 56 | 4F | 31 | 0 | 42 | D9 | 41 | 14 |
| Octal | 22 | 54 | 126 | 117 | 61 | 0 | 102 | 331 | 101 | 24 |
| Binary | 10010 | 101100 | 1010110 | 1001111 | 110001 | 0 | 1000010 | 11011001 | 1000001 | 10100 |
Color Harmonies of #122C56
Complementary color
Monochromatic Colors of #122C56
Black with #122C56
Text Example
Text Example
White with #122C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122C56; }
p { color: rgb(18,44,86); }
H1.HeaderClassName
{
color: #122C56;
}
.AnyTagClassName
{
color: #122C56;
}
</style>
background-color css
<style>
a { background-color: #122C56; }
a { background-color: rgb(18,44,86); }
div.DivClassName
{
background-color: #122C56;
}
.BgClassName
{
background-color: #122C56;
}
</style>
border-color css
<style>
span { border-color: #122C56; }
span { border-color: rgb(18,44,86); }
td.TdClassName
{
border-color: #122C56;
}
.TagClassName
{
border-color: #122C56;
}
</style>