Shades of Sapphire #122D70
Tints of Sapphire #122D70
RGB
CMYK
RGB Variations
Color information
#122D70 (or 0x122D70) is known color: Sapphire. HEX triplet: 12, 2D and 70. RGB value is (18,45,112). Sum of RGB (Red+Green+Blue) = 18+45+112=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 45 (17.97% from 255 or 25.71% from 175); Blue value is 112 (44.14% from 255 or 64% from 175); Max value from RGB is 112 - color contains mainly: blue. Hex color #122D70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122D70 is #EDD28F. Grayscale: #2C2C2C. Windows color (decimal): -15585936 or 7351570. OLE color: 7351570.
HSL color Cylindrical-coordinate representation of color #122D70: hue angle of 222.77º 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 #122D70 is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 45 | 112 | - |
| CMYK | 0.84 | 0.60 | 0 | 0.56 |
| HSL | 222.77º | 0.72% | 0.25% | - |
| HSV(B) | 222.77º | 0.84% | 0.44% | - |
| XYZ | 4.11 | 3.18 | 15.73 | - |
| YUV | 44.57 | 166.05 | 109.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 112 | 0.84 | 0.60 | 0 | 0.56 | 222.77 | 0.72 | 0.25 |
| Hex | 12 | 2D | 70 | 54 | 3C | 0 | 38 | DF | 48 | 19 |
| Octal | 22 | 55 | 160 | 124 | 74 | 0 | 70 | 337 | 110 | 31 |
| Binary | 10010 | 101101 | 1110000 | 1010100 | 111100 | 0 | 111000 | 11011111 | 1001000 | 11001 |
Color Harmonies of #122D70
Complementary color
Monochromatic Colors of #122D70
Black with #122D70
Text Example
Text Example
White with #122D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122D70; }
p { color: rgb(18,45,112); }
H1.HeaderClassName
{
color: #122D70;
}
.AnyTagClassName
{
color: #122D70;
}
</style>
background-color css
<style>
a { background-color: #122D70; }
a { background-color: rgb(18,45,112); }
div.DivClassName
{
background-color: #122D70;
}
.BgClassName
{
background-color: #122D70;
}
</style>
border-color css
<style>
span { border-color: #122D70; }
span { border-color: rgb(18,45,112); }
td.TdClassName
{
border-color: #122D70;
}
.TagClassName
{
border-color: #122D70;
}
</style>