Shades of Sapphire #122D53
Tints of Sapphire #122D53
RGB
CMYK
RGB Variations
Color information
#122D53 (or 0x122D53) is known color: Sapphire. HEX triplet: 12, 2D and 53. RGB value is (18,45,83). Sum of RGB (Red+Green+Blue) = 18+45+83=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 45 (17.97% from 255 or 30.82% from 146); Blue value is 83 (32.81% from 255 or 56.85% from 146); Max value from RGB is 83 - color contains mainly: blue. Hex color #122D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122D53 is #EDD2AC. Grayscale: #292929. Windows color (decimal): -15585965 or 5451026. OLE color: 5451026.
HSL color Cylindrical-coordinate representation of color #122D53: hue angle of 215.08º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #122D53 is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 45 | 83 | - |
| CMYK | 0.78 | 0.46 | 0 | 0.67 |
| HSL | 215.08º | 0.64% | 0.2% | - |
| HSV(B) | 215.08º | 0.78% | 0.33% | - |
| XYZ | 2.75 | 2.63 | 8.55 | - |
| YUV | 41.26 | 151.55 | 111.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 83 | 0.78 | 0.46 | 0 | 0.67 | 215.08 | 0.64 | 0.2 |
| Hex | 12 | 2D | 53 | 4E | 2E | 0 | 43 | D7 | 40 | 14 |
| Octal | 22 | 55 | 123 | 116 | 56 | 0 | 103 | 327 | 100 | 24 |
| Binary | 10010 | 101101 | 1010011 | 1001110 | 101110 | 0 | 1000011 | 11010111 | 1000000 | 10100 |
Color Harmonies of #122D53
Complementary color
Monochromatic Colors of #122D53
Black with #122D53
Text Example
Text Example
White with #122D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122D53; }
p { color: rgb(18,45,83); }
H1.HeaderClassName
{
color: #122D53;
}
.AnyTagClassName
{
color: #122D53;
}
</style>
background-color css
<style>
a { background-color: #122D53; }
a { background-color: rgb(18,45,83); }
div.DivClassName
{
background-color: #122D53;
}
.BgClassName
{
background-color: #122D53;
}
</style>
border-color css
<style>
span { border-color: #122D53; }
span { border-color: rgb(18,45,83); }
td.TdClassName
{
border-color: #122D53;
}
.TagClassName
{
border-color: #122D53;
}
</style>