Shades of Sapphire #121C55
Tints of Sapphire #121C55
RGB
CMYK
RGB Variations
Color information
#121C55 (or 0x121C55) is known color: Sapphire. HEX triplet: 12, 1C and 55. RGB value is (18,28,85). Sum of RGB (Red+Green+Blue) = 18+28+85=131 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.74% from 131); Green value is 28 (11.33% from 255 or 21.37% from 131); Blue value is 85 (33.59% from 255 or 64.89% from 131); Max value from RGB is 85 - color contains mainly: blue. Hex color #121C55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121C55 is #EDE3AA. Grayscale: #1F1F1F. Windows color (decimal): -15590315 or 5577746. OLE color: 5577746.
HSL color Cylindrical-coordinate representation of color #121C55: hue angle of 231.04º 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 #121C55 is Cyan = 0.79, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 28 | 85 | - |
| CMYK | 0.79 | 0.67 | 0 | 0.67 |
| HSL | 231.04º | 0.65% | 0.2% | - |
| HSV(B) | 231.04º | 0.79% | 0.33% | - |
| XYZ | 2.3 | 1.61 | 8.78 | - |
| YUV | 31.51 | 158.19 | 118.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 85 | 0.79 | 0.67 | 0 | 0.67 | 231.04 | 0.65 | 0.2 |
| Hex | 12 | 1C | 55 | 4F | 43 | 0 | 43 | E7 | 41 | 14 |
| Octal | 22 | 34 | 125 | 117 | 103 | 0 | 103 | 347 | 101 | 24 |
| Binary | 10010 | 11100 | 1010101 | 1001111 | 1000011 | 0 | 1000011 | 11100111 | 1000001 | 10100 |
Color Harmonies of #121C55
Complementary color
Monochromatic Colors of #121C55
Black with #121C55
Text Example
Text Example
White with #121C55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121C55; }
p { color: rgb(18,28,85); }
H1.HeaderClassName
{
color: #121C55;
}
.AnyTagClassName
{
color: #121C55;
}
</style>
background-color css
<style>
a { background-color: #121C55; }
a { background-color: rgb(18,28,85); }
div.DivClassName
{
background-color: #121C55;
}
.BgClassName
{
background-color: #121C55;
}
</style>
border-color css
<style>
span { border-color: #121C55; }
span { border-color: rgb(18,28,85); }
td.TdClassName
{
border-color: #121C55;
}
.TagClassName
{
border-color: #121C55;
}
</style>