Shades of Sapphire #122055
Tints of Sapphire #122055
RGB
CMYK
RGB Variations
Color information
#122055 (or 0x122055) is known color: Sapphire. HEX triplet: 12, 20 and 55. RGB value is (18,32,85). Sum of RGB (Red+Green+Blue) = 18+32+85=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 32 (12.89% from 255 or 23.70% from 135); Blue value is 85 (33.59% from 255 or 62.96% from 135); Max value from RGB is 85 - color contains mainly: blue. Hex color #122055 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122055 is #EDDFAA. Grayscale: #212121. Windows color (decimal): -15589291 or 5578770. OLE color: 5578770.
HSL color Cylindrical-coordinate representation of color #122055: hue angle of 227.46º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #122055 is Cyan = 0.79, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 32 | 85 | - |
| CMYK | 0.79 | 0.62 | 0 | 0.67 |
| HSL | 227.46º | 0.65% | 0.2% | - |
| HSV(B) | 227.46º | 0.79% | 0.33% | - |
| XYZ | 2.41 | 1.82 | 8.82 | - |
| YUV | 33.86 | 156.86 | 116.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 32 | 85 | 0.79 | 0.62 | 0 | 0.67 | 227.46 | 0.65 | 0.2 |
| Hex | 12 | 20 | 55 | 4F | 3E | 0 | 43 | E3 | 41 | 14 |
| Octal | 22 | 40 | 125 | 117 | 76 | 0 | 103 | 343 | 101 | 24 |
| Binary | 10010 | 100000 | 1010101 | 1001111 | 111110 | 0 | 1000011 | 11100011 | 1000001 | 10100 |
Color Harmonies of #122055
Complementary color
Monochromatic Colors of #122055
Black with #122055
Text Example
Text Example
White with #122055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122055; }
p { color: rgb(18,32,85); }
H1.HeaderClassName
{
color: #122055;
}
.AnyTagClassName
{
color: #122055;
}
</style>
background-color css
<style>
a { background-color: #122055; }
a { background-color: rgb(18,32,85); }
div.DivClassName
{
background-color: #122055;
}
.BgClassName
{
background-color: #122055;
}
</style>
border-color css
<style>
span { border-color: #122055; }
span { border-color: rgb(18,32,85); }
td.TdClassName
{
border-color: #122055;
}
.TagClassName
{
border-color: #122055;
}
</style>