Shades of Sapphire #121D5C
Tints of Sapphire #121D5C
RGB
CMYK
RGB Variations
Color information
#121D5C (or 0x121D5C) is known color: Sapphire. HEX triplet: 12, 1D and 5C. RGB value is (18,29,92). Sum of RGB (Red+Green+Blue) = 18+29+92=139 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.95% from 139); Green value is 29 (11.72% from 255 or 20.86% from 139); Blue value is 92 (36.33% from 255 or 66.19% from 139); Max value from RGB is 92 - color contains mainly: blue. Hex color #121D5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #121D5C is #EDE2A3. Grayscale: #202020. Windows color (decimal): -15590052 or 6036754. OLE color: 6036754.
HSL color Cylindrical-coordinate representation of color #121D5C: hue angle of 231.08º 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 #121D5C is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 29 | 92 | - |
| CMYK | 0.80 | 0.68 | 0 | 0.64 |
| HSL | 231.08º | 0.67% | 0.22% | - |
| HSV(B) | 231.08º | 0.8% | 0.36% | - |
| XYZ | 2.62 | 1.78 | 10.33 | - |
| YUV | 32.89 | 161.36 | 117.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 29 | 92 | 0.80 | 0.68 | 0 | 0.64 | 231.08 | 0.67 | 0.22 |
| Hex | 12 | 1D | 5C | 50 | 44 | 0 | 40 | E7 | 43 | 16 |
| Octal | 22 | 35 | 134 | 120 | 104 | 0 | 100 | 347 | 103 | 26 |
| Binary | 10010 | 11101 | 1011100 | 1010000 | 1000100 | 0 | 1000000 | 11100111 | 1000011 | 10110 |
Color Harmonies of #121D5C
Complementary color
Monochromatic Colors of #121D5C
Black with #121D5C
Text Example
Text Example
White with #121D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121D5C; }
p { color: rgb(18,29,92); }
H1.HeaderClassName
{
color: #121D5C;
}
.AnyTagClassName
{
color: #121D5C;
}
</style>
background-color css
<style>
a { background-color: #121D5C; }
a { background-color: rgb(18,29,92); }
div.DivClassName
{
background-color: #121D5C;
}
.BgClassName
{
background-color: #121D5C;
}
</style>
border-color css
<style>
span { border-color: #121D5C; }
span { border-color: rgb(18,29,92); }
td.TdClassName
{
border-color: #121D5C;
}
.TagClassName
{
border-color: #121D5C;
}
</style>