Shades of Sapphire #122C7C
Tints of Sapphire #122C7C
RGB
CMYK
RGB Variations
Color information
#122C7C (or 0x122C7C) is known color: Sapphire. HEX triplet: 12, 2C and 7C. RGB value is (18,44,124). Sum of RGB (Red+Green+Blue) = 18+44+124=186 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.68% from 186); Green value is 44 (17.58% from 255 or 23.66% from 186); Blue value is 124 (48.83% from 255 or 66.67% from 186); Max value from RGB is 124 - color contains mainly: blue. Hex color #122C7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C7C is #EDD383. Grayscale: #2D2D2D. Windows color (decimal): -15586180 or 8137746. OLE color: 8137746.
HSL color Cylindrical-coordinate representation of color #122C7C: hue angle of 225.28º 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 #122C7C is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 44 | 124 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.51 |
| HSL | 225.28º | 0.75% | 0.28% | - |
| HSV(B) | 225.28º | 0.85% | 0.49% | - |
| XYZ | 4.79 | 3.39 | 19.47 | - |
| YUV | 45.35 | 172.39 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 124 | 0.85 | 0.65 | 0 | 0.51 | 225.28 | 0.75 | 0.28 |
| Hex | 12 | 2C | 7C | 55 | 41 | 0 | 33 | E1 | 4B | 1C |
| Octal | 22 | 54 | 174 | 125 | 101 | 0 | 63 | 341 | 113 | 34 |
| Binary | 10010 | 101100 | 1111100 | 1010101 | 1000001 | 0 | 110011 | 11100001 | 1001011 | 11100 |
Color Harmonies of #122C7C
Complementary color
Monochromatic Colors of #122C7C
Black with #122C7C
Text Example
Text Example
White with #122C7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122C7C; }
p { color: rgb(18,44,124); }
H1.HeaderClassName
{
color: #122C7C;
}
.AnyTagClassName
{
color: #122C7C;
}
</style>
background-color css
<style>
a { background-color: #122C7C; }
a { background-color: rgb(18,44,124); }
div.DivClassName
{
background-color: #122C7C;
}
.BgClassName
{
background-color: #122C7C;
}
</style>
border-color css
<style>
span { border-color: #122C7C; }
span { border-color: rgb(18,44,124); }
td.TdClassName
{
border-color: #122C7C;
}
.TagClassName
{
border-color: #122C7C;
}
</style>