Shades of Sapphire #121E51
Tints of Sapphire #121E51
RGB
CMYK
RGB Variations
Color information
#121E51 (or 0x121E51) is known color: Sapphire. HEX triplet: 12, 1E and 51. RGB value is (18,30,81). Sum of RGB (Red+Green+Blue) = 18+30+81=129 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.95% from 129); Green value is 30 (12.11% from 255 or 23.26% from 129); Blue value is 81 (32.03% from 255 or 62.79% from 129); Max value from RGB is 81 - color contains mainly: blue. Hex color #121E51 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E51 is #EDE1AE. Grayscale: #202020. Windows color (decimal): -15589807 or 5316114. OLE color: 5316114.
HSL color Cylindrical-coordinate representation of color #121E51: hue angle of 228.57º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #121E51 is Cyan = 0.78, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 18 | 30 | 81 | - |
| CMYK | 0.78 | 0.63 | 0 | 0.68 |
| HSL | 228.57º | 0.64% | 0.19% | - |
| HSV(B) | 228.57º | 0.78% | 0.32% | - |
| XYZ | 2.2 | 1.65 | 7.99 | - |
| YUV | 32.23 | 155.52 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 81 | 0.78 | 0.63 | 0 | 0.68 | 228.57 | 0.64 | 0.19 |
| Hex | 12 | 1E | 51 | 4E | 3F | 0 | 44 | E5 | 40 | 13 |
| Octal | 22 | 36 | 121 | 116 | 77 | 0 | 104 | 345 | 100 | 23 |
| Binary | 10010 | 11110 | 1010001 | 1001110 | 111111 | 0 | 1000100 | 11100101 | 1000000 | 10011 |
Color Harmonies of #121E51
Complementary color
Monochromatic Colors of #121E51
Black with #121E51
Text Example
Text Example
White with #121E51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121E51; }
p { color: rgb(18,30,81); }
H1.HeaderClassName
{
color: #121E51;
}
.AnyTagClassName
{
color: #121E51;
}
</style>
background-color css
<style>
a { background-color: #121E51; }
a { background-color: rgb(18,30,81); }
div.DivClassName
{
background-color: #121E51;
}
.BgClassName
{
background-color: #121E51;
}
</style>
border-color css
<style>
span { border-color: #121E51; }
span { border-color: rgb(18,30,81); }
td.TdClassName
{
border-color: #121E51;
}
.TagClassName
{
border-color: #121E51;
}
</style>