Shades of Sapphire #121C58
Tints of Sapphire #121C58
RGB
CMYK
RGB Variations
Color information
#121C58 (or 0x121C58) is known color: Sapphire. HEX triplet: 12, 1C and 58. RGB value is (18,28,88). Sum of RGB (Red+Green+Blue) = 18+28+88=134 (17% of max value = 765). Red value is 18 (7.42% from 255 or 13.43% from 134); Green value is 28 (11.33% from 255 or 20.90% from 134); Blue value is 88 (34.77% from 255 or 65.67% from 134); Max value from RGB is 88 - color contains mainly: blue. Hex color #121C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121C58 is #EDE3A7. Grayscale: #1F1F1F. Windows color (decimal): -15590312 or 5774354. OLE color: 5774354.
HSL color Cylindrical-coordinate representation of color #121C58: hue angle of 231.43º 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 #121C58 is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 28 | 88 | - |
| CMYK | 0.80 | 0.68 | 0 | 0.65 |
| HSL | 231.43º | 0.66% | 0.21% | - |
| HSV(B) | 231.43º | 0.8% | 0.35% | - |
| XYZ | 2.43 | 1.66 | 9.43 | - |
| YUV | 31.85 | 159.69 | 118.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 88 | 0.80 | 0.68 | 0 | 0.65 | 231.43 | 0.66 | 0.21 |
| Hex | 12 | 1C | 58 | 50 | 44 | 0 | 41 | E7 | 42 | 15 |
| Octal | 22 | 34 | 130 | 120 | 104 | 0 | 101 | 347 | 102 | 25 |
| Binary | 10010 | 11100 | 1011000 | 1010000 | 1000100 | 0 | 1000001 | 11100111 | 1000010 | 10101 |
Color Harmonies of #121C58
Complementary color
Monochromatic Colors of #121C58
Black with #121C58
Text Example
Text Example
White with #121C58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121C58; }
p { color: rgb(18,28,88); }
H1.HeaderClassName
{
color: #121C58;
}
.AnyTagClassName
{
color: #121C58;
}
</style>
background-color css
<style>
a { background-color: #121C58; }
a { background-color: rgb(18,28,88); }
div.DivClassName
{
background-color: #121C58;
}
.BgClassName
{
background-color: #121C58;
}
</style>
border-color css
<style>
span { border-color: #121C58; }
span { border-color: rgb(18,28,88); }
td.TdClassName
{
border-color: #121C58;
}
.TagClassName
{
border-color: #121C58;
}
</style>