Shades of Sapphire #122E61
Tints of Sapphire #122E61
RGB
CMYK
RGB Variations
Color information
#122E61 (or 0x122E61) is known color: Sapphire. HEX triplet: 12, 2E and 61. RGB value is (18,46,97). Sum of RGB (Red+Green+Blue) = 18+46+97=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 46 (18.36% from 255 or 28.57% from 161); Blue value is 97 (38.28% from 255 or 60.25% from 161); Max value from RGB is 97 - color contains mainly: blue. Hex color #122E61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122E61 is #EDD19E. Grayscale: #2B2B2B. Windows color (decimal): -15585695 or 6368786. OLE color: 6368786.
HSL color Cylindrical-coordinate representation of color #122E61: hue angle of 218.73º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #122E61 is Cyan = 0.81, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 46 | 97 | - |
| CMYK | 0.81 | 0.53 | 0 | 0.62 |
| HSL | 218.73º | 0.69% | 0.23% | - |
| HSV(B) | 218.73º | 0.81% | 0.38% | - |
| XYZ | 3.38 | 2.95 | 11.7 | - |
| YUV | 43.44 | 158.22 | 109.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 97 | 0.81 | 0.53 | 0 | 0.62 | 218.73 | 0.69 | 0.23 |
| Hex | 12 | 2E | 61 | 51 | 35 | 0 | 3E | DB | 45 | 17 |
| Octal | 22 | 56 | 141 | 121 | 65 | 0 | 76 | 333 | 105 | 27 |
| Binary | 10010 | 101110 | 1100001 | 1010001 | 110101 | 0 | 111110 | 11011011 | 1000101 | 10111 |
Color Harmonies of #122E61
Complementary color
Monochromatic Colors of #122E61
Black with #122E61
Text Example
Text Example
White with #122E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E61; }
p { color: rgb(18,46,97); }
H1.HeaderClassName
{
color: #122E61;
}
.AnyTagClassName
{
color: #122E61;
}
</style>
background-color css
<style>
a { background-color: #122E61; }
a { background-color: rgb(18,46,97); }
div.DivClassName
{
background-color: #122E61;
}
.BgClassName
{
background-color: #122E61;
}
</style>
border-color css
<style>
span { border-color: #122E61; }
span { border-color: rgb(18,46,97); }
td.TdClassName
{
border-color: #122E61;
}
.TagClassName
{
border-color: #122E61;
}
</style>