Shades of Sapphire #122763
Tints of Sapphire #122763
RGB
CMYK
RGB Variations
Color information
#122763 (or 0x122763) is known color: Sapphire. HEX triplet: 12, 27 and 63. RGB value is (18,39,99). Sum of RGB (Red+Green+Blue) = 18+39+99=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 99 (39.06% from 255 or 63.46% from 156); Max value from RGB is 99 - color contains mainly: blue. Hex color #122763 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122763 is #EDD89C. Grayscale: #272727. Windows color (decimal): -15587485 or 6498066. OLE color: 6498066.
HSL color Cylindrical-coordinate representation of color #122763: hue angle of 224.44º 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 #122763 is Cyan = 0.82, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 39 | 99 | - |
| CMYK | 0.82 | 0.61 | 0 | 0.61 |
| HSL | 224.44º | 0.69% | 0.23% | - |
| HSV(B) | 224.44º | 0.82% | 0.39% | - |
| XYZ | 3.23 | 2.48 | 12.11 | - |
| YUV | 39.56 | 161.54 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 39 | 99 | 0.82 | 0.61 | 0 | 0.61 | 224.44 | 0.69 | 0.23 |
| Hex | 12 | 27 | 63 | 52 | 3D | 0 | 3D | E0 | 45 | 17 |
| Octal | 22 | 47 | 143 | 122 | 75 | 0 | 75 | 340 | 105 | 27 |
| Binary | 10010 | 100111 | 1100011 | 1010010 | 111101 | 0 | 111101 | 11100000 | 1000101 | 10111 |
Color Harmonies of #122763
Complementary color
Monochromatic Colors of #122763
Black with #122763
Text Example
Text Example
White with #122763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122763; }
p { color: rgb(18,39,99); }
H1.HeaderClassName
{
color: #122763;
}
.AnyTagClassName
{
color: #122763;
}
</style>
background-color css
<style>
a { background-color: #122763; }
a { background-color: rgb(18,39,99); }
div.DivClassName
{
background-color: #122763;
}
.BgClassName
{
background-color: #122763;
}
</style>
border-color css
<style>
span { border-color: #122763; }
span { border-color: rgb(18,39,99); }
td.TdClassName
{
border-color: #122763;
}
.TagClassName
{
border-color: #122763;
}
</style>