Shades of Sapphire #122A71
Tints of Sapphire #122A71
RGB
CMYK
RGB Variations
Color information
#122A71 (or 0x122A71) is known color: Sapphire. HEX triplet: 12, 2A and 71. RGB value is (18,42,113). Sum of RGB (Red+Green+Blue) = 18+42+113=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 113 (44.53% from 255 or 65.32% from 173); Max value from RGB is 113 - color contains mainly: blue. Hex color #122A71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A71 is #EDD58E. Grayscale: #2A2A2A. Windows color (decimal): -15586703 or 7416338. OLE color: 7416338.
HSL color Cylindrical-coordinate representation of color #122A71: hue angle of 224.84º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122A71 is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 42 | 113 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.56 |
| HSL | 224.84º | 0.73% | 0.26% | - |
| HSV(B) | 224.84º | 0.84% | 0.44% | - |
| XYZ | 4.06 | 2.98 | 15.98 | - |
| YUV | 42.92 | 167.55 | 110.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 113 | 0.84 | 0.63 | 0 | 0.56 | 224.84 | 0.73 | 0.26 |
| Hex | 12 | 2A | 71 | 54 | 3F | 0 | 38 | E1 | 49 | 1A |
| Octal | 22 | 52 | 161 | 124 | 77 | 0 | 70 | 341 | 111 | 32 |
| Binary | 10010 | 101010 | 1110001 | 1010100 | 111111 | 0 | 111000 | 11100001 | 1001001 | 11010 |
Color Harmonies of #122A71
Complementary color
Monochromatic Colors of #122A71
Black with #122A71
Text Example
Text Example
White with #122A71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122A71; }
p { color: rgb(18,42,113); }
H1.HeaderClassName
{
color: #122A71;
}
.AnyTagClassName
{
color: #122A71;
}
</style>
background-color css
<style>
a { background-color: #122A71; }
a { background-color: rgb(18,42,113); }
div.DivClassName
{
background-color: #122A71;
}
.BgClassName
{
background-color: #122A71;
}
</style>
border-color css
<style>
span { border-color: #122A71; }
span { border-color: rgb(18,42,113); }
td.TdClassName
{
border-color: #122A71;
}
.TagClassName
{
border-color: #122A71;
}
</style>