Shades of Sapphire #122E66
Tints of Sapphire #122E66
RGB
CMYK
RGB Variations
Color information
#122E66 (or 0x122E66) is known color: Sapphire. HEX triplet: 12, 2E and 66. RGB value is (18,46,102). Sum of RGB (Red+Green+Blue) = 18+46+102=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 46 (18.36% from 255 or 27.71% from 166); Blue value is 102 (40.23% from 255 or 61.45% from 166); Max value from RGB is 102 - color contains mainly: blue. Hex color #122E66 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122E66 is #EDD199. Grayscale: #2B2B2B. Windows color (decimal): -15585690 or 6696466. OLE color: 6696466.
HSL color Cylindrical-coordinate representation of color #122E66: hue angle of 220º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #122E66 is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 18 | 46 | 102 | - |
| CMYK | 0.82 | 0.55 | 0 | 0.6 |
| HSL | 220º | 0.7% | 0.24% | - |
| HSV(B) | 220º | 0.82% | 0.4% | - |
| XYZ | 3.62 | 3.04 | 12.97 | - |
| YUV | 44.01 | 160.72 | 109.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 102 | 0.82 | 0.55 | 0 | 0.6 | 220 | 0.7 | 0.24 |
| Hex | 12 | 2E | 66 | 52 | 37 | 0 | 3C | DC | 46 | 18 |
| Octal | 22 | 56 | 146 | 122 | 67 | 0 | 74 | 334 | 106 | 30 |
| Binary | 10010 | 101110 | 1100110 | 1010010 | 110111 | 0 | 111100 | 11011100 | 1000110 | 11000 |
Color Harmonies of #122E66
Complementary color
Monochromatic Colors of #122E66
Black with #122E66
Text Example
Text Example
White with #122E66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E66; }
p { color: rgb(18,46,102); }
H1.HeaderClassName
{
color: #122E66;
}
.AnyTagClassName
{
color: #122E66;
}
</style>
background-color css
<style>
a { background-color: #122E66; }
a { background-color: rgb(18,46,102); }
div.DivClassName
{
background-color: #122E66;
}
.BgClassName
{
background-color: #122E66;
}
</style>
border-color css
<style>
span { border-color: #122E66; }
span { border-color: rgb(18,46,102); }
td.TdClassName
{
border-color: #122E66;
}
.TagClassName
{
border-color: #122E66;
}
</style>