Shades of Sapphire #121E55
Tints of Sapphire #121E55
RGB
CMYK
RGB Variations
Color information
#121E55 (or 0x121E55) is known color: Sapphire. HEX triplet: 12, 1E and 55. RGB value is (18,30,85). Sum of RGB (Red+Green+Blue) = 18+30+85=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 85 (33.59% from 255 or 63.91% from 133); Max value from RGB is 85 - color contains mainly: blue. Hex color #121E55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121E55 is #EDE1AA. Grayscale: #202020. Windows color (decimal): -15589803 or 5578258. OLE color: 5578258.
HSL color Cylindrical-coordinate representation of color #121E55: hue angle of 229.25º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #121E55 is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 30 | 85 | - |
| CMYK | 0.79 | 0.65 | 0 | 0.67 |
| HSL | 229.25º | 0.65% | 0.2% | - |
| HSV(B) | 229.25º | 0.79% | 0.33% | - |
| XYZ | 2.35 | 1.71 | 8.8 | - |
| YUV | 32.68 | 157.52 | 117.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 30 | 85 | 0.79 | 0.65 | 0 | 0.67 | 229.25 | 0.65 | 0.2 |
| Hex | 12 | 1E | 55 | 4F | 41 | 0 | 43 | E5 | 41 | 14 |
| Octal | 22 | 36 | 125 | 117 | 101 | 0 | 103 | 345 | 101 | 24 |
| Binary | 10010 | 11110 | 1010101 | 1001111 | 1000001 | 0 | 1000011 | 11100101 | 1000001 | 10100 |
Color Harmonies of #121E55
Complementary color
Monochromatic Colors of #121E55
Black with #121E55
Text Example
Text Example
White with #121E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121E55; }
p { color: rgb(18,30,85); }
H1.HeaderClassName
{
color: #121E55;
}
.AnyTagClassName
{
color: #121E55;
}
</style>
background-color css
<style>
a { background-color: #121E55; }
a { background-color: rgb(18,30,85); }
div.DivClassName
{
background-color: #121E55;
}
.BgClassName
{
background-color: #121E55;
}
</style>
border-color css
<style>
span { border-color: #121E55; }
span { border-color: rgb(18,30,85); }
td.TdClassName
{
border-color: #121E55;
}
.TagClassName
{
border-color: #121E55;
}
</style>