Shades of Sapphire #122D73
Tints of Sapphire #122D73
RGB
CMYK
RGB Variations
Color information
#122D73 (or 0x122D73) is known color: Sapphire. HEX triplet: 12, 2D and 73. RGB value is (18,45,115). Sum of RGB (Red+Green+Blue) = 18+45+115=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 45 (17.97% from 255 or 25.28% from 178); Blue value is 115 (45.31% from 255 or 64.61% from 178); Max value from RGB is 115 - color contains mainly: blue. Hex color #122D73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122D73 is #EDD28C. Grayscale: #2C2C2C. Windows color (decimal): -15585933 or 7548178. OLE color: 7548178.
HSL color Cylindrical-coordinate representation of color #122D73: hue angle of 223.3º 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 #122D73 is Cyan = 0.84, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 45 | 115 | - |
| CMYK | 0.84 | 0.61 | 0 | 0.55 |
| HSL | 223.3º | 0.73% | 0.26% | - |
| HSV(B) | 223.3º | 0.84% | 0.45% | - |
| XYZ | 4.28 | 3.24 | 16.62 | - |
| YUV | 44.91 | 167.55 | 108.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 115 | 0.84 | 0.61 | 0 | 0.55 | 223.3 | 0.73 | 0.26 |
| Hex | 12 | 2D | 73 | 54 | 3D | 0 | 37 | DF | 49 | 1A |
| Octal | 22 | 55 | 163 | 124 | 75 | 0 | 67 | 337 | 111 | 32 |
| Binary | 10010 | 101101 | 1110011 | 1010100 | 111101 | 0 | 110111 | 11011111 | 1001001 | 11010 |
Color Harmonies of #122D73
Complementary color
Monochromatic Colors of #122D73
Black with #122D73
Text Example
Text Example
White with #122D73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122D73; }
p { color: rgb(18,45,115); }
H1.HeaderClassName
{
color: #122D73;
}
.AnyTagClassName
{
color: #122D73;
}
</style>
background-color css
<style>
a { background-color: #122D73; }
a { background-color: rgb(18,45,115); }
div.DivClassName
{
background-color: #122D73;
}
.BgClassName
{
background-color: #122D73;
}
</style>
border-color css
<style>
span { border-color: #122D73; }
span { border-color: rgb(18,45,115); }
td.TdClassName
{
border-color: #122D73;
}
.TagClassName
{
border-color: #122D73;
}
</style>