Shades of Sapphire #122C70
Tints of Sapphire #122C70
RGB
CMYK
RGB Variations
Color information
#122C70 (or 0x122C70) is known color: Sapphire. HEX triplet: 12, 2C and 70. RGB value is (18,44,112). Sum of RGB (Red+Green+Blue) = 18+44+112=174 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.34% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 112 (44.14% from 255 or 64.37% from 174); Max value from RGB is 112 - color contains mainly: blue. Hex color #122C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C70 is #EDD38F. Grayscale: #2B2B2B. Windows color (decimal): -15586192 or 7351314. OLE color: 7351314.
HSL color Cylindrical-coordinate representation of color #122C70: hue angle of 223.4º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122C70 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 44 | 112 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.56 |
| HSL | 223.4º | 0.72% | 0.25% | - |
| HSV(B) | 223.4º | 0.84% | 0.44% | - |
| XYZ | 4.07 | 3.1 | 15.71 | - |
| YUV | 43.98 | 166.39 | 109.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 112 | 0.84 | 0.61 | 0 | 0.56 | 223.4 | 0.72 | 0.25 |
| Hex | 12 | 2C | 70 | 54 | 3D | 0 | 38 | DF | 48 | 19 |
| Octal | 22 | 54 | 160 | 124 | 75 | 0 | 70 | 337 | 110 | 31 |
| Binary | 10010 | 101100 | 1110000 | 1010100 | 111101 | 0 | 111000 | 11011111 | 1001000 | 11001 |
Color Harmonies of #122C70
Complementary color
Monochromatic Colors of #122C70
Black with #122C70
Text Example
Text Example
White with #122C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122C70; }
p { color: rgb(18,44,112); }
H1.HeaderClassName
{
color: #122C70;
}
.AnyTagClassName
{
color: #122C70;
}
</style>
background-color css
<style>
a { background-color: #122C70; }
a { background-color: rgb(18,44,112); }
div.DivClassName
{
background-color: #122C70;
}
.BgClassName
{
background-color: #122C70;
}
</style>
border-color css
<style>
span { border-color: #122C70; }
span { border-color: rgb(18,44,112); }
td.TdClassName
{
border-color: #122C70;
}
.TagClassName
{
border-color: #122C70;
}
</style>