Shades of Sapphire #122B7A
Tints of Sapphire #122B7A
RGB
CMYK
RGB Variations
Color information
#122B7A (or 0x122B7A) is known color: Sapphire. HEX triplet: 12, 2B and 7A. RGB value is (18,43,122). Sum of RGB (Red+Green+Blue) = 18+43+122=183 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.84% from 183); Green value is 43 (17.19% from 255 or 23.50% from 183); Blue value is 122 (48.05% from 255 or 66.67% from 183); Max value from RGB is 122 - color contains mainly: blue. Hex color #122B7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122B7A is #EDD485. Grayscale: #2C2C2C. Windows color (decimal): -15586438 or 8006418. OLE color: 8006418.
HSL color Cylindrical-coordinate representation of color #122B7A: hue angle of 225.58º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #122B7A is Cyan = 0.85, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 43 | 122 | - |
| CMYK | 0.85 | 0.65 | 0 | 0.52 |
| HSL | 225.58º | 0.74% | 0.27% | - |
| HSV(B) | 225.58º | 0.85% | 0.48% | - |
| XYZ | 4.63 | 3.26 | 18.8 | - |
| YUV | 44.53 | 171.72 | 109.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 43 | 122 | 0.85 | 0.65 | 0 | 0.52 | 225.58 | 0.74 | 0.27 |
| Hex | 12 | 2B | 7A | 55 | 41 | 0 | 34 | E2 | 4A | 1B |
| Octal | 22 | 53 | 172 | 125 | 101 | 0 | 64 | 342 | 112 | 33 |
| Binary | 10010 | 101011 | 1111010 | 1010101 | 1000001 | 0 | 110100 | 11100010 | 1001010 | 11011 |
Color Harmonies of #122B7A
Complementary color
Monochromatic Colors of #122B7A
Black with #122B7A
Text Example
Text Example
White with #122B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122B7A; }
p { color: rgb(18,43,122); }
H1.HeaderClassName
{
color: #122B7A;
}
.AnyTagClassName
{
color: #122B7A;
}
</style>
background-color css
<style>
a { background-color: #122B7A; }
a { background-color: rgb(18,43,122); }
div.DivClassName
{
background-color: #122B7A;
}
.BgClassName
{
background-color: #122B7A;
}
</style>
border-color css
<style>
span { border-color: #122B7A; }
span { border-color: rgb(18,43,122); }
td.TdClassName
{
border-color: #122B7A;
}
.TagClassName
{
border-color: #122B7A;
}
</style>