Shades of Sapphire #122E69
Tints of Sapphire #122E69
RGB
CMYK
RGB Variations
Color information
#122E69 (or 0x122E69) is known color: Sapphire. HEX triplet: 12, 2E and 69. RGB value is (18,46,105). Sum of RGB (Red+Green+Blue) = 18+46+105=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 46 (18.36% from 255 or 27.22% from 169); Blue value is 105 (41.41% from 255 or 62.13% from 169); Max value from RGB is 105 - color contains mainly: blue. Hex color #122E69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122E69 is #EDD196. Grayscale: #2C2C2C. Windows color (decimal): -15585687 or 6893074. OLE color: 6893074.
HSL color Cylindrical-coordinate representation of color #122E69: hue angle of 220.69º degrees, saturation: 0.71, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #122E69 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 46 | 105 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.59 |
| HSL | 220.69º | 0.71% | 0.24% | - |
| HSV(B) | 220.69º | 0.83% | 0.41% | - |
| XYZ | 3.78 | 3.1 | 13.76 | - |
| YUV | 44.35 | 162.22 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 105 | 0.83 | 0.56 | 0 | 0.59 | 220.69 | 0.71 | 0.24 |
| Hex | 12 | 2E | 69 | 53 | 38 | 0 | 3B | DD | 47 | 18 |
| Octal | 22 | 56 | 151 | 123 | 70 | 0 | 73 | 335 | 107 | 30 |
| Binary | 10010 | 101110 | 1101001 | 1010011 | 111000 | 0 | 111011 | 11011101 | 1000111 | 11000 |
Color Harmonies of #122E69
Complementary color
Monochromatic Colors of #122E69
Black with #122E69
Text Example
Text Example
White with #122E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E69; }
p { color: rgb(18,46,105); }
H1.HeaderClassName
{
color: #122E69;
}
.AnyTagClassName
{
color: #122E69;
}
</style>
background-color css
<style>
a { background-color: #122E69; }
a { background-color: rgb(18,46,105); }
div.DivClassName
{
background-color: #122E69;
}
.BgClassName
{
background-color: #122E69;
}
</style>
border-color css
<style>
span { border-color: #122E69; }
span { border-color: rgb(18,46,105); }
td.TdClassName
{
border-color: #122E69;
}
.TagClassName
{
border-color: #122E69;
}
</style>