Shades of Sapphire #121C5C
Tints of Sapphire #121C5C
RGB
CMYK
RGB Variations
Color information
#121C5C (or 0x121C5C) is known color: Sapphire. HEX triplet: 12, 1C and 5C. RGB value is (18,28,92). Sum of RGB (Red+Green+Blue) = 18+28+92=138 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.04% from 138); Green value is 28 (11.33% from 255 or 20.29% from 138); Blue value is 92 (36.33% from 255 or 66.67% from 138); Max value from RGB is 92 - color contains mainly: blue. Hex color #121C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121C5C is #EDE3A3. Grayscale: #202020. Windows color (decimal): -15590308 or 6036498. OLE color: 6036498.
HSL color Cylindrical-coordinate representation of color #121C5C: hue angle of 231.89º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #121C5C is Cyan = 0.80, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 28 | 92 | - |
| CMYK | 0.80 | 0.70 | 0 | 0.64 |
| HSL | 231.89º | 0.67% | 0.22% | - |
| HSV(B) | 231.89º | 0.8% | 0.36% | - |
| XYZ | 2.6 | 1.73 | 10.32 | - |
| YUV | 32.31 | 161.69 | 117.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 92 | 0.80 | 0.70 | 0 | 0.64 | 231.89 | 0.67 | 0.22 |
| Hex | 12 | 1C | 5C | 50 | 46 | 0 | 40 | E8 | 43 | 16 |
| Octal | 22 | 34 | 134 | 120 | 106 | 0 | 100 | 350 | 103 | 26 |
| Binary | 10010 | 11100 | 1011100 | 1010000 | 1000110 | 0 | 1000000 | 11101000 | 1000011 | 10110 |
Color Harmonies of #121C5C
Complementary color
Monochromatic Colors of #121C5C
Black with #121C5C
Text Example
Text Example
White with #121C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121C5C; }
p { color: rgb(18,28,92); }
H1.HeaderClassName
{
color: #121C5C;
}
.AnyTagClassName
{
color: #121C5C;
}
</style>
background-color css
<style>
a { background-color: #121C5C; }
a { background-color: rgb(18,28,92); }
div.DivClassName
{
background-color: #121C5C;
}
.BgClassName
{
background-color: #121C5C;
}
</style>
border-color css
<style>
span { border-color: #121C5C; }
span { border-color: rgb(18,28,92); }
td.TdClassName
{
border-color: #121C5C;
}
.TagClassName
{
border-color: #121C5C;
}
</style>