Shades of Sapphire #122F5E
Tints of Sapphire #122F5E
RGB
CMYK
RGB Variations
Color information
#122F5E (or 0x122F5E) is known color: Sapphire. HEX triplet: 12, 2F and 5E. RGB value is (18,47,94). Sum of RGB (Red+Green+Blue) = 18+47+94=159 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.32% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 94 (37.11% from 255 or 59.12% from 159); Max value from RGB is 94 - color contains mainly: blue. Hex color #122F5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122F5E is #EDD0A1. Grayscale: #2B2B2B. Windows color (decimal): -15585442 or 6172434. OLE color: 6172434.
HSL color Cylindrical-coordinate representation of color #122F5E: hue angle of 217.11º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #122F5E is Cyan = 0.81, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 18 | 47 | 94 | - |
| CMYK | 0.81 | 0.5 | 0 | 0.63 |
| HSL | 217.11º | 0.68% | 0.22% | - |
| HSV(B) | 217.11º | 0.81% | 0.37% | - |
| XYZ | 3.29 | 2.97 | 10.99 | - |
| YUV | 43.69 | 156.39 | 109.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 94 | 0.81 | 0.5 | 0 | 0.63 | 217.11 | 0.68 | 0.22 |
| Hex | 12 | 2F | 5E | 51 | 32 | 0 | 3F | D9 | 44 | 16 |
| Octal | 22 | 57 | 136 | 121 | 62 | 0 | 77 | 331 | 104 | 26 |
| Binary | 10010 | 101111 | 1011110 | 1010001 | 110010 | 0 | 111111 | 11011001 | 1000100 | 10110 |
Color Harmonies of #122F5E
Complementary color
Monochromatic Colors of #122F5E
Black with #122F5E
Text Example
Text Example
White with #122F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F5E; }
p { color: rgb(18,47,94); }
H1.HeaderClassName
{
color: #122F5E;
}
.AnyTagClassName
{
color: #122F5E;
}
</style>
background-color css
<style>
a { background-color: #122F5E; }
a { background-color: rgb(18,47,94); }
div.DivClassName
{
background-color: #122F5E;
}
.BgClassName
{
background-color: #122F5E;
}
</style>
border-color css
<style>
span { border-color: #122F5E; }
span { border-color: rgb(18,47,94); }
td.TdClassName
{
border-color: #122F5E;
}
.TagClassName
{
border-color: #122F5E;
}
</style>