Shades of Sapphire #121C59
Tints of Sapphire #121C59
RGB
CMYK
RGB Variations
Color information
#121C59 (or 0x121C59) is known color: Sapphire. HEX triplet: 12, 1C and 59. RGB value is (18,28,89). Sum of RGB (Red+Green+Blue) = 18+28+89=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 28 (11.33% from 255 or 20.74% from 135); Blue value is 89 (35.16% from 255 or 65.93% from 135); Max value from RGB is 89 - color contains mainly: blue. Hex color #121C59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121C59 is #EDE3A6. Grayscale: #1F1F1F. Windows color (decimal): -15590311 or 5839890. OLE color: 5839890.
HSL color Cylindrical-coordinate representation of color #121C59: hue angle of 231.55º 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 #121C59 is Cyan = 0.80, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 28 | 89 | - |
| CMYK | 0.80 | 0.69 | 0 | 0.65 |
| HSL | 231.55º | 0.66% | 0.21% | - |
| HSV(B) | 231.55º | 0.8% | 0.35% | - |
| XYZ | 2.47 | 1.68 | 9.65 | - |
| YUV | 31.96 | 160.19 | 118.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 89 | 0.80 | 0.69 | 0 | 0.65 | 231.55 | 0.66 | 0.21 |
| Hex | 12 | 1C | 59 | 50 | 45 | 0 | 41 | E8 | 42 | 15 |
| Octal | 22 | 34 | 131 | 120 | 105 | 0 | 101 | 350 | 102 | 25 |
| Binary | 10010 | 11100 | 1011001 | 1010000 | 1000101 | 0 | 1000001 | 11101000 | 1000010 | 10101 |
Color Harmonies of #121C59
Complementary color
Monochromatic Colors of #121C59
Black with #121C59
Text Example
Text Example
White with #121C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121C59; }
p { color: rgb(18,28,89); }
H1.HeaderClassName
{
color: #121C59;
}
.AnyTagClassName
{
color: #121C59;
}
</style>
background-color css
<style>
a { background-color: #121C59; }
a { background-color: rgb(18,28,89); }
div.DivClassName
{
background-color: #121C59;
}
.BgClassName
{
background-color: #121C59;
}
</style>
border-color css
<style>
span { border-color: #121C59; }
span { border-color: rgb(18,28,89); }
td.TdClassName
{
border-color: #121C59;
}
.TagClassName
{
border-color: #121C59;
}
</style>