Shades of Sapphire #122270
Tints of Sapphire #122270
RGB
CMYK
RGB Variations
Color information
#122270 (or 0x122270) is known color: Sapphire. HEX triplet: 12, 22 and 70. RGB value is (18,34,112). Sum of RGB (Red+Green+Blue) = 18+34+112=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 34 (13.67% from 255 or 20.73% from 164); Blue value is 112 (44.14% from 255 or 68.29% from 164); Max value from RGB is 112 - color contains mainly: blue. Hex color #122270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122270 is #EDDD8F. Grayscale: #252525. Windows color (decimal): -15588752 or 7348754. OLE color: 7348754.
HSL color Cylindrical-coordinate representation of color #122270: hue angle of 229.79º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122270 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 34 | 112 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.56 |
| HSL | 229.79º | 0.72% | 0.25% | - |
| HSV(B) | 229.79º | 0.84% | 0.44% | - |
| XYZ | 3.75 | 2.44 | 15.6 | - |
| YUV | 38.11 | 169.7 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 34 | 112 | 0.84 | 0.70 | 0 | 0.56 | 229.79 | 0.72 | 0.25 |
| Hex | 12 | 22 | 70 | 54 | 46 | 0 | 38 | E6 | 48 | 19 |
| Octal | 22 | 42 | 160 | 124 | 106 | 0 | 70 | 346 | 110 | 31 |
| Binary | 10010 | 100010 | 1110000 | 1010100 | 1000110 | 0 | 111000 | 11100110 | 1001000 | 11001 |
Color Harmonies of #122270
Complementary color
Monochromatic Colors of #122270
Black with #122270
Text Example
Text Example
White with #122270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122270; }
p { color: rgb(18,34,112); }
H1.HeaderClassName
{
color: #122270;
}
.AnyTagClassName
{
color: #122270;
}
</style>
background-color css
<style>
a { background-color: #122270; }
a { background-color: rgb(18,34,112); }
div.DivClassName
{
background-color: #122270;
}
.BgClassName
{
background-color: #122270;
}
</style>
border-color css
<style>
span { border-color: #122270; }
span { border-color: rgb(18,34,112); }
td.TdClassName
{
border-color: #122270;
}
.TagClassName
{
border-color: #122270;
}
</style>