Shades of Sapphire #122E63
Tints of Sapphire #122E63
RGB
CMYK
RGB Variations
Color information
#122E63 (or 0x122E63) is known color: Sapphire. HEX triplet: 12, 2E and 63. RGB value is (18,46,99). Sum of RGB (Red+Green+Blue) = 18+46+99=163 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.04% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 99 (39.06% from 255 or 60.74% from 163); Max value from RGB is 99 - color contains mainly: blue. Hex color #122E63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122E63 is #EDD19C. Grayscale: #2B2B2B. Windows color (decimal): -15585693 or 6499858. OLE color: 6499858.
HSL color Cylindrical-coordinate representation of color #122E63: hue angle of 219.26º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #122E63 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 46 | 99 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.61 |
| HSL | 219.26º | 0.69% | 0.23% | - |
| HSV(B) | 219.26º | 0.82% | 0.39% | - |
| XYZ | 3.48 | 2.98 | 12.2 | - |
| YUV | 43.67 | 159.22 | 109.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 99 | 0.82 | 0.54 | 0 | 0.61 | 219.26 | 0.69 | 0.23 |
| Hex | 12 | 2E | 63 | 52 | 36 | 0 | 3D | DB | 45 | 17 |
| Octal | 22 | 56 | 143 | 122 | 66 | 0 | 75 | 333 | 105 | 27 |
| Binary | 10010 | 101110 | 1100011 | 1010010 | 110110 | 0 | 111101 | 11011011 | 1000101 | 10111 |
Color Harmonies of #122E63
Complementary color
Monochromatic Colors of #122E63
Black with #122E63
Text Example
Text Example
White with #122E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E63; }
p { color: rgb(18,46,99); }
H1.HeaderClassName
{
color: #122E63;
}
.AnyTagClassName
{
color: #122E63;
}
</style>
background-color css
<style>
a { background-color: #122E63; }
a { background-color: rgb(18,46,99); }
div.DivClassName
{
background-color: #122E63;
}
.BgClassName
{
background-color: #122E63;
}
</style>
border-color css
<style>
span { border-color: #122E63; }
span { border-color: rgb(18,46,99); }
td.TdClassName
{
border-color: #122E63;
}
.TagClassName
{
border-color: #122E63;
}
</style>