Shades of Sapphire #122255
Tints of Sapphire #122255
RGB
CMYK
RGB Variations
Color information
#122255 (or 0x122255) is known color: Sapphire. HEX triplet: 12, 22 and 55. RGB value is (18,34,85). Sum of RGB (Red+Green+Blue) = 18+34+85=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 34 (13.67% from 255 or 24.82% from 137); Blue value is 85 (33.59% from 255 or 62.04% from 137); Max value from RGB is 85 - color contains mainly: blue. Hex color #122255 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122255 is #EDDDAA. Grayscale: #222222. Windows color (decimal): -15588779 or 5579282. OLE color: 5579282.
HSL color Cylindrical-coordinate representation of color #122255: hue angle of 225.67º 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 #122255 is Cyan = 0.79, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 34 | 85 | - |
| CMYK | 0.79 | 0.60 | 0 | 0.67 |
| HSL | 225.67º | 0.65% | 0.2% | - |
| HSV(B) | 225.67º | 0.79% | 0.33% | - |
| XYZ | 2.46 | 1.93 | 8.84 | - |
| YUV | 35.03 | 156.2 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 34 | 85 | 0.79 | 0.60 | 0 | 0.67 | 225.67 | 0.65 | 0.2 |
| Hex | 12 | 22 | 55 | 4F | 3C | 0 | 43 | E2 | 41 | 14 |
| Octal | 22 | 42 | 125 | 117 | 74 | 0 | 103 | 342 | 101 | 24 |
| Binary | 10010 | 100010 | 1010101 | 1001111 | 111100 | 0 | 1000011 | 11100010 | 1000001 | 10100 |
Color Harmonies of #122255
Complementary color
Monochromatic Colors of #122255
Black with #122255
Text Example
Text Example
White with #122255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122255; }
p { color: rgb(18,34,85); }
H1.HeaderClassName
{
color: #122255;
}
.AnyTagClassName
{
color: #122255;
}
</style>
background-color css
<style>
a { background-color: #122255; }
a { background-color: rgb(18,34,85); }
div.DivClassName
{
background-color: #122255;
}
.BgClassName
{
background-color: #122255;
}
</style>
border-color css
<style>
span { border-color: #122255; }
span { border-color: rgb(18,34,85); }
td.TdClassName
{
border-color: #122255;
}
.TagClassName
{
border-color: #122255;
}
</style>