Shades of Sapphire #122757
Tints of Sapphire #122757
RGB
CMYK
RGB Variations
Color information
#122757 (or 0x122757) is known color: Sapphire. HEX triplet: 12, 27 and 57. RGB value is (18,39,87). Sum of RGB (Red+Green+Blue) = 18+39+87=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 39 (15.62% from 255 or 27.08% from 144); Blue value is 87 (34.38% from 255 or 60.42% from 144); Max value from RGB is 87 - color contains mainly: blue. Hex color #122757 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122757 is #EDD8A8. Grayscale: #252525. Windows color (decimal): -15587497 or 5711634. OLE color: 5711634.
HSL color Cylindrical-coordinate representation of color #122757: hue angle of 221.74º 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 #122757 is Cyan = 0.79, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 39 | 87 | - |
| CMYK | 0.79 | 0.55 | 0 | 0.66 |
| HSL | 221.74º | 0.66% | 0.21% | - |
| HSV(B) | 221.74º | 0.79% | 0.34% | - |
| XYZ | 2.7 | 2.27 | 9.31 | - |
| YUV | 38.19 | 155.54 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 39 | 87 | 0.79 | 0.55 | 0 | 0.66 | 221.74 | 0.66 | 0.21 |
| Hex | 12 | 27 | 57 | 4F | 37 | 0 | 42 | DE | 42 | 15 |
| Octal | 22 | 47 | 127 | 117 | 67 | 0 | 102 | 336 | 102 | 25 |
| Binary | 10010 | 100111 | 1010111 | 1001111 | 110111 | 0 | 1000010 | 11011110 | 1000010 | 10101 |
Color Harmonies of #122757
Complementary color
Monochromatic Colors of #122757
Black with #122757
Text Example
Text Example
White with #122757
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122757; }
p { color: rgb(18,39,87); }
H1.HeaderClassName
{
color: #122757;
}
.AnyTagClassName
{
color: #122757;
}
</style>
background-color css
<style>
a { background-color: #122757; }
a { background-color: rgb(18,39,87); }
div.DivClassName
{
background-color: #122757;
}
.BgClassName
{
background-color: #122757;
}
</style>
border-color css
<style>
span { border-color: #122757; }
span { border-color: rgb(18,39,87); }
td.TdClassName
{
border-color: #122757;
}
.TagClassName
{
border-color: #122757;
}
</style>