Shades of Sapphire #122D6E
Tints of Sapphire #122D6E
RGB
CMYK
RGB Variations
Color information
#122D6E (or 0x122D6E) is known color: Sapphire. HEX triplet: 12, 2D and 6E. RGB value is (18,45,110). Sum of RGB (Red+Green+Blue) = 18+45+110=173 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.40% from 173); Green value is 45 (17.97% from 255 or 26.01% from 173); Blue value is 110 (43.36% from 255 or 63.58% from 173); Max value from RGB is 110 - color contains mainly: blue. Hex color #122D6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122D6E is #EDD291. Grayscale: #2C2C2C. Windows color (decimal): -15585938 or 7220498. OLE color: 7220498.
HSL color Cylindrical-coordinate representation of color #122D6E: hue angle of 222.39º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122D6E is Cyan = 0.84, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 45 | 110 | - |
| CMYK | 0.84 | 0.59 | 0 | 0.57 |
| HSL | 222.39º | 0.72% | 0.25% | - |
| HSV(B) | 222.39º | 0.84% | 0.43% | - |
| XYZ | 4 | 3.13 | 15.15 | - |
| YUV | 44.34 | 165.05 | 109.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 110 | 0.84 | 0.59 | 0 | 0.57 | 222.39 | 0.72 | 0.25 |
| Hex | 12 | 2D | 6E | 54 | 3B | 0 | 39 | DE | 48 | 19 |
| Octal | 22 | 55 | 156 | 124 | 73 | 0 | 71 | 336 | 110 | 31 |
| Binary | 10010 | 101101 | 1101110 | 1010100 | 111011 | 0 | 111001 | 11011110 | 1001000 | 11001 |
Color Harmonies of #122D6E
Complementary color
Monochromatic Colors of #122D6E
Black with #122D6E
Text Example
Text Example
White with #122D6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122D6E; }
p { color: rgb(18,45,110); }
H1.HeaderClassName
{
color: #122D6E;
}
.AnyTagClassName
{
color: #122D6E;
}
</style>
background-color css
<style>
a { background-color: #122D6E; }
a { background-color: rgb(18,45,110); }
div.DivClassName
{
background-color: #122D6E;
}
.BgClassName
{
background-color: #122D6E;
}
</style>
border-color css
<style>
span { border-color: #122D6E; }
span { border-color: rgb(18,45,110); }
td.TdClassName
{
border-color: #122D6E;
}
.TagClassName
{
border-color: #122D6E;
}
</style>