Shades of Sapphire #122D57
Tints of Sapphire #122D57
RGB
CMYK
RGB Variations
Color information
#122D57 (or 0x122D57) is known color: Sapphire. HEX triplet: 12, 2D and 57. RGB value is (18,45,87). Sum of RGB (Red+Green+Blue) = 18+45+87=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 87 (34.38% from 255 or 58% from 150); Max value from RGB is 87 - color contains mainly: blue. Hex color #122D57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122D57 is #EDD2A8. Grayscale: #292929. Windows color (decimal): -15585961 or 5713170. OLE color: 5713170.
HSL color Cylindrical-coordinate representation of color #122D57: hue angle of 216.52º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #122D57 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 45 | 87 | - |
| CMYK | 0.79 | 0.48 | 0 | 0.66 |
| HSL | 216.52º | 0.66% | 0.21% | - |
| HSV(B) | 216.52º | 0.79% | 0.34% | - |
| XYZ | 2.91 | 2.69 | 9.38 | - |
| YUV | 41.72 | 153.55 | 111.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 87 | 0.79 | 0.48 | 0 | 0.66 | 216.52 | 0.66 | 0.21 |
| Hex | 12 | 2D | 57 | 4F | 30 | 0 | 42 | D9 | 42 | 15 |
| Octal | 22 | 55 | 127 | 117 | 60 | 0 | 102 | 331 | 102 | 25 |
| Binary | 10010 | 101101 | 1010111 | 1001111 | 110000 | 0 | 1000010 | 11011001 | 1000010 | 10101 |
Color Harmonies of #122D57
Complementary color
Monochromatic Colors of #122D57
Black with #122D57
Text Example
Text Example
White with #122D57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122D57; }
p { color: rgb(18,45,87); }
H1.HeaderClassName
{
color: #122D57;
}
.AnyTagClassName
{
color: #122D57;
}
</style>
background-color css
<style>
a { background-color: #122D57; }
a { background-color: rgb(18,45,87); }
div.DivClassName
{
background-color: #122D57;
}
.BgClassName
{
background-color: #122D57;
}
</style>
border-color css
<style>
span { border-color: #122D57; }
span { border-color: rgb(18,45,87); }
td.TdClassName
{
border-color: #122D57;
}
.TagClassName
{
border-color: #122D57;
}
</style>