Shades of Sapphire #121E50
Tints of Sapphire #121E50
RGB
CMYK
RGB Variations
Color information
#121E50 (or 0x121E50) is known color: Sapphire. HEX triplet: 12, 1E and 50. RGB value is (18,30,80). Sum of RGB (Red+Green+Blue) = 18+30+80=128 (16% of max value = 765). Red value is 18 (7.42% from 255 or 14.06% from 128); Green value is 30 (12.11% from 255 or 23.44% from 128); Blue value is 80 (31.64% from 255 or 62.5% from 128); Max value from RGB is 80 - color contains mainly: blue. Hex color #121E50 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E50 is #EDE1AF. Grayscale: #1F1F1F. Windows color (decimal): -15589808 or 5250578. OLE color: 5250578.
HSL color Cylindrical-coordinate representation of color #121E50: hue angle of 228.39º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #121E50 is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 18 | 30 | 80 | - |
| CMYK | 0.78 | 0.62 | 0 | 0.69 |
| HSL | 228.39º | 0.63% | 0.19% | - |
| HSV(B) | 228.39º | 0.78% | 0.31% | - |
| XYZ | 2.16 | 1.64 | 7.79 | - |
| YUV | 32.11 | 155.02 | 117.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 80 | 0.78 | 0.62 | 0 | 0.69 | 228.39 | 0.63 | 0.19 |
| Hex | 12 | 1E | 50 | 4E | 3E | 0 | 45 | E4 | 3F | 13 |
| Octal | 22 | 36 | 120 | 116 | 76 | 0 | 105 | 344 | 77 | 23 |
| Binary | 10010 | 11110 | 1010000 | 1001110 | 111110 | 0 | 1000101 | 11100100 | 111111 | 10011 |
Color Harmonies of #121E50
Complementary color
Monochromatic Colors of #121E50
Black with #121E50
Text Example
Text Example
White with #121E50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121E50; }
p { color: rgb(18,30,80); }
H1.HeaderClassName
{
color: #121E50;
}
.AnyTagClassName
{
color: #121E50;
}
</style>
background-color css
<style>
a { background-color: #121E50; }
a { background-color: rgb(18,30,80); }
div.DivClassName
{
background-color: #121E50;
}
.BgClassName
{
background-color: #121E50;
}
</style>
border-color css
<style>
span { border-color: #121E50; }
span { border-color: rgb(18,30,80); }
td.TdClassName
{
border-color: #121E50;
}
.TagClassName
{
border-color: #121E50;
}
</style>