Shades of Sapphire #122E7B
Tints of Sapphire #122E7B
RGB
CMYK
RGB Variations
Color information
#122E7B (or 0x122E7B) is known color: Sapphire. HEX triplet: 12, 2E and 7B. RGB value is (18,46,123). Sum of RGB (Red+Green+Blue) = 18+46+123=187 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.63% from 187); Green value is 46 (18.36% from 255 or 24.60% from 187); Blue value is 123 (48.44% from 255 or 65.78% from 187); Max value from RGB is 123 - color contains mainly: blue. Hex color #122E7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122E7B is #EDD184. Grayscale: #2E2E2E. Windows color (decimal): -15585669 or 8072722. OLE color: 8072722.
HSL color Cylindrical-coordinate representation of color #122E7B: hue angle of 224º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #122E7B is Cyan = 0.85, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 18 | 46 | 123 | - |
| CMYK | 0.85 | 0.63 | 0 | 0.52 |
| HSL | 224º | 0.74% | 0.28% | - |
| HSV(B) | 224º | 0.85% | 0.48% | - |
| XYZ | 4.8 | 3.51 | 19.16 | - |
| YUV | 46.41 | 171.22 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 123 | 0.85 | 0.63 | 0 | 0.52 | 224 | 0.74 | 0.28 |
| Hex | 12 | 2E | 7B | 55 | 3F | 0 | 34 | E0 | 4A | 1C |
| Octal | 22 | 56 | 173 | 125 | 77 | 0 | 64 | 340 | 112 | 34 |
| Binary | 10010 | 101110 | 1111011 | 1010101 | 111111 | 0 | 110100 | 11100000 | 1001010 | 11100 |
Color Harmonies of #122E7B
Complementary color
Monochromatic Colors of #122E7B
Black with #122E7B
Text Example
Text Example
White with #122E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E7B; }
p { color: rgb(18,46,123); }
H1.HeaderClassName
{
color: #122E7B;
}
.AnyTagClassName
{
color: #122E7B;
}
</style>
background-color css
<style>
a { background-color: #122E7B; }
a { background-color: rgb(18,46,123); }
div.DivClassName
{
background-color: #122E7B;
}
.BgClassName
{
background-color: #122E7B;
}
</style>
border-color css
<style>
span { border-color: #122E7B; }
span { border-color: rgb(18,46,123); }
td.TdClassName
{
border-color: #122E7B;
}
.TagClassName
{
border-color: #122E7B;
}
</style>