Shades of Sapphire #122A70
Tints of Sapphire #122A70
RGB
CMYK
RGB Variations
Color information
#122A70 (or 0x122A70) is known color: Sapphire. HEX triplet: 12, 2A and 70. RGB value is (18,42,112). Sum of RGB (Red+Green+Blue) = 18+42+112=172 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.47% from 172); Green value is 42 (16.80% from 255 or 24.42% from 172); Blue value is 112 (44.14% from 255 or 65.12% from 172); Max value from RGB is 112 - color contains mainly: blue. Hex color #122A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A70 is #EDD58F. Grayscale: #2A2A2A. Windows color (decimal): -15586704 or 7350802. OLE color: 7350802.
HSL color Cylindrical-coordinate representation of color #122A70: hue angle of 224.68º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122A70 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 42 | 112 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.56 |
| HSL | 224.68º | 0.72% | 0.25% | - |
| HSV(B) | 224.68º | 0.84% | 0.44% | - |
| XYZ | 4 | 2.95 | 15.69 | - |
| YUV | 42.8 | 167.05 | 110.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 112 | 0.84 | 0.62 | 0 | 0.56 | 224.68 | 0.72 | 0.25 |
| Hex | 12 | 2A | 70 | 54 | 3E | 0 | 38 | E1 | 48 | 19 |
| Octal | 22 | 52 | 160 | 124 | 76 | 0 | 70 | 341 | 110 | 31 |
| Binary | 10010 | 101010 | 1110000 | 1010100 | 111110 | 0 | 111000 | 11100001 | 1001000 | 11001 |
Color Harmonies of #122A70
Complementary color
Monochromatic Colors of #122A70
Black with #122A70
Text Example
Text Example
White with #122A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122A70; }
p { color: rgb(18,42,112); }
H1.HeaderClassName
{
color: #122A70;
}
.AnyTagClassName
{
color: #122A70;
}
</style>
background-color css
<style>
a { background-color: #122A70; }
a { background-color: rgb(18,42,112); }
div.DivClassName
{
background-color: #122A70;
}
.BgClassName
{
background-color: #122A70;
}
</style>
border-color css
<style>
span { border-color: #122A70; }
span { border-color: rgb(18,42,112); }
td.TdClassName
{
border-color: #122A70;
}
.TagClassName
{
border-color: #122A70;
}
</style>