Shades of Sapphire #122556
Tints of Sapphire #122556
RGB
CMYK
RGB Variations
Color information
#122556 (or 0x122556) is known color: Sapphire. HEX triplet: 12, 25 and 56. RGB value is (18,37,86). Sum of RGB (Red+Green+Blue) = 18+37+86=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 86 (33.98% from 255 or 60.99% from 141); Max value from RGB is 86 - color contains mainly: blue. Hex color #122556 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122556 is #EDDAA9. Grayscale: #242424. Windows color (decimal): -15588010 or 5645586. OLE color: 5645586.
HSL color Cylindrical-coordinate representation of color #122556: hue angle of 223.24º degrees, saturation: 0.65, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #122556 is Cyan = 0.79, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 37 | 86 | - |
| CMYK | 0.79 | 0.57 | 0 | 0.66 |
| HSL | 223.24º | 0.65% | 0.2% | - |
| HSV(B) | 223.24º | 0.79% | 0.34% | - |
| XYZ | 2.59 | 2.12 | 9.08 | - |
| YUV | 36.91 | 155.71 | 114.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 37 | 86 | 0.79 | 0.57 | 0 | 0.66 | 223.24 | 0.65 | 0.2 |
| Hex | 12 | 25 | 56 | 4F | 39 | 0 | 42 | DF | 41 | 14 |
| Octal | 22 | 45 | 126 | 117 | 71 | 0 | 102 | 337 | 101 | 24 |
| Binary | 10010 | 100101 | 1010110 | 1001111 | 111001 | 0 | 1000010 | 11011111 | 1000001 | 10100 |
Color Harmonies of #122556
Complementary color
Monochromatic Colors of #122556
Black with #122556
Text Example
Text Example
White with #122556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122556; }
p { color: rgb(18,37,86); }
H1.HeaderClassName
{
color: #122556;
}
.AnyTagClassName
{
color: #122556;
}
</style>
background-color css
<style>
a { background-color: #122556; }
a { background-color: rgb(18,37,86); }
div.DivClassName
{
background-color: #122556;
}
.BgClassName
{
background-color: #122556;
}
</style>
border-color css
<style>
span { border-color: #122556; }
span { border-color: rgb(18,37,86); }
td.TdClassName
{
border-color: #122556;
}
.TagClassName
{
border-color: #122556;
}
</style>