Shades of Sapphire #121A57
Tints of Sapphire #121A57
RGB
CMYK
RGB Variations
Color information
#121A57 (or 0x121A57) is known color: Sapphire. HEX triplet: 12, 1A and 57. RGB value is (18,26,87). Sum of RGB (Red+Green+Blue) = 18+26+87=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 26 (10.55% from 255 or 19.85% from 131); Blue value is 87 (34.38% from 255 or 66.41% from 131); Max value from RGB is 87 - color contains mainly: blue. Hex color #121A57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121A57 is #EDE5A8. Grayscale: #1E1E1E. Windows color (decimal): -15590825 or 5708306. OLE color: 5708306.
HSL color Cylindrical-coordinate representation of color #121A57: hue angle of 233.04º 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 #121A57 is Cyan = 0.79, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 26 | 87 | - |
| CMYK | 0.79 | 0.70 | 0 | 0.66 |
| HSL | 233.04º | 0.66% | 0.21% | - |
| HSV(B) | 233.04º | 0.79% | 0.34% | - |
| XYZ | 2.34 | 1.56 | 9.19 | - |
| YUV | 30.56 | 159.85 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 26 | 87 | 0.79 | 0.70 | 0 | 0.66 | 233.04 | 0.66 | 0.21 |
| Hex | 12 | 1A | 57 | 4F | 46 | 0 | 42 | E9 | 42 | 15 |
| Octal | 22 | 32 | 127 | 117 | 106 | 0 | 102 | 351 | 102 | 25 |
| Binary | 10010 | 11010 | 1010111 | 1001111 | 1000110 | 0 | 1000010 | 11101001 | 1000010 | 10101 |
Color Harmonies of #121A57
Complementary color
Monochromatic Colors of #121A57
Black with #121A57
Text Example
Text Example
White with #121A57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121A57; }
p { color: rgb(18,26,87); }
H1.HeaderClassName
{
color: #121A57;
}
.AnyTagClassName
{
color: #121A57;
}
</style>
background-color css
<style>
a { background-color: #121A57; }
a { background-color: rgb(18,26,87); }
div.DivClassName
{
background-color: #121A57;
}
.BgClassName
{
background-color: #121A57;
}
</style>
border-color css
<style>
span { border-color: #121A57; }
span { border-color: rgb(18,26,87); }
td.TdClassName
{
border-color: #121A57;
}
.TagClassName
{
border-color: #121A57;
}
</style>