Shades of Sapphire #122A57
Tints of Sapphire #122A57
RGB
CMYK
RGB Variations
Color information
#122A57 (or 0x122A57) is known color: Sapphire. HEX triplet: 12, 2A and 57. RGB value is (18,42,87). Sum of RGB (Red+Green+Blue) = 18+42+87=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 87 (34.38% from 255 or 59.18% from 147); Max value from RGB is 87 - color contains mainly: blue. Hex color #122A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A57 is #EDD5A8. Grayscale: #272727. Windows color (decimal): -15586729 or 5712402. OLE color: 5712402.
HSL color Cylindrical-coordinate representation of color #122A57: hue angle of 219.13º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #122A57 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 42 | 87 | - |
| CMYK | 0.79 | 0.52 | 0 | 0.66 |
| HSL | 219.13º | 0.66% | 0.21% | - |
| HSV(B) | 219.13º | 0.79% | 0.34% | - |
| XYZ | 2.8 | 2.47 | 9.35 | - |
| YUV | 39.95 | 154.55 | 112.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 87 | 0.79 | 0.52 | 0 | 0.66 | 219.13 | 0.66 | 0.21 |
| Hex | 12 | 2A | 57 | 4F | 34 | 0 | 42 | DB | 42 | 15 |
| Octal | 22 | 52 | 127 | 117 | 64 | 0 | 102 | 333 | 102 | 25 |
| Binary | 10010 | 101010 | 1010111 | 1001111 | 110100 | 0 | 1000010 | 11011011 | 1000010 | 10101 |
Color Harmonies of #122A57
Complementary color
Monochromatic Colors of #122A57
Black with #122A57
Text Example
Text Example
White with #122A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122A57; }
p { color: rgb(18,42,87); }
H1.HeaderClassName
{
color: #122A57;
}
.AnyTagClassName
{
color: #122A57;
}
</style>
background-color css
<style>
a { background-color: #122A57; }
a { background-color: rgb(18,42,87); }
div.DivClassName
{
background-color: #122A57;
}
.BgClassName
{
background-color: #122A57;
}
</style>
border-color css
<style>
span { border-color: #122A57; }
span { border-color: rgb(18,42,87); }
td.TdClassName
{
border-color: #122A57;
}
.TagClassName
{
border-color: #122A57;
}
</style>