Shades of Sapphire #121F54
Tints of Sapphire #121F54
RGB
CMYK
RGB Variations
Color information
#121F54 (or 0x121F54) is known color: Sapphire. HEX triplet: 12, 1F and 54. RGB value is (18,31,84). Sum of RGB (Red+Green+Blue) = 18+31+84=133 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.53% from 133); Green value is 31 (12.5% from 255 or 23.31% from 133); Blue value is 84 (33.20% from 255 or 63.16% from 133); Max value from RGB is 84 - color contains mainly: blue. Hex color #121F54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F54 is #EDE0AB. Grayscale: #202020. Windows color (decimal): -15589548 or 5512978. OLE color: 5512978.
HSL color Cylindrical-coordinate representation of color #121F54: hue angle of 228.18º 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 #121F54 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 31 | 84 | - |
| CMYK | 0.79 | 0.63 | 0 | 0.67 |
| HSL | 228.18º | 0.65% | 0.2% | - |
| HSV(B) | 228.18º | 0.79% | 0.33% | - |
| XYZ | 2.34 | 1.75 | 8.6 | - |
| YUV | 33.16 | 156.69 | 117.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 84 | 0.79 | 0.63 | 0 | 0.67 | 228.18 | 0.65 | 0.2 |
| Hex | 12 | 1F | 54 | 4F | 3F | 0 | 43 | E4 | 41 | 14 |
| Octal | 22 | 37 | 124 | 117 | 77 | 0 | 103 | 344 | 101 | 24 |
| Binary | 10010 | 11111 | 1010100 | 1001111 | 111111 | 0 | 1000011 | 11100100 | 1000001 | 10100 |
Color Harmonies of #121F54
Complementary color
Monochromatic Colors of #121F54
Black with #121F54
Text Example
Text Example
White with #121F54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F54; }
p { color: rgb(18,31,84); }
H1.HeaderClassName
{
color: #121F54;
}
.AnyTagClassName
{
color: #121F54;
}
</style>
background-color css
<style>
a { background-color: #121F54; }
a { background-color: rgb(18,31,84); }
div.DivClassName
{
background-color: #121F54;
}
.BgClassName
{
background-color: #121F54;
}
</style>
border-color css
<style>
span { border-color: #121F54; }
span { border-color: rgb(18,31,84); }
td.TdClassName
{
border-color: #121F54;
}
.TagClassName
{
border-color: #121F54;
}
</style>