Shades of Sapphire #123473
Tints of Sapphire #123473
RGB
CMYK
RGB Variations
Color information
#123473 (or 0x123473) is known color: Sapphire. HEX triplet: 12, 34 and 73. RGB value is (18,52,115). Sum of RGB (Red+Green+Blue) = 18+52+115=185 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.73% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #123473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123473 is #EDCB8C. Grayscale: #303030. Windows color (decimal): -15584141 or 7549970. OLE color: 7549970.
HSL color Cylindrical-coordinate representation of color #123473: hue angle of 218.97º 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 #123473 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 52 | 115 | - |
| CMYK | 0.84 | 0.55 | 0 | 0.55 |
| HSL | 218.97º | 0.73% | 0.26% | - |
| HSV(B) | 218.97º | 0.84% | 0.45% | - |
| XYZ | 4.57 | 3.82 | 16.72 | - |
| YUV | 49.02 | 165.24 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 115 | 0.84 | 0.55 | 0 | 0.55 | 218.97 | 0.73 | 0.26 |
| Hex | 12 | 34 | 73 | 54 | 37 | 0 | 37 | DB | 49 | 1A |
| Octal | 22 | 64 | 163 | 124 | 67 | 0 | 67 | 333 | 111 | 32 |
| Binary | 10010 | 110100 | 1110011 | 1010100 | 110111 | 0 | 110111 | 11011011 | 1001001 | 11010 |
Color Harmonies of #123473
Complementary color
Monochromatic Colors of #123473
Black with #123473
Text Example
Text Example
White with #123473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123473; }
p { color: rgb(18,52,115); }
H1.HeaderClassName
{
color: #123473;
}
.AnyTagClassName
{
color: #123473;
}
</style>
background-color css
<style>
a { background-color: #123473; }
a { background-color: rgb(18,52,115); }
div.DivClassName
{
background-color: #123473;
}
.BgClassName
{
background-color: #123473;
}
</style>
border-color css
<style>
span { border-color: #123473; }
span { border-color: rgb(18,52,115); }
td.TdClassName
{
border-color: #123473;
}
.TagClassName
{
border-color: #123473;
}
</style>