Shades of Sapphire #121D58
Tints of Sapphire #121D58
RGB
CMYK
RGB Variations
Color information
#121D58 (or 0x121D58) is known color: Sapphire. HEX triplet: 12, 1D and 58. RGB value is (18,29,88). Sum of RGB (Red+Green+Blue) = 18+29+88=135 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.33% from 135); Green value is 29 (11.72% from 255 or 21.48% from 135); Blue value is 88 (34.77% from 255 or 65.19% from 135); Max value from RGB is 88 - color contains mainly: blue. Hex color #121D58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121D58 is #EDE2A7. Grayscale: #202020. Windows color (decimal): -15590056 or 5774610. OLE color: 5774610.
HSL color Cylindrical-coordinate representation of color #121D58: hue angle of 230.57º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #121D58 is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 29 | 88 | - |
| CMYK | 0.80 | 0.67 | 0 | 0.65 |
| HSL | 230.57º | 0.66% | 0.21% | - |
| HSV(B) | 230.57º | 0.8% | 0.35% | - |
| XYZ | 2.45 | 1.71 | 9.43 | - |
| YUV | 32.44 | 159.36 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 88 | 0.80 | 0.67 | 0 | 0.65 | 230.57 | 0.66 | 0.21 |
| Hex | 12 | 1D | 58 | 50 | 43 | 0 | 41 | E7 | 42 | 15 |
| Octal | 22 | 35 | 130 | 120 | 103 | 0 | 101 | 347 | 102 | 25 |
| Binary | 10010 | 11101 | 1011000 | 1010000 | 1000011 | 0 | 1000001 | 11100111 | 1000010 | 10101 |
Color Harmonies of #121D58
Complementary color
Monochromatic Colors of #121D58
Black with #121D58
Text Example
Text Example
White with #121D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D58; }
p { color: rgb(18,29,88); }
H1.HeaderClassName
{
color: #121D58;
}
.AnyTagClassName
{
color: #121D58;
}
</style>
background-color css
<style>
a { background-color: #121D58; }
a { background-color: rgb(18,29,88); }
div.DivClassName
{
background-color: #121D58;
}
.BgClassName
{
background-color: #121D58;
}
</style>
border-color css
<style>
span { border-color: #121D58; }
span { border-color: rgb(18,29,88); }
td.TdClassName
{
border-color: #121D58;
}
.TagClassName
{
border-color: #121D58;
}
</style>