Shades of Sapphire #122457
Tints of Sapphire #122457
RGB
CMYK
RGB Variations
Color information
#122457 (or 0x122457) is known color: Sapphire. HEX triplet: 12, 24 and 57. RGB value is (18,36,87). Sum of RGB (Red+Green+Blue) = 18+36+87=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 87 (34.38% from 255 or 61.70% from 141); Max value from RGB is 87 - color contains mainly: blue. Hex color #122457 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122457 is #EDDBA8. Grayscale: #242424. Windows color (decimal): -15588265 or 5710866. OLE color: 5710866.
HSL color Cylindrical-coordinate representation of color #122457: hue angle of 224.35º 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 #122457 is Cyan = 0.79, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 36 | 87 | - |
| CMYK | 0.79 | 0.59 | 0 | 0.66 |
| HSL | 224.35º | 0.66% | 0.21% | - |
| HSV(B) | 224.35º | 0.79% | 0.34% | - |
| XYZ | 2.6 | 2.08 | 9.28 | - |
| YUV | 36.43 | 156.54 | 114.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 87 | 0.79 | 0.59 | 0 | 0.66 | 224.35 | 0.66 | 0.21 |
| Hex | 12 | 24 | 57 | 4F | 3B | 0 | 42 | E0 | 42 | 15 |
| Octal | 22 | 44 | 127 | 117 | 73 | 0 | 102 | 340 | 102 | 25 |
| Binary | 10010 | 100100 | 1010111 | 1001111 | 111011 | 0 | 1000010 | 11100000 | 1000010 | 10101 |
Color Harmonies of #122457
Complementary color
Monochromatic Colors of #122457
Black with #122457
Text Example
Text Example
White with #122457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122457; }
p { color: rgb(18,36,87); }
H1.HeaderClassName
{
color: #122457;
}
.AnyTagClassName
{
color: #122457;
}
</style>
background-color css
<style>
a { background-color: #122457; }
a { background-color: rgb(18,36,87); }
div.DivClassName
{
background-color: #122457;
}
.BgClassName
{
background-color: #122457;
}
</style>
border-color css
<style>
span { border-color: #122457; }
span { border-color: rgb(18,36,87); }
td.TdClassName
{
border-color: #122457;
}
.TagClassName
{
border-color: #122457;
}
</style>