Shades of Sapphire #122C54
Tints of Sapphire #122C54
RGB
CMYK
RGB Variations
Color information
#122C54 (or 0x122C54) is known color: Sapphire. HEX triplet: 12, 2C and 54. RGB value is (18,44,84). Sum of RGB (Red+Green+Blue) = 18+44+84=146 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.33% from 146); Green value is 44 (17.58% from 255 or 30.14% from 146); Blue value is 84 (33.20% from 255 or 57.53% from 146); Max value from RGB is 84 - color contains mainly: blue. Hex color #122C54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C54 is #EDD3AB. Grayscale: #282828. Windows color (decimal): -15586220 or 5516306. OLE color: 5516306.
HSL color Cylindrical-coordinate representation of color #122C54: hue angle of 216.36º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #122C54 is Cyan = 0.79, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 18 | 44 | 84 | - |
| CMYK | 0.79 | 0.48 | 0 | 0.67 |
| HSL | 216.36º | 0.65% | 0.2% | - |
| HSV(B) | 216.36º | 0.79% | 0.33% | - |
| XYZ | 2.75 | 2.57 | 8.74 | - |
| YUV | 40.79 | 152.39 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 84 | 0.79 | 0.48 | 0 | 0.67 | 216.36 | 0.65 | 0.2 |
| Hex | 12 | 2C | 54 | 4F | 30 | 0 | 43 | D8 | 41 | 14 |
| Octal | 22 | 54 | 124 | 117 | 60 | 0 | 103 | 330 | 101 | 24 |
| Binary | 10010 | 101100 | 1010100 | 1001111 | 110000 | 0 | 1000011 | 11011000 | 1000001 | 10100 |
Color Harmonies of #122C54
Complementary color
Monochromatic Colors of #122C54
Black with #122C54
Text Example
Text Example
White with #122C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122C54; }
p { color: rgb(18,44,84); }
H1.HeaderClassName
{
color: #122C54;
}
.AnyTagClassName
{
color: #122C54;
}
</style>
background-color css
<style>
a { background-color: #122C54; }
a { background-color: rgb(18,44,84); }
div.DivClassName
{
background-color: #122C54;
}
.BgClassName
{
background-color: #122C54;
}
</style>
border-color css
<style>
span { border-color: #122C54; }
span { border-color: rgb(18,44,84); }
td.TdClassName
{
border-color: #122C54;
}
.TagClassName
{
border-color: #122C54;
}
</style>