Shades of Sapphire #122863
Tints of Sapphire #122863
RGB
CMYK
RGB Variations
Color information
#122863 (or 0x122863) is known color: Sapphire. HEX triplet: 12, 28 and 63. RGB value is (18,40,99). Sum of RGB (Red+Green+Blue) = 18+40+99=157 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.46% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 99 (39.06% from 255 or 63.06% from 157); Max value from RGB is 99 - color contains mainly: blue. Hex color #122863 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122863 is #EDD79C. Grayscale: #272727. Windows color (decimal): -15587229 or 6498322. OLE color: 6498322.
HSL color Cylindrical-coordinate representation of color #122863: hue angle of 223.7º 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 #122863 is Cyan = 0.82, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 40 | 99 | - |
| CMYK | 0.82 | 0.60 | 0 | 0.61 |
| HSL | 223.7º | 0.69% | 0.23% | - |
| HSV(B) | 223.7º | 0.82% | 0.39% | - |
| XYZ | 3.26 | 2.55 | 12.12 | - |
| YUV | 40.15 | 161.21 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 40 | 99 | 0.82 | 0.60 | 0 | 0.61 | 223.7 | 0.69 | 0.23 |
| Hex | 12 | 28 | 63 | 52 | 3C | 0 | 3D | E0 | 45 | 17 |
| Octal | 22 | 50 | 143 | 122 | 74 | 0 | 75 | 340 | 105 | 27 |
| Binary | 10010 | 101000 | 1100011 | 1010010 | 111100 | 0 | 111101 | 11100000 | 1000101 | 10111 |
Color Harmonies of #122863
Complementary color
Monochromatic Colors of #122863
Black with #122863
Text Example
Text Example
White with #122863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122863; }
p { color: rgb(18,40,99); }
H1.HeaderClassName
{
color: #122863;
}
.AnyTagClassName
{
color: #122863;
}
</style>
background-color css
<style>
a { background-color: #122863; }
a { background-color: rgb(18,40,99); }
div.DivClassName
{
background-color: #122863;
}
.BgClassName
{
background-color: #122863;
}
</style>
border-color css
<style>
span { border-color: #122863; }
span { border-color: rgb(18,40,99); }
td.TdClassName
{
border-color: #122863;
}
.TagClassName
{
border-color: #122863;
}
</style>