Shades of Sapphire #122D75
Tints of Sapphire #122D75
RGB
CMYK
RGB Variations
Color information
#122D75 (or 0x122D75) is known color: Sapphire. HEX triplet: 12, 2D and 75. RGB value is (18,45,117). Sum of RGB (Red+Green+Blue) = 18+45+117=180 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10% from 180); Green value is 45 (17.97% from 255 or 25% from 180); Blue value is 117 (46.09% from 255 or 65% from 180); Max value from RGB is 117 - color contains mainly: blue. Hex color #122D75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122D75 is #EDD28A. Grayscale: #2C2C2C. Windows color (decimal): -15585931 or 7679250. OLE color: 7679250.
HSL color Cylindrical-coordinate representation of color #122D75: hue angle of 223.64º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #122D75 is Cyan = 0.85, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 18 | 45 | 117 | - |
| CMYK | 0.85 | 0.62 | 0 | 0.54 |
| HSL | 223.64º | 0.73% | 0.26% | - |
| HSV(B) | 223.64º | 0.85% | 0.46% | - |
| XYZ | 4.4 | 3.29 | 17.23 | - |
| YUV | 45.14 | 168.55 | 108.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 117 | 0.85 | 0.62 | 0 | 0.54 | 223.64 | 0.73 | 0.26 |
| Hex | 12 | 2D | 75 | 55 | 3E | 0 | 36 | E0 | 49 | 1A |
| Octal | 22 | 55 | 165 | 125 | 76 | 0 | 66 | 340 | 111 | 32 |
| Binary | 10010 | 101101 | 1110101 | 1010101 | 111110 | 0 | 110110 | 11100000 | 1001001 | 11010 |
Color Harmonies of #122D75
Complementary color
Monochromatic Colors of #122D75
Black with #122D75
Text Example
Text Example
White with #122D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122D75; }
p { color: rgb(18,45,117); }
H1.HeaderClassName
{
color: #122D75;
}
.AnyTagClassName
{
color: #122D75;
}
</style>
background-color css
<style>
a { background-color: #122D75; }
a { background-color: rgb(18,45,117); }
div.DivClassName
{
background-color: #122D75;
}
.BgClassName
{
background-color: #122D75;
}
</style>
border-color css
<style>
span { border-color: #122D75; }
span { border-color: rgb(18,45,117); }
td.TdClassName
{
border-color: #122D75;
}
.TagClassName
{
border-color: #122D75;
}
</style>