Shades of Sapphire #122A5A
Tints of Sapphire #122A5A
RGB
CMYK
RGB Variations
Color information
#122A5A (or 0x122A5A) is known color: Sapphire. HEX triplet: 12, 2A and 5A. RGB value is (18,42,90). Sum of RGB (Red+Green+Blue) = 18+42+90=150 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12% from 150); Green value is 42 (16.80% from 255 or 28% from 150); Blue value is 90 (35.55% from 255 or 60% from 150); Max value from RGB is 90 - color contains mainly: blue. Hex color #122A5A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A5A is #EDD5A5. Grayscale: #282828. Windows color (decimal): -15586726 or 5909010. OLE color: 5909010.
HSL color Cylindrical-coordinate representation of color #122A5A: hue angle of 220º 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 #122A5A is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 18 | 42 | 90 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.65 |
| HSL | 220º | 0.67% | 0.21% | - |
| HSV(B) | 220º | 0.8% | 0.35% | - |
| XYZ | 2.92 | 2.52 | 10.01 | - |
| YUV | 40.3 | 156.05 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 90 | 0.80 | 0.53 | 0 | 0.65 | 220 | 0.67 | 0.21 |
| Hex | 12 | 2A | 5A | 50 | 35 | 0 | 41 | DC | 43 | 15 |
| Octal | 22 | 52 | 132 | 120 | 65 | 0 | 101 | 334 | 103 | 25 |
| Binary | 10010 | 101010 | 1011010 | 1010000 | 110101 | 0 | 1000001 | 11011100 | 1000011 | 10101 |
Color Harmonies of #122A5A
Complementary color
Monochromatic Colors of #122A5A
Black with #122A5A
Text Example
Text Example
White with #122A5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122A5A; }
p { color: rgb(18,42,90); }
H1.HeaderClassName
{
color: #122A5A;
}
.AnyTagClassName
{
color: #122A5A;
}
</style>
background-color css
<style>
a { background-color: #122A5A; }
a { background-color: rgb(18,42,90); }
div.DivClassName
{
background-color: #122A5A;
}
.BgClassName
{
background-color: #122A5A;
}
</style>
border-color css
<style>
span { border-color: #122A5A; }
span { border-color: rgb(18,42,90); }
td.TdClassName
{
border-color: #122A5A;
}
.TagClassName
{
border-color: #122A5A;
}
</style>