Shades of Sapphire #122C74
Tints of Sapphire #122C74
RGB
CMYK
RGB Variations
Color information
#122C74 (or 0x122C74) is known color: Sapphire. HEX triplet: 12, 2C and 74. RGB value is (18,44,116). Sum of RGB (Red+Green+Blue) = 18+44+116=178 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.11% from 178); Green value is 44 (17.58% from 255 or 24.72% from 178); Blue value is 116 (45.70% from 255 or 65.17% from 178); Max value from RGB is 116 - color contains mainly: blue. Hex color #122C74 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122C74 is #EDD38B. Grayscale: #2C2C2C. Windows color (decimal): -15586188 or 7613458. OLE color: 7613458.
HSL color Cylindrical-coordinate representation of color #122C74: hue angle of 224.08º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122C74 is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 18 | 44 | 116 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.55 |
| HSL | 224.08º | 0.73% | 0.26% | - |
| HSV(B) | 224.08º | 0.84% | 0.45% | - |
| XYZ | 4.3 | 3.19 | 16.91 | - |
| YUV | 44.43 | 168.39 | 109.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 44 | 116 | 0.84 | 0.62 | 0 | 0.55 | 224.08 | 0.73 | 0.26 |
| Hex | 12 | 2C | 74 | 54 | 3E | 0 | 37 | E0 | 49 | 1A |
| Octal | 22 | 54 | 164 | 124 | 76 | 0 | 67 | 340 | 111 | 32 |
| Binary | 10010 | 101100 | 1110100 | 1010100 | 111110 | 0 | 110111 | 11100000 | 1001001 | 11010 |
Color Harmonies of #122C74
Complementary color
Monochromatic Colors of #122C74
Black with #122C74
Text Example
Text Example
White with #122C74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122C74; }
p { color: rgb(18,44,116); }
H1.HeaderClassName
{
color: #122C74;
}
.AnyTagClassName
{
color: #122C74;
}
</style>
background-color css
<style>
a { background-color: #122C74; }
a { background-color: rgb(18,44,116); }
div.DivClassName
{
background-color: #122C74;
}
.BgClassName
{
background-color: #122C74;
}
</style>
border-color css
<style>
span { border-color: #122C74; }
span { border-color: rgb(18,44,116); }
td.TdClassName
{
border-color: #122C74;
}
.TagClassName
{
border-color: #122C74;
}
</style>