Shades of Sapphire #122473
Tints of Sapphire #122473
RGB
CMYK
RGB Variations
Color information
#122473 (or 0x122473) is known color: Sapphire. HEX triplet: 12, 24 and 73. RGB value is (18,36,115). Sum of RGB (Red+Green+Blue) = 18+36+115=169 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.65% from 169); Green value is 36 (14.45% from 255 or 21.30% from 169); Blue value is 115 (45.31% from 255 or 68.05% from 169); Max value from RGB is 115 - color contains mainly: blue. Hex color #122473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122473 is #EDDB8C. Grayscale: #272727. Windows color (decimal): -15588237 or 7545874. OLE color: 7545874.
HSL color Cylindrical-coordinate representation of color #122473: hue angle of 228.87º 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 #122473 is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 36 | 115 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.55 |
| HSL | 228.87º | 0.73% | 0.26% | - |
| HSV(B) | 228.87º | 0.84% | 0.45% | - |
| XYZ | 3.97 | 2.63 | 16.52 | - |
| YUV | 39.62 | 170.54 | 112.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 115 | 0.84 | 0.69 | 0 | 0.55 | 228.87 | 0.73 | 0.26 |
| Hex | 12 | 24 | 73 | 54 | 45 | 0 | 37 | E5 | 49 | 1A |
| Octal | 22 | 44 | 163 | 124 | 105 | 0 | 67 | 345 | 111 | 32 |
| Binary | 10010 | 100100 | 1110011 | 1010100 | 1000101 | 0 | 110111 | 11100101 | 1001001 | 11010 |
Color Harmonies of #122473
Complementary color
Monochromatic Colors of #122473
Black with #122473
Text Example
Text Example
White with #122473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122473; }
p { color: rgb(18,36,115); }
H1.HeaderClassName
{
color: #122473;
}
.AnyTagClassName
{
color: #122473;
}
</style>
background-color css
<style>
a { background-color: #122473; }
a { background-color: rgb(18,36,115); }
div.DivClassName
{
background-color: #122473;
}
.BgClassName
{
background-color: #122473;
}
</style>
border-color css
<style>
span { border-color: #122473; }
span { border-color: rgb(18,36,115); }
td.TdClassName
{
border-color: #122473;
}
.TagClassName
{
border-color: #122473;
}
</style>