Shades of Sapphire #121F55
Tints of Sapphire #121F55
RGB
CMYK
RGB Variations
Color information
#121F55 (or 0x121F55) is known color: Sapphire. HEX triplet: 12, 1F and 55. RGB value is (18,31,85). Sum of RGB (Red+Green+Blue) = 18+31+85=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 31 (12.5% from 255 or 23.13% from 134); Blue value is 85 (33.59% from 255 or 63.43% from 134); Max value from RGB is 85 - color contains mainly: blue. Hex color #121F55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F55 is #EDE0AA. Grayscale: #212121. Windows color (decimal): -15589547 or 5578514. OLE color: 5578514.
HSL color Cylindrical-coordinate representation of color #121F55: hue angle of 228.36º 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 #121F55 is Cyan = 0.79, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 31 | 85 | - |
| CMYK | 0.79 | 0.64 | 0 | 0.67 |
| HSL | 228.36º | 0.65% | 0.2% | - |
| HSV(B) | 228.36º | 0.79% | 0.33% | - |
| XYZ | 2.38 | 1.76 | 8.81 | - |
| YUV | 33.27 | 157.19 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 85 | 0.79 | 0.64 | 0 | 0.67 | 228.36 | 0.65 | 0.2 |
| Hex | 12 | 1F | 55 | 4F | 40 | 0 | 43 | E4 | 41 | 14 |
| Octal | 22 | 37 | 125 | 117 | 100 | 0 | 103 | 344 | 101 | 24 |
| Binary | 10010 | 11111 | 1010101 | 1001111 | 1000000 | 0 | 1000011 | 11100100 | 1000001 | 10100 |
Color Harmonies of #121F55
Complementary color
Monochromatic Colors of #121F55
Black with #121F55
Text Example
Text Example
White with #121F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F55; }
p { color: rgb(18,31,85); }
H1.HeaderClassName
{
color: #121F55;
}
.AnyTagClassName
{
color: #121F55;
}
</style>
background-color css
<style>
a { background-color: #121F55; }
a { background-color: rgb(18,31,85); }
div.DivClassName
{
background-color: #121F55;
}
.BgClassName
{
background-color: #121F55;
}
</style>
border-color css
<style>
span { border-color: #121F55; }
span { border-color: rgb(18,31,85); }
td.TdClassName
{
border-color: #121F55;
}
.TagClassName
{
border-color: #121F55;
}
</style>