Shades of Sapphire #122168
Tints of Sapphire #122168
RGB
CMYK
RGB Variations
Color information
#122168 (or 0x122168) is known color: Sapphire. HEX triplet: 12, 21 and 68. RGB value is (18,33,104). Sum of RGB (Red+Green+Blue) = 18+33+104=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 33 (13.28% from 255 or 21.29% from 155); Blue value is 104 (41.02% from 255 or 67.10% from 155); Max value from RGB is 104 - color contains mainly: blue. Hex color #122168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122168 is #EDDE97. Grayscale: #242424. Windows color (decimal): -15589016 or 6824210. OLE color: 6824210.
HSL color Cylindrical-coordinate representation of color #122168: hue angle of 229.53º degrees, saturation: 0.7, 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 #122168 is Cyan = 0.83, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 33 | 104 | - |
| CMYK | 0.83 | 0.68 | 0 | 0.59 |
| HSL | 229.53º | 0.7% | 0.24% | - |
| HSV(B) | 229.53º | 0.83% | 0.41% | - |
| XYZ | 3.29 | 2.22 | 13.35 | - |
| YUV | 36.61 | 166.03 | 114.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 33 | 104 | 0.83 | 0.68 | 0 | 0.59 | 229.53 | 0.7 | 0.24 |
| Hex | 12 | 21 | 68 | 53 | 44 | 0 | 3B | E6 | 46 | 18 |
| Octal | 22 | 41 | 150 | 123 | 104 | 0 | 73 | 346 | 106 | 30 |
| Binary | 10010 | 100001 | 1101000 | 1010011 | 1000100 | 0 | 111011 | 11100110 | 1000110 | 11000 |
Color Harmonies of #122168
Complementary color
Monochromatic Colors of #122168
Black with #122168
Text Example
Text Example
White with #122168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122168; }
p { color: rgb(18,33,104); }
H1.HeaderClassName
{
color: #122168;
}
.AnyTagClassName
{
color: #122168;
}
</style>
background-color css
<style>
a { background-color: #122168; }
a { background-color: rgb(18,33,104); }
div.DivClassName
{
background-color: #122168;
}
.BgClassName
{
background-color: #122168;
}
</style>
border-color css
<style>
span { border-color: #122168; }
span { border-color: rgb(18,33,104); }
td.TdClassName
{
border-color: #122168;
}
.TagClassName
{
border-color: #122168;
}
</style>