Shades of Sapphire #121E61
Tints of Sapphire #121E61
RGB
CMYK
RGB Variations
Color information
#121E61 (or 0x121E61) is known color: Sapphire. HEX triplet: 12, 1E and 61. RGB value is (18,30,97). Sum of RGB (Red+Green+Blue) = 18+30+97=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 30 (12.11% from 255 or 20.69% from 145); Blue value is 97 (38.28% from 255 or 66.90% from 145); Max value from RGB is 97 - color contains mainly: blue. Hex color #121E61 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E61 is #EDE19E. Grayscale: #212121. Windows color (decimal): -15589791 or 6364690. OLE color: 6364690.
HSL color Cylindrical-coordinate representation of color #121E61: hue angle of 230.89º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #121E61 is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 30 | 97 | - |
| CMYK | 0.81 | 0.69 | 0 | 0.62 |
| HSL | 230.89º | 0.69% | 0.23% | - |
| HSV(B) | 230.89º | 0.81% | 0.38% | - |
| XYZ | 2.87 | 1.92 | 11.53 | - |
| YUV | 34.05 | 163.52 | 116.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 97 | 0.81 | 0.69 | 0 | 0.62 | 230.89 | 0.69 | 0.23 |
| Hex | 12 | 1E | 61 | 51 | 45 | 0 | 3E | E7 | 45 | 17 |
| Octal | 22 | 36 | 141 | 121 | 105 | 0 | 76 | 347 | 105 | 27 |
| Binary | 10010 | 11110 | 1100001 | 1010001 | 1000101 | 0 | 111110 | 11100111 | 1000101 | 10111 |
Color Harmonies of #121E61
Complementary color
Monochromatic Colors of #121E61
Black with #121E61
Text Example
Text Example
White with #121E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121E61; }
p { color: rgb(18,30,97); }
H1.HeaderClassName
{
color: #121E61;
}
.AnyTagClassName
{
color: #121E61;
}
</style>
background-color css
<style>
a { background-color: #121E61; }
a { background-color: rgb(18,30,97); }
div.DivClassName
{
background-color: #121E61;
}
.BgClassName
{
background-color: #121E61;
}
</style>
border-color css
<style>
span { border-color: #121E61; }
span { border-color: rgb(18,30,97); }
td.TdClassName
{
border-color: #121E61;
}
.TagClassName
{
border-color: #121E61;
}
</style>