Shades of Sapphire #122C5C
Tints of Sapphire #122C5C
RGB
CMYK
RGB Variations
Color information
#122C5C (or 0x122C5C) is known color: Sapphire. HEX triplet: 12, 2C and 5C. RGB value is (18,44,92). Sum of RGB (Red+Green+Blue) = 18+44+92=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 44 (17.58% from 255 or 28.57% from 154); Blue value is 92 (36.33% from 255 or 59.74% from 154); Max value from RGB is 92 - color contains mainly: blue. Hex color #122C5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C5C is #EDD3A3. Grayscale: #292929. Windows color (decimal): -15586212 or 6040594. OLE color: 6040594.
HSL color Cylindrical-coordinate representation of color #122C5C: hue angle of 218.92º 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 #122C5C is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 18 | 44 | 92 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.64 |
| HSL | 218.92º | 0.67% | 0.22% | - |
| HSV(B) | 218.92º | 0.8% | 0.36% | - |
| XYZ | 3.08 | 2.7 | 10.48 | - |
| YUV | 41.7 | 156.39 | 111.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 92 | 0.80 | 0.52 | 0 | 0.64 | 218.92 | 0.67 | 0.22 |
| Hex | 12 | 2C | 5C | 50 | 34 | 0 | 40 | DB | 43 | 16 |
| Octal | 22 | 54 | 134 | 120 | 64 | 0 | 100 | 333 | 103 | 26 |
| Binary | 10010 | 101100 | 1011100 | 1010000 | 110100 | 0 | 1000000 | 11011011 | 1000011 | 10110 |
Color Harmonies of #122C5C
Complementary color
Monochromatic Colors of #122C5C
Black with #122C5C
Text Example
Text Example
White with #122C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122C5C; }
p { color: rgb(18,44,92); }
H1.HeaderClassName
{
color: #122C5C;
}
.AnyTagClassName
{
color: #122C5C;
}
</style>
background-color css
<style>
a { background-color: #122C5C; }
a { background-color: rgb(18,44,92); }
div.DivClassName
{
background-color: #122C5C;
}
.BgClassName
{
background-color: #122C5C;
}
</style>
border-color css
<style>
span { border-color: #122C5C; }
span { border-color: rgb(18,44,92); }
td.TdClassName
{
border-color: #122C5C;
}
.TagClassName
{
border-color: #122C5C;
}
</style>