Shades of Sapphire #122F6E
Tints of Sapphire #122F6E
RGB
CMYK
RGB Variations
Color information
#122F6E (or 0x122F6E) is known color: Sapphire. HEX triplet: 12, 2F and 6E. RGB value is (18,47,110). Sum of RGB (Red+Green+Blue) = 18+47+110=175 (23% of max value = 765). Red value is 18 (7.42% from 255 or 10.29% from 175); Green value is 47 (18.75% from 255 or 26.86% from 175); Blue value is 110 (43.36% from 255 or 62.86% from 175); Max value from RGB is 110 - color contains mainly: blue. Hex color #122F6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122F6E is #EDD091. Grayscale: #2D2D2D. Windows color (decimal): -15585426 or 7221010. OLE color: 7221010.
HSL color Cylindrical-coordinate representation of color #122F6E: hue angle of 221.09º 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 #122F6E is Cyan = 0.84, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 47 | 110 | - |
| CMYK | 0.84 | 0.57 | 0 | 0.57 |
| HSL | 221.09º | 0.72% | 0.25% | - |
| HSV(B) | 221.09º | 0.84% | 0.43% | - |
| XYZ | 4.08 | 3.29 | 15.17 | - |
| YUV | 45.51 | 164.39 | 108.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 110 | 0.84 | 0.57 | 0 | 0.57 | 221.09 | 0.72 | 0.25 |
| Hex | 12 | 2F | 6E | 54 | 39 | 0 | 39 | DD | 48 | 19 |
| Octal | 22 | 57 | 156 | 124 | 71 | 0 | 71 | 335 | 110 | 31 |
| Binary | 10010 | 101111 | 1101110 | 1010100 | 111001 | 0 | 111001 | 11011101 | 1001000 | 11001 |
Color Harmonies of #122F6E
Complementary color
Monochromatic Colors of #122F6E
Black with #122F6E
Text Example
Text Example
White with #122F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F6E; }
p { color: rgb(18,47,110); }
H1.HeaderClassName
{
color: #122F6E;
}
.AnyTagClassName
{
color: #122F6E;
}
</style>
background-color css
<style>
a { background-color: #122F6E; }
a { background-color: rgb(18,47,110); }
div.DivClassName
{
background-color: #122F6E;
}
.BgClassName
{
background-color: #122F6E;
}
</style>
border-color css
<style>
span { border-color: #122F6E; }
span { border-color: rgb(18,47,110); }
td.TdClassName
{
border-color: #122F6E;
}
.TagClassName
{
border-color: #122F6E;
}
</style>