Shades of Sapphire #122E80
Tints of Sapphire #122E80
RGB
CMYK
RGB Variations
Color information
#122E80 (or 0x122E80) is known color: Sapphire. HEX triplet: 12, 2E and 80. RGB value is (18,46,128). Sum of RGB (Red+Green+Blue) = 18+46+128=192 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.38% from 192); Green value is 46 (18.36% from 255 or 23.96% from 192); Blue value is 128 (50.39% from 255 or 66.67% from 192); Max value from RGB is 128 - color contains mainly: blue. Hex color #122E80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #122E80 is #EDD17F. Grayscale: #2E2E2E. Windows color (decimal): -15585664 or 8400402. OLE color: 8400402.
HSL color Cylindrical-coordinate representation of color #122E80: hue angle of 224.73º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #122E80 is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 18 | 46 | 128 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.50 |
| HSL | 224.73º | 0.75% | 0.29% | - |
| HSV(B) | 224.73º | 0.86% | 0.5% | - |
| XYZ | 5.12 | 3.64 | 20.85 | - |
| YUV | 46.98 | 173.72 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 128 | 0.86 | 0.64 | 0 | 0.50 | 224.73 | 0.75 | 0.29 |
| Hex | 12 | 2E | 80 | 56 | 40 | 0 | 32 | E1 | 4B | 1D |
| Octal | 22 | 56 | 200 | 126 | 100 | 0 | 62 | 341 | 113 | 35 |
| Binary | 10010 | 101110 | 10000000 | 1010110 | 1000000 | 0 | 110010 | 11100001 | 1001011 | 11101 |
Color Harmonies of #122E80
Complementary color
Monochromatic Colors of #122E80
Black with #122E80
Text Example
Text Example
White with #122E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E80; }
p { color: rgb(18,46,128); }
H1.HeaderClassName
{
color: #122E80;
}
.AnyTagClassName
{
color: #122E80;
}
</style>
background-color css
<style>
a { background-color: #122E80; }
a { background-color: rgb(18,46,128); }
div.DivClassName
{
background-color: #122E80;
}
.BgClassName
{
background-color: #122E80;
}
</style>
border-color css
<style>
span { border-color: #122E80; }
span { border-color: rgb(18,46,128); }
td.TdClassName
{
border-color: #122E80;
}
.TagClassName
{
border-color: #122E80;
}
</style>