Shades of Sapphire #121F60
Tints of Sapphire #121F60
RGB
CMYK
RGB Variations
Color information
#121F60 (or 0x121F60) is known color: Sapphire. HEX triplet: 12, 1F and 60. RGB value is (18,31,96). Sum of RGB (Red+Green+Blue) = 18+31+96=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 96 (37.89% from 255 or 66.21% from 145); Max value from RGB is 96 - color contains mainly: blue. Hex color #121F60 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121F60 is #EDE09F. Grayscale: #222222. Windows color (decimal): -15589536 or 6299410. OLE color: 6299410.
HSL color Cylindrical-coordinate representation of color #121F60: hue angle of 230º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #121F60 is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 18 | 31 | 96 | - |
| CMYK | 0.81 | 0.68 | 0 | 0.62 |
| HSL | 230º | 0.68% | 0.22% | - |
| HSV(B) | 230º | 0.81% | 0.38% | - |
| XYZ | 2.85 | 1.95 | 11.29 | - |
| YUV | 34.52 | 162.69 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 31 | 96 | 0.81 | 0.68 | 0 | 0.62 | 230 | 0.68 | 0.22 |
| Hex | 12 | 1F | 60 | 51 | 44 | 0 | 3E | E6 | 44 | 16 |
| Octal | 22 | 37 | 140 | 121 | 104 | 0 | 76 | 346 | 104 | 26 |
| Binary | 10010 | 11111 | 1100000 | 1010001 | 1000100 | 0 | 111110 | 11100110 | 1000100 | 10110 |
Color Harmonies of #121F60
Complementary color
Monochromatic Colors of #121F60
Black with #121F60
Text Example
Text Example
White with #121F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121F60; }
p { color: rgb(18,31,96); }
H1.HeaderClassName
{
color: #121F60;
}
.AnyTagClassName
{
color: #121F60;
}
</style>
background-color css
<style>
a { background-color: #121F60; }
a { background-color: rgb(18,31,96); }
div.DivClassName
{
background-color: #121F60;
}
.BgClassName
{
background-color: #121F60;
}
</style>
border-color css
<style>
span { border-color: #121F60; }
span { border-color: rgb(18,31,96); }
td.TdClassName
{
border-color: #121F60;
}
.TagClassName
{
border-color: #121F60;
}
</style>