Shades of Sapphire #122C7B
Tints of Sapphire #122C7B
RGB
CMYK
RGB Variations
Color information
#122C7B (or 0x122C7B) is known color: Sapphire. HEX triplet: 12, 2C and 7B. RGB value is (18,44,123). Sum of RGB (Red+Green+Blue) = 18+44+123=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 44 (17.58% from 255 or 23.78% from 185); Blue value is 123 (48.44% from 255 or 66.49% from 185); Max value from RGB is 123 - color contains mainly: blue. Hex color #122C7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C7B is #EDD384. Grayscale: #2C2C2C. Windows color (decimal): -15586181 or 8072210. OLE color: 8072210.
HSL color Cylindrical-coordinate representation of color #122C7B: hue angle of 225.14º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #122C7B is Cyan = 0.85, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 44 | 123 | - |
| CMYK | 0.85 | 0.64 | 0 | 0.52 |
| HSL | 225.14º | 0.74% | 0.28% | - |
| HSV(B) | 225.14º | 0.85% | 0.48% | - |
| XYZ | 4.73 | 3.36 | 19.14 | - |
| YUV | 45.23 | 171.89 | 108.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 123 | 0.85 | 0.64 | 0 | 0.52 | 225.14 | 0.74 | 0.28 |
| Hex | 12 | 2C | 7B | 55 | 40 | 0 | 34 | E1 | 4A | 1C |
| Octal | 22 | 54 | 173 | 125 | 100 | 0 | 64 | 341 | 112 | 34 |
| Binary | 10010 | 101100 | 1111011 | 1010101 | 1000000 | 0 | 110100 | 11100001 | 1001010 | 11100 |
Color Harmonies of #122C7B
Complementary color
Monochromatic Colors of #122C7B
Black with #122C7B
Text Example
Text Example
White with #122C7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122C7B; }
p { color: rgb(18,44,123); }
H1.HeaderClassName
{
color: #122C7B;
}
.AnyTagClassName
{
color: #122C7B;
}
</style>
background-color css
<style>
a { background-color: #122C7B; }
a { background-color: rgb(18,44,123); }
div.DivClassName
{
background-color: #122C7B;
}
.BgClassName
{
background-color: #122C7B;
}
</style>
border-color css
<style>
span { border-color: #122C7B; }
span { border-color: rgb(18,44,123); }
td.TdClassName
{
border-color: #122C7B;
}
.TagClassName
{
border-color: #122C7B;
}
</style>