Shades of Sapphire #121D55
Tints of Sapphire #121D55
RGB
CMYK
RGB Variations
Color information
#121D55 (or 0x121D55) is known color: Sapphire. HEX triplet: 12, 1D and 55. RGB value is (18,29,85). Sum of RGB (Red+Green+Blue) = 18+29+85=132 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.64% from 132); Green value is 29 (11.72% from 255 or 21.97% from 132); Blue value is 85 (33.59% from 255 or 64.39% from 132); Max value from RGB is 85 - color contains mainly: blue. Hex color #121D55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121D55 is #EDE2AA. Grayscale: #1F1F1F. Windows color (decimal): -15590059 or 5578002. OLE color: 5578002.
HSL color Cylindrical-coordinate representation of color #121D55: hue angle of 230.15º 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 #121D55 is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 29 | 85 | - |
| CMYK | 0.79 | 0.66 | 0 | 0.67 |
| HSL | 230.15º | 0.65% | 0.2% | - |
| HSV(B) | 230.15º | 0.79% | 0.33% | - |
| XYZ | 2.33 | 1.66 | 8.79 | - |
| YUV | 32.1 | 157.86 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 85 | 0.79 | 0.66 | 0 | 0.67 | 230.15 | 0.65 | 0.2 |
| Hex | 12 | 1D | 55 | 4F | 42 | 0 | 43 | E6 | 41 | 14 |
| Octal | 22 | 35 | 125 | 117 | 102 | 0 | 103 | 346 | 101 | 24 |
| Binary | 10010 | 11101 | 1010101 | 1001111 | 1000010 | 0 | 1000011 | 11100110 | 1000001 | 10100 |
Color Harmonies of #121D55
Complementary color
Monochromatic Colors of #121D55
Black with #121D55
Text Example
Text Example
White with #121D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D55; }
p { color: rgb(18,29,85); }
H1.HeaderClassName
{
color: #121D55;
}
.AnyTagClassName
{
color: #121D55;
}
</style>
background-color css
<style>
a { background-color: #121D55; }
a { background-color: rgb(18,29,85); }
div.DivClassName
{
background-color: #121D55;
}
.BgClassName
{
background-color: #121D55;
}
</style>
border-color css
<style>
span { border-color: #121D55; }
span { border-color: rgb(18,29,85); }
td.TdClassName
{
border-color: #121D55;
}
.TagClassName
{
border-color: #121D55;
}
</style>