Shades of Sapphire #122F57
Tints of Sapphire #122F57
RGB
CMYK
RGB Variations
Color information
#122F57 (or 0x122F57) is known color: Sapphire. HEX triplet: 12, 2F and 57. RGB value is (18,47,87). Sum of RGB (Red+Green+Blue) = 18+47+87=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 87 (34.38% from 255 or 57.24% from 152); Max value from RGB is 87 - color contains mainly: blue. Hex color #122F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122F57 is #EDD0A8. Grayscale: #2A2A2A. Windows color (decimal): -15585449 or 5713682. OLE color: 5713682.
HSL color Cylindrical-coordinate representation of color #122F57: hue angle of 214.78º 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 #122F57 is Cyan = 0.79, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 47 | 87 | - |
| CMYK | 0.79 | 0.46 | 0 | 0.66 |
| HSL | 214.78º | 0.66% | 0.21% | - |
| HSV(B) | 214.78º | 0.79% | 0.34% | - |
| XYZ | 2.99 | 2.85 | 9.41 | - |
| YUV | 42.89 | 152.89 | 110.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 87 | 0.79 | 0.46 | 0 | 0.66 | 214.78 | 0.66 | 0.21 |
| Hex | 12 | 2F | 57 | 4F | 2E | 0 | 42 | D7 | 42 | 15 |
| Octal | 22 | 57 | 127 | 117 | 56 | 0 | 102 | 327 | 102 | 25 |
| Binary | 10010 | 101111 | 1010111 | 1001111 | 101110 | 0 | 1000010 | 11010111 | 1000010 | 10101 |
Color Harmonies of #122F57
Complementary color
Monochromatic Colors of #122F57
Black with #122F57
Text Example
Text Example
White with #122F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F57; }
p { color: rgb(18,47,87); }
H1.HeaderClassName
{
color: #122F57;
}
.AnyTagClassName
{
color: #122F57;
}
</style>
background-color css
<style>
a { background-color: #122F57; }
a { background-color: rgb(18,47,87); }
div.DivClassName
{
background-color: #122F57;
}
.BgClassName
{
background-color: #122F57;
}
</style>
border-color css
<style>
span { border-color: #122F57; }
span { border-color: rgb(18,47,87); }
td.TdClassName
{
border-color: #122F57;
}
.TagClassName
{
border-color: #122F57;
}
</style>