Shades of Sapphire #121F59
Tints of Sapphire #121F59
RGB
CMYK
RGB Variations
Color information
#121F59 (or 0x121F59) is known color: Sapphire. HEX triplet: 12, 1F and 59. RGB value is (18,31,89). Sum of RGB (Red+Green+Blue) = 18+31+89=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 89 (35.16% from 255 or 64.49% from 138); Max value from RGB is 89 - color contains mainly: blue. Hex color #121F59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F59 is #EDE0A6. Grayscale: #212121. Windows color (decimal): -15589543 or 5840658. OLE color: 5840658.
HSL color Cylindrical-coordinate representation of color #121F59: hue angle of 229.01º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #121F59 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 31 | 89 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.65 |
| HSL | 229.01º | 0.66% | 0.21% | - |
| HSV(B) | 229.01º | 0.8% | 0.35% | - |
| XYZ | 2.54 | 1.83 | 9.67 | - |
| YUV | 33.73 | 159.19 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 89 | 0.80 | 0.65 | 0 | 0.65 | 229.01 | 0.66 | 0.21 |
| Hex | 12 | 1F | 59 | 50 | 41 | 0 | 41 | E5 | 42 | 15 |
| Octal | 22 | 37 | 131 | 120 | 101 | 0 | 101 | 345 | 102 | 25 |
| Binary | 10010 | 11111 | 1011001 | 1010000 | 1000001 | 0 | 1000001 | 11100101 | 1000010 | 10101 |
Color Harmonies of #121F59
Complementary color
Monochromatic Colors of #121F59
Black with #121F59
Text Example
Text Example
White with #121F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F59; }
p { color: rgb(18,31,89); }
H1.HeaderClassName
{
color: #121F59;
}
.AnyTagClassName
{
color: #121F59;
}
</style>
background-color css
<style>
a { background-color: #121F59; }
a { background-color: rgb(18,31,89); }
div.DivClassName
{
background-color: #121F59;
}
.BgClassName
{
background-color: #121F59;
}
</style>
border-color css
<style>
span { border-color: #121F59; }
span { border-color: rgb(18,31,89); }
td.TdClassName
{
border-color: #121F59;
}
.TagClassName
{
border-color: #121F59;
}
</style>