Shades of Sapphire #122663
Tints of Sapphire #122663
RGB
CMYK
RGB Variations
Color information
#122663 (or 0x122663) is known color: Sapphire. HEX triplet: 12, 26 and 63. RGB value is (18,38,99). Sum of RGB (Red+Green+Blue) = 18+38+99=155 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.61% from 155); Green value is 38 (15.23% from 255 or 24.52% from 155); Blue value is 99 (39.06% from 255 or 63.87% from 155); Max value from RGB is 99 - color contains mainly: blue. Hex color #122663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122663 is #EDD99C. Grayscale: #262626. Windows color (decimal): -15587741 or 6497810. OLE color: 6497810.
HSL color Cylindrical-coordinate representation of color #122663: hue angle of 225.19º 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 #122663 is Cyan = 0.82, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 38 | 99 | - |
| CMYK | 0.82 | 0.62 | 0 | 0.61 |
| HSL | 225.19º | 0.69% | 0.23% | - |
| HSV(B) | 225.19º | 0.82% | 0.39% | - |
| XYZ | 3.19 | 2.42 | 12.1 | - |
| YUV | 38.97 | 161.87 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 38 | 99 | 0.82 | 0.62 | 0 | 0.61 | 225.19 | 0.69 | 0.23 |
| Hex | 12 | 26 | 63 | 52 | 3E | 0 | 3D | E1 | 45 | 17 |
| Octal | 22 | 46 | 143 | 122 | 76 | 0 | 75 | 341 | 105 | 27 |
| Binary | 10010 | 100110 | 1100011 | 1010010 | 111110 | 0 | 111101 | 11100001 | 1000101 | 10111 |
Color Harmonies of #122663
Complementary color
Monochromatic Colors of #122663
Black with #122663
Text Example
Text Example
White with #122663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122663; }
p { color: rgb(18,38,99); }
H1.HeaderClassName
{
color: #122663;
}
.AnyTagClassName
{
color: #122663;
}
</style>
background-color css
<style>
a { background-color: #122663; }
a { background-color: rgb(18,38,99); }
div.DivClassName
{
background-color: #122663;
}
.BgClassName
{
background-color: #122663;
}
</style>
border-color css
<style>
span { border-color: #122663; }
span { border-color: rgb(18,38,99); }
td.TdClassName
{
border-color: #122663;
}
.TagClassName
{
border-color: #122663;
}
</style>