Shades of Sapphire #122C68
Tints of Sapphire #122C68
RGB
CMYK
RGB Variations
Color information
#122C68 (or 0x122C68) is known color: Sapphire. HEX triplet: 12, 2C and 68. RGB value is (18,44,104). Sum of RGB (Red+Green+Blue) = 18+44+104=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 44 (17.58% from 255 or 26.51% from 166); Blue value is 104 (41.02% from 255 or 62.65% from 166); Max value from RGB is 104 - color contains mainly: blue. Hex color #122C68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C68 is #EDD397. Grayscale: #2A2A2A. Windows color (decimal): -15586200 or 6827026. OLE color: 6827026.
HSL color Cylindrical-coordinate representation of color #122C68: hue angle of 221.86º 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 #122C68 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 44 | 104 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.59 |
| HSL | 221.86º | 0.7% | 0.24% | - |
| HSV(B) | 221.86º | 0.83% | 0.41% | - |
| XYZ | 3.65 | 2.93 | 13.47 | - |
| YUV | 43.07 | 162.39 | 110.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 104 | 0.83 | 0.58 | 0 | 0.59 | 221.86 | 0.7 | 0.24 |
| Hex | 12 | 2C | 68 | 53 | 3A | 0 | 3B | DE | 46 | 18 |
| Octal | 22 | 54 | 150 | 123 | 72 | 0 | 73 | 336 | 106 | 30 |
| Binary | 10010 | 101100 | 1101000 | 1010011 | 111010 | 0 | 111011 | 11011110 | 1000110 | 11000 |
Color Harmonies of #122C68
Complementary color
Monochromatic Colors of #122C68
Black with #122C68
Text Example
Text Example
White with #122C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122C68; }
p { color: rgb(18,44,104); }
H1.HeaderClassName
{
color: #122C68;
}
.AnyTagClassName
{
color: #122C68;
}
</style>
background-color css
<style>
a { background-color: #122C68; }
a { background-color: rgb(18,44,104); }
div.DivClassName
{
background-color: #122C68;
}
.BgClassName
{
background-color: #122C68;
}
</style>
border-color css
<style>
span { border-color: #122C68; }
span { border-color: rgb(18,44,104); }
td.TdClassName
{
border-color: #122C68;
}
.TagClassName
{
border-color: #122C68;
}
</style>