Shades of Sapphire #122D5D
Tints of Sapphire #122D5D
RGB
CMYK
RGB Variations
Color information
#122D5D (or 0x122D5D) is known color: Sapphire. HEX triplet: 12, 2D and 5D. RGB value is (18,45,93). Sum of RGB (Red+Green+Blue) = 18+45+93=156 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.54% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 93 (36.72% from 255 or 59.62% from 156); Max value from RGB is 93 - color contains mainly: blue. Hex color #122D5D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122D5D is #EDD2A2. Grayscale: #2A2A2A. Windows color (decimal): -15585955 or 6106386. OLE color: 6106386.
HSL color Cylindrical-coordinate representation of color #122D5D: hue angle of 218.4º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #122D5D is Cyan = 0.81, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 45 | 93 | - |
| CMYK | 0.81 | 0.52 | 0 | 0.64 |
| HSL | 218.4º | 0.68% | 0.22% | - |
| HSV(B) | 218.4º | 0.81% | 0.36% | - |
| XYZ | 3.16 | 2.8 | 10.73 | - |
| YUV | 42.4 | 156.55 | 110.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 93 | 0.81 | 0.52 | 0 | 0.64 | 218.4 | 0.68 | 0.22 |
| Hex | 12 | 2D | 5D | 51 | 34 | 0 | 40 | DA | 44 | 16 |
| Octal | 22 | 55 | 135 | 121 | 64 | 0 | 100 | 332 | 104 | 26 |
| Binary | 10010 | 101101 | 1011101 | 1010001 | 110100 | 0 | 1000000 | 11011010 | 1000100 | 10110 |
Color Harmonies of #122D5D
Complementary color
Monochromatic Colors of #122D5D
Black with #122D5D
Text Example
Text Example
White with #122D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122D5D; }
p { color: rgb(18,45,93); }
H1.HeaderClassName
{
color: #122D5D;
}
.AnyTagClassName
{
color: #122D5D;
}
</style>
background-color css
<style>
a { background-color: #122D5D; }
a { background-color: rgb(18,45,93); }
div.DivClassName
{
background-color: #122D5D;
}
.BgClassName
{
background-color: #122D5D;
}
</style>
border-color css
<style>
span { border-color: #122D5D; }
span { border-color: rgb(18,45,93); }
td.TdClassName
{
border-color: #122D5D;
}
.TagClassName
{
border-color: #122D5D;
}
</style>