Shades of Sapphire #122B7C
Tints of Sapphire #122B7C
RGB
CMYK
RGB Variations
Color information
#122B7C (or 0x122B7C) is known color: Sapphire. HEX triplet: 12, 2B and 7C. RGB value is (18,43,124). Sum of RGB (Red+Green+Blue) = 18+43+124=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 43 (17.19% from 255 or 23.24% from 185); Blue value is 124 (48.83% from 255 or 67.03% from 185); Max value from RGB is 124 - color contains mainly: blue. Hex color #122B7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122B7C is #EDD483. Grayscale: #2C2C2C. Windows color (decimal): -15586436 or 8137490. OLE color: 8137490.
HSL color Cylindrical-coordinate representation of color #122B7C: hue angle of 225.85º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #122B7C is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 43 | 124 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.51 |
| HSL | 225.85º | 0.75% | 0.28% | - |
| HSV(B) | 225.85º | 0.85% | 0.49% | - |
| XYZ | 4.75 | 3.31 | 19.46 | - |
| YUV | 44.76 | 172.72 | 108.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 43 | 124 | 0.85 | 0.65 | 0 | 0.51 | 225.85 | 0.75 | 0.28 |
| Hex | 12 | 2B | 7C | 55 | 41 | 0 | 33 | E2 | 4B | 1C |
| Octal | 22 | 53 | 174 | 125 | 101 | 0 | 63 | 342 | 113 | 34 |
| Binary | 10010 | 101011 | 1111100 | 1010101 | 1000001 | 0 | 110011 | 11100010 | 1001011 | 11100 |
Color Harmonies of #122B7C
Complementary color
Monochromatic Colors of #122B7C
Black with #122B7C
Text Example
Text Example
White with #122B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122B7C; }
p { color: rgb(18,43,124); }
H1.HeaderClassName
{
color: #122B7C;
}
.AnyTagClassName
{
color: #122B7C;
}
</style>
background-color css
<style>
a { background-color: #122B7C; }
a { background-color: rgb(18,43,124); }
div.DivClassName
{
background-color: #122B7C;
}
.BgClassName
{
background-color: #122B7C;
}
</style>
border-color css
<style>
span { border-color: #122B7C; }
span { border-color: rgb(18,43,124); }
td.TdClassName
{
border-color: #122B7C;
}
.TagClassName
{
border-color: #122B7C;
}
</style>