Shades of Sapphire #122B6D
Tints of Sapphire #122B6D
RGB
CMYK
RGB Variations
Color information
#122B6D (or 0x122B6D) is known color: Sapphire. HEX triplet: 12, 2B and 6D. RGB value is (18,43,109). Sum of RGB (Red+Green+Blue) = 18+43+109=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 43 (17.19% from 255 or 25.29% from 170); Blue value is 109 (42.97% from 255 or 64.12% from 170); Max value from RGB is 109 - color contains mainly: blue. Hex color #122B6D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122B6D is #EDD492. Grayscale: #2A2A2A. Windows color (decimal): -15586451 or 7154450. OLE color: 7154450.
HSL color Cylindrical-coordinate representation of color #122B6D: hue angle of 223.52º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #122B6D is Cyan = 0.83, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 43 | 109 | - |
| CMYK | 0.83 | 0.61 | 0 | 0.57 |
| HSL | 223.52º | 0.72% | 0.25% | - |
| HSV(B) | 223.52º | 0.83% | 0.43% | - |
| XYZ | 3.87 | 2.96 | 14.84 | - |
| YUV | 43.05 | 165.22 | 110.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 43 | 109 | 0.83 | 0.61 | 0 | 0.57 | 223.52 | 0.72 | 0.25 |
| Hex | 12 | 2B | 6D | 53 | 3D | 0 | 39 | E0 | 48 | 19 |
| Octal | 22 | 53 | 155 | 123 | 75 | 0 | 71 | 340 | 110 | 31 |
| Binary | 10010 | 101011 | 1101101 | 1010011 | 111101 | 0 | 111001 | 11100000 | 1001000 | 11001 |
Color Harmonies of #122B6D
Complementary color
Monochromatic Colors of #122B6D
Black with #122B6D
Text Example
Text Example
White with #122B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122B6D; }
p { color: rgb(18,43,109); }
H1.HeaderClassName
{
color: #122B6D;
}
.AnyTagClassName
{
color: #122B6D;
}
</style>
background-color css
<style>
a { background-color: #122B6D; }
a { background-color: rgb(18,43,109); }
div.DivClassName
{
background-color: #122B6D;
}
.BgClassName
{
background-color: #122B6D;
}
</style>
border-color css
<style>
span { border-color: #122B6D; }
span { border-color: rgb(18,43,109); }
td.TdClassName
{
border-color: #122B6D;
}
.TagClassName
{
border-color: #122B6D;
}
</style>