Shades of Sapphire #122B65
Tints of Sapphire #122B65
RGB
CMYK
RGB Variations
Color information
#122B65 (or 0x122B65) is known color: Sapphire. HEX triplet: 12, 2B and 65. RGB value is (18,43,101). Sum of RGB (Red+Green+Blue) = 18+43+101=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 43 (17.19% from 255 or 26.54% from 162); Blue value is 101 (39.84% from 255 or 62.35% from 162); Max value from RGB is 101 - color contains mainly: blue. Hex color #122B65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122B65 is #EDD49A. Grayscale: #292929. Windows color (decimal): -15586459 or 6630162. OLE color: 6630162.
HSL color Cylindrical-coordinate representation of color #122B65: hue angle of 221.93º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #122B65 is Cyan = 0.82, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 43 | 101 | - |
| CMYK | 0.82 | 0.57 | 0 | 0.60 |
| HSL | 221.93º | 0.7% | 0.23% | - |
| HSV(B) | 221.93º | 0.82% | 0.4% | - |
| XYZ | 3.46 | 2.8 | 12.67 | - |
| YUV | 42.14 | 161.22 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 43 | 101 | 0.82 | 0.57 | 0 | 0.60 | 221.93 | 0.7 | 0.23 |
| Hex | 12 | 2B | 65 | 52 | 39 | 0 | 3C | DE | 46 | 17 |
| Octal | 22 | 53 | 145 | 122 | 71 | 0 | 74 | 336 | 106 | 27 |
| Binary | 10010 | 101011 | 1100101 | 1010010 | 111001 | 0 | 111100 | 11011110 | 1000110 | 10111 |
Color Harmonies of #122B65
Complementary color
Monochromatic Colors of #122B65
Black with #122B65
Text Example
Text Example
White with #122B65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122B65; }
p { color: rgb(18,43,101); }
H1.HeaderClassName
{
color: #122B65;
}
.AnyTagClassName
{
color: #122B65;
}
</style>
background-color css
<style>
a { background-color: #122B65; }
a { background-color: rgb(18,43,101); }
div.DivClassName
{
background-color: #122B65;
}
.BgClassName
{
background-color: #122B65;
}
</style>
border-color css
<style>
span { border-color: #122B65; }
span { border-color: rgb(18,43,101); }
td.TdClassName
{
border-color: #122B65;
}
.TagClassName
{
border-color: #122B65;
}
</style>