Shades of Sapphire #122E68
Tints of Sapphire #122E68
RGB
CMYK
RGB Variations
Color information
#122E68 (or 0x122E68) is known color: Sapphire. HEX triplet: 12, 2E and 68. RGB value is (18,46,104). Sum of RGB (Red+Green+Blue) = 18+46+104=168 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.71% from 168); Green value is 46 (18.36% from 255 or 27.38% from 168); Blue value is 104 (41.02% from 255 or 61.90% from 168); Max value from RGB is 104 - color contains mainly: blue. Hex color #122E68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122E68 is #EDD197. Grayscale: #2B2B2B. Windows color (decimal): -15585688 or 6827538. OLE color: 6827538.
HSL color Cylindrical-coordinate representation of color #122E68: hue angle of 220.47º 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 #122E68 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 18 | 46 | 104 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.59 |
| HSL | 220.47º | 0.7% | 0.24% | - |
| HSV(B) | 220.47º | 0.83% | 0.41% | - |
| XYZ | 3.73 | 3.08 | 13.5 | - |
| YUV | 44.24 | 161.72 | 109.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 104 | 0.83 | 0.56 | 0 | 0.59 | 220.47 | 0.7 | 0.24 |
| Hex | 12 | 2E | 68 | 53 | 38 | 0 | 3B | DC | 46 | 18 |
| Octal | 22 | 56 | 150 | 123 | 70 | 0 | 73 | 334 | 106 | 30 |
| Binary | 10010 | 101110 | 1101000 | 1010011 | 111000 | 0 | 111011 | 11011100 | 1000110 | 11000 |
Color Harmonies of #122E68
Complementary color
Monochromatic Colors of #122E68
Black with #122E68
Text Example
Text Example
White with #122E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E68; }
p { color: rgb(18,46,104); }
H1.HeaderClassName
{
color: #122E68;
}
.AnyTagClassName
{
color: #122E68;
}
</style>
background-color css
<style>
a { background-color: #122E68; }
a { background-color: rgb(18,46,104); }
div.DivClassName
{
background-color: #122E68;
}
.BgClassName
{
background-color: #122E68;
}
</style>
border-color css
<style>
span { border-color: #122E68; }
span { border-color: rgb(18,46,104); }
td.TdClassName
{
border-color: #122E68;
}
.TagClassName
{
border-color: #122E68;
}
</style>