Shades of Sapphire #122052
Tints of Sapphire #122052
RGB
CMYK
RGB Variations
Color information
#122052 (or 0x122052) is known color: Sapphire. HEX triplet: 12, 20 and 52. RGB value is (18,32,82). Sum of RGB (Red+Green+Blue) = 18+32+82=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 32 (12.89% from 255 or 24.24% from 132); Blue value is 82 (32.42% from 255 or 62.12% from 132); Max value from RGB is 82 - color contains mainly: blue. Hex color #122052 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122052 is #EDDFAD. Grayscale: #212121. Windows color (decimal): -15589294 or 5382162. OLE color: 5382162.
HSL color Cylindrical-coordinate representation of color #122052: hue angle of 226.88º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #122052 is Cyan = 0.78, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 32 | 82 | - |
| CMYK | 0.78 | 0.61 | 0 | 0.68 |
| HSL | 226.88º | 0.64% | 0.2% | - |
| HSV(B) | 226.88º | 0.78% | 0.32% | - |
| XYZ | 2.29 | 1.77 | 8.2 | - |
| YUV | 33.51 | 155.36 | 116.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 82 | 0.78 | 0.61 | 0 | 0.68 | 226.88 | 0.64 | 0.2 |
| Hex | 12 | 20 | 52 | 4E | 3D | 0 | 44 | E3 | 40 | 14 |
| Octal | 22 | 40 | 122 | 116 | 75 | 0 | 104 | 343 | 100 | 24 |
| Binary | 10010 | 100000 | 1010010 | 1001110 | 111101 | 0 | 1000100 | 11100011 | 1000000 | 10100 |
Color Harmonies of #122052
Complementary color
Monochromatic Colors of #122052
Black with #122052
Text Example
Text Example
White with #122052
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122052; }
p { color: rgb(18,32,82); }
H1.HeaderClassName
{
color: #122052;
}
.AnyTagClassName
{
color: #122052;
}
</style>
background-color css
<style>
a { background-color: #122052; }
a { background-color: rgb(18,32,82); }
div.DivClassName
{
background-color: #122052;
}
.BgClassName
{
background-color: #122052;
}
</style>
border-color css
<style>
span { border-color: #122052; }
span { border-color: rgb(18,32,82); }
td.TdClassName
{
border-color: #122052;
}
.TagClassName
{
border-color: #122052;
}
</style>