Shades of Sapphire #122A7A
Tints of Sapphire #122A7A
RGB
CMYK
RGB Variations
Color information
#122A7A (or 0x122A7A) is known color: Sapphire. HEX triplet: 12, 2A and 7A. RGB value is (18,42,122). Sum of RGB (Red+Green+Blue) = 18+42+122=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 122 (48.05% from 255 or 67.03% from 182); Max value from RGB is 122 - color contains mainly: blue. Hex color #122A7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A7A is #EDD585. Grayscale: #2B2B2B. Windows color (decimal): -15586694 or 8006162. OLE color: 8006162.
HSL color Cylindrical-coordinate representation of color #122A7A: hue angle of 226.15º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #122A7A is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 42 | 122 | - |
| CMYK | 0.85 | 0.66 | 0 | 0.52 |
| HSL | 226.15º | 0.74% | 0.27% | - |
| HSV(B) | 226.15º | 0.85% | 0.48% | - |
| XYZ | 4.59 | 3.19 | 18.79 | - |
| YUV | 43.94 | 172.05 | 109.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 122 | 0.85 | 0.66 | 0 | 0.52 | 226.15 | 0.74 | 0.27 |
| Hex | 12 | 2A | 7A | 55 | 42 | 0 | 34 | E2 | 4A | 1B |
| Octal | 22 | 52 | 172 | 125 | 102 | 0 | 64 | 342 | 112 | 33 |
| Binary | 10010 | 101010 | 1111010 | 1010101 | 1000010 | 0 | 110100 | 11100010 | 1001010 | 11011 |
Color Harmonies of #122A7A
Complementary color
Monochromatic Colors of #122A7A
Black with #122A7A
Text Example
Text Example
White with #122A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122A7A; }
p { color: rgb(18,42,122); }
H1.HeaderClassName
{
color: #122A7A;
}
.AnyTagClassName
{
color: #122A7A;
}
</style>
background-color css
<style>
a { background-color: #122A7A; }
a { background-color: rgb(18,42,122); }
div.DivClassName
{
background-color: #122A7A;
}
.BgClassName
{
background-color: #122A7A;
}
</style>
border-color css
<style>
span { border-color: #122A7A; }
span { border-color: rgb(18,42,122); }
td.TdClassName
{
border-color: #122A7A;
}
.TagClassName
{
border-color: #122A7A;
}
</style>