Shades of Sapphire #122B56
Tints of Sapphire #122B56
RGB
CMYK
RGB Variations
Color information
#122B56 (or 0x122B56) is known color: Sapphire. HEX triplet: 12, 2B and 56. RGB value is (18,43,86). Sum of RGB (Red+Green+Blue) = 18+43+86=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 43 (17.19% from 255 or 29.25% from 147); Blue value is 86 (33.98% from 255 or 58.50% from 147); Max value from RGB is 86 - color contains mainly: blue. Hex color #122B56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122B56 is #EDD4A9. Grayscale: #282828. Windows color (decimal): -15586474 or 5647122. OLE color: 5647122.
HSL color Cylindrical-coordinate representation of color #122B56: hue angle of 217.94º 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 #122B56 is Cyan = 0.79, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 18 | 43 | 86 | - |
| CMYK | 0.79 | 0.50 | 0 | 0.66 |
| HSL | 217.94º | 0.65% | 0.2% | - |
| HSV(B) | 217.94º | 0.79% | 0.34% | - |
| XYZ | 2.79 | 2.53 | 9.14 | - |
| YUV | 40.43 | 153.72 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 43 | 86 | 0.79 | 0.50 | 0 | 0.66 | 217.94 | 0.65 | 0.2 |
| Hex | 12 | 2B | 56 | 4F | 32 | 0 | 42 | DA | 41 | 14 |
| Octal | 22 | 53 | 126 | 117 | 62 | 0 | 102 | 332 | 101 | 24 |
| Binary | 10010 | 101011 | 1010110 | 1001111 | 110010 | 0 | 1000010 | 11011010 | 1000001 | 10100 |
Color Harmonies of #122B56
Complementary color
Monochromatic Colors of #122B56
Black with #122B56
Text Example
Text Example
White with #122B56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122B56; }
p { color: rgb(18,43,86); }
H1.HeaderClassName
{
color: #122B56;
}
.AnyTagClassName
{
color: #122B56;
}
</style>
background-color css
<style>
a { background-color: #122B56; }
a { background-color: rgb(18,43,86); }
div.DivClassName
{
background-color: #122B56;
}
.BgClassName
{
background-color: #122B56;
}
</style>
border-color css
<style>
span { border-color: #122B56; }
span { border-color: rgb(18,43,86); }
td.TdClassName
{
border-color: #122B56;
}
.TagClassName
{
border-color: #122B56;
}
</style>