Shades of Sapphire #122563
Tints of Sapphire #122563
RGB
CMYK
RGB Variations
Color information
#122563 (or 0x122563) is known color: Sapphire. HEX triplet: 12, 25 and 63. RGB value is (18,37,99). Sum of RGB (Red+Green+Blue) = 18+37+99=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 37 (14.84% from 255 or 24.03% from 154); Blue value is 99 (39.06% from 255 or 64.29% from 154); Max value from RGB is 99 - color contains mainly: blue. Hex color #122563 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122563 is #EDDA9C. Grayscale: #262626. Windows color (decimal): -15587997 or 6497554. OLE color: 6497554.
HSL color Cylindrical-coordinate representation of color #122563: hue angle of 225.93º 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 #122563 is Cyan = 0.82, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 37 | 99 | - |
| CMYK | 0.82 | 0.63 | 0 | 0.61 |
| HSL | 225.93º | 0.69% | 0.23% | - |
| HSV(B) | 225.93º | 0.82% | 0.39% | - |
| XYZ | 3.16 | 2.35 | 12.09 | - |
| YUV | 38.39 | 162.21 | 113.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 99 | 0.82 | 0.63 | 0 | 0.61 | 225.93 | 0.69 | 0.23 |
| Hex | 12 | 25 | 63 | 52 | 3F | 0 | 3D | E2 | 45 | 17 |
| Octal | 22 | 45 | 143 | 122 | 77 | 0 | 75 | 342 | 105 | 27 |
| Binary | 10010 | 100101 | 1100011 | 1010010 | 111111 | 0 | 111101 | 11100010 | 1000101 | 10111 |
Color Harmonies of #122563
Complementary color
Monochromatic Colors of #122563
Black with #122563
Text Example
Text Example
White with #122563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122563; }
p { color: rgb(18,37,99); }
H1.HeaderClassName
{
color: #122563;
}
.AnyTagClassName
{
color: #122563;
}
</style>
background-color css
<style>
a { background-color: #122563; }
a { background-color: rgb(18,37,99); }
div.DivClassName
{
background-color: #122563;
}
.BgClassName
{
background-color: #122563;
}
</style>
border-color css
<style>
span { border-color: #122563; }
span { border-color: rgb(18,37,99); }
td.TdClassName
{
border-color: #122563;
}
.TagClassName
{
border-color: #122563;
}
</style>