Shades of Sapphire #122D7E
Tints of Sapphire #122D7E
RGB
CMYK
RGB Variations
Color information
#122D7E (or 0x122D7E) is known color: Sapphire. HEX triplet: 12, 2D and 7E. RGB value is (18,45,126). Sum of RGB (Red+Green+Blue) = 18+45+126=189 (25% of max value = 765). Red value is 18 (7.42% from 255 or 9.52% from 189); Green value is 45 (17.97% from 255 or 23.81% from 189); Blue value is 126 (49.61% from 255 or 66.67% from 189); Max value from RGB is 126 - color contains mainly: blue. Hex color #122D7E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122D7E is #EDD281. Grayscale: #2D2D2D. Windows color (decimal): -15585922 or 8269074. OLE color: 8269074.
HSL color Cylindrical-coordinate representation of color #122D7E: hue angle of 225º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #122D7E is Cyan = 0.86, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 18 | 45 | 126 | - |
| CMYK | 0.86 | 0.64 | 0 | 0.51 |
| HSL | 225º | 0.75% | 0.28% | - |
| HSV(B) | 225º | 0.86% | 0.49% | - |
| XYZ | 4.95 | 3.51 | 20.16 | - |
| YUV | 46.16 | 173.05 | 107.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 126 | 0.86 | 0.64 | 0 | 0.51 | 225 | 0.75 | 0.28 |
| Hex | 12 | 2D | 7E | 56 | 40 | 0 | 33 | E1 | 4B | 1C |
| Octal | 22 | 55 | 176 | 126 | 100 | 0 | 63 | 341 | 113 | 34 |
| Binary | 10010 | 101101 | 1111110 | 1010110 | 1000000 | 0 | 110011 | 11100001 | 1001011 | 11100 |
Color Harmonies of #122D7E
Complementary color
Monochromatic Colors of #122D7E
Black with #122D7E
Text Example
Text Example
White with #122D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122D7E; }
p { color: rgb(18,45,126); }
H1.HeaderClassName
{
color: #122D7E;
}
.AnyTagClassName
{
color: #122D7E;
}
</style>
background-color css
<style>
a { background-color: #122D7E; }
a { background-color: rgb(18,45,126); }
div.DivClassName
{
background-color: #122D7E;
}
.BgClassName
{
background-color: #122D7E;
}
</style>
border-color css
<style>
span { border-color: #122D7E; }
span { border-color: rgb(18,45,126); }
td.TdClassName
{
border-color: #122D7E;
}
.TagClassName
{
border-color: #122D7E;
}
</style>