Shades of Sapphire #122673
Tints of Sapphire #122673
RGB
CMYK
RGB Variations
Color information
#122673 (or 0x122673) is known color: Sapphire. HEX triplet: 12, 26 and 73. RGB value is (18,38,115). Sum of RGB (Red+Green+Blue) = 18+38+115=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 38 (15.23% from 255 or 22.22% from 171); Blue value is 115 (45.31% from 255 or 67.25% from 171); Max value from RGB is 115 - color contains mainly: blue. Hex color #122673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122673 is #EDD98C. Grayscale: #282828. Windows color (decimal): -15587725 or 7546386. OLE color: 7546386.
HSL color Cylindrical-coordinate representation of color #122673: hue angle of 227.63º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122673 is Cyan = 0.84, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 38 | 115 | - |
| CMYK | 0.84 | 0.67 | 0 | 0.55 |
| HSL | 227.63º | 0.73% | 0.26% | - |
| HSV(B) | 227.63º | 0.84% | 0.45% | - |
| XYZ | 4.04 | 2.75 | 16.54 | - |
| YUV | 40.8 | 169.87 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 38 | 115 | 0.84 | 0.67 | 0 | 0.55 | 227.63 | 0.73 | 0.26 |
| Hex | 12 | 26 | 73 | 54 | 43 | 0 | 37 | E4 | 49 | 1A |
| Octal | 22 | 46 | 163 | 124 | 103 | 0 | 67 | 344 | 111 | 32 |
| Binary | 10010 | 100110 | 1110011 | 1010100 | 1000011 | 0 | 110111 | 11100100 | 1001001 | 11010 |
Color Harmonies of #122673
Complementary color
Monochromatic Colors of #122673
Black with #122673
Text Example
Text Example
White with #122673
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122673; }
p { color: rgb(18,38,115); }
H1.HeaderClassName
{
color: #122673;
}
.AnyTagClassName
{
color: #122673;
}
</style>
background-color css
<style>
a { background-color: #122673; }
a { background-color: rgb(18,38,115); }
div.DivClassName
{
background-color: #122673;
}
.BgClassName
{
background-color: #122673;
}
</style>
border-color css
<style>
span { border-color: #122673; }
span { border-color: rgb(18,38,115); }
td.TdClassName
{
border-color: #122673;
}
.TagClassName
{
border-color: #122673;
}
</style>