Shades of Sapphire #122268
Tints of Sapphire #122268
RGB
CMYK
RGB Variations
Color information
#122268 (or 0x122268) is known color: Sapphire. HEX triplet: 12, 22 and 68. RGB value is (18,34,104). Sum of RGB (Red+Green+Blue) = 18+34+104=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 34 (13.67% from 255 or 21.79% from 156); Blue value is 104 (41.02% from 255 or 66.67% from 156); Max value from RGB is 104 - color contains mainly: blue. Hex color #122268 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122268 is #EDDD97. Grayscale: #242424. Windows color (decimal): -15588760 or 6824466. OLE color: 6824466.
HSL color Cylindrical-coordinate representation of color #122268: hue angle of 228.84º 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 #122268 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 34 | 104 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.59 |
| HSL | 228.84º | 0.7% | 0.24% | - |
| HSV(B) | 228.84º | 0.83% | 0.41% | - |
| XYZ | 3.32 | 2.27 | 13.36 | - |
| YUV | 37.2 | 165.7 | 114.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 34 | 104 | 0.83 | 0.67 | 0 | 0.59 | 228.84 | 0.7 | 0.24 |
| Hex | 12 | 22 | 68 | 53 | 43 | 0 | 3B | E5 | 46 | 18 |
| Octal | 22 | 42 | 150 | 123 | 103 | 0 | 73 | 345 | 106 | 30 |
| Binary | 10010 | 100010 | 1101000 | 1010011 | 1000011 | 0 | 111011 | 11100101 | 1000110 | 11000 |
Color Harmonies of #122268
Complementary color
Monochromatic Colors of #122268
Black with #122268
Text Example
Text Example
White with #122268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122268; }
p { color: rgb(18,34,104); }
H1.HeaderClassName
{
color: #122268;
}
.AnyTagClassName
{
color: #122268;
}
</style>
background-color css
<style>
a { background-color: #122268; }
a { background-color: rgb(18,34,104); }
div.DivClassName
{
background-color: #122268;
}
.BgClassName
{
background-color: #122268;
}
</style>
border-color css
<style>
span { border-color: #122268; }
span { border-color: rgb(18,34,104); }
td.TdClassName
{
border-color: #122268;
}
.TagClassName
{
border-color: #122268;
}
</style>