Shades of Sapphire #122E5A
Tints of Sapphire #122E5A
RGB
CMYK
RGB Variations
Color information
#122E5A (or 0x122E5A) is known color: Sapphire. HEX triplet: 12, 2E and 5A. RGB value is (18,46,90). Sum of RGB (Red+Green+Blue) = 18+46+90=154 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.69% from 154); Green value is 46 (18.36% from 255 or 29.87% from 154); Blue value is 90 (35.55% from 255 or 58.44% from 154); Max value from RGB is 90 - color contains mainly: blue. Hex color #122E5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122E5A is #EDD1A5. Grayscale: #2A2A2A. Windows color (decimal): -15585702 or 5910034. OLE color: 5910034.
HSL color Cylindrical-coordinate representation of color #122E5A: hue angle of 216.67º degrees, saturation: 0.67, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #122E5A is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 46 | 90 | - |
| CMYK | 0.80 | 0.49 | 0 | 0.65 |
| HSL | 216.67º | 0.67% | 0.21% | - |
| HSV(B) | 216.67º | 0.8% | 0.35% | - |
| XYZ | 3.07 | 2.82 | 10.06 | - |
| YUV | 42.64 | 154.72 | 110.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 46 | 90 | 0.80 | 0.49 | 0 | 0.65 | 216.67 | 0.67 | 0.21 |
| Hex | 12 | 2E | 5A | 50 | 31 | 0 | 41 | D9 | 43 | 15 |
| Octal | 22 | 56 | 132 | 120 | 61 | 0 | 101 | 331 | 103 | 25 |
| Binary | 10010 | 101110 | 1011010 | 1010000 | 110001 | 0 | 1000001 | 11011001 | 1000011 | 10101 |
Color Harmonies of #122E5A
Complementary color
Monochromatic Colors of #122E5A
Black with #122E5A
Text Example
Text Example
White with #122E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122E5A; }
p { color: rgb(18,46,90); }
H1.HeaderClassName
{
color: #122E5A;
}
.AnyTagClassName
{
color: #122E5A;
}
</style>
background-color css
<style>
a { background-color: #122E5A; }
a { background-color: rgb(18,46,90); }
div.DivClassName
{
background-color: #122E5A;
}
.BgClassName
{
background-color: #122E5A;
}
</style>
border-color css
<style>
span { border-color: #122E5A; }
span { border-color: rgb(18,46,90); }
td.TdClassName
{
border-color: #122E5A;
}
.TagClassName
{
border-color: #122E5A;
}
</style>