Shades of Sapphire #122A65
Tints of Sapphire #122A65
RGB
CMYK
RGB Variations
Color information
#122A65 (or 0x122A65) is known color: Sapphire. HEX triplet: 12, 2A and 65. RGB value is (18,42,101). Sum of RGB (Red+Green+Blue) = 18+42+101=161 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.18% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 101 (39.84% from 255 or 62.73% from 161); Max value from RGB is 101 - color contains mainly: blue. Hex color #122A65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A65 is #EDD59A. Grayscale: #292929. Windows color (decimal): -15586715 or 6629906. OLE color: 6629906.
HSL color Cylindrical-coordinate representation of color #122A65: hue angle of 222.65º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #122A65 is Cyan = 0.82, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 42 | 101 | - |
| CMYK | 0.82 | 0.58 | 0 | 0.60 |
| HSL | 222.65º | 0.7% | 0.23% | - |
| HSV(B) | 222.65º | 0.82% | 0.4% | - |
| XYZ | 3.43 | 2.72 | 12.66 | - |
| YUV | 41.55 | 161.55 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 101 | 0.82 | 0.58 | 0 | 0.60 | 222.65 | 0.7 | 0.23 |
| Hex | 12 | 2A | 65 | 52 | 3A | 0 | 3C | DF | 46 | 17 |
| Octal | 22 | 52 | 145 | 122 | 72 | 0 | 74 | 337 | 106 | 27 |
| Binary | 10010 | 101010 | 1100101 | 1010010 | 111010 | 0 | 111100 | 11011111 | 1000110 | 10111 |
Color Harmonies of #122A65
Complementary color
Monochromatic Colors of #122A65
Black with #122A65
Text Example
Text Example
White with #122A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122A65; }
p { color: rgb(18,42,101); }
H1.HeaderClassName
{
color: #122A65;
}
.AnyTagClassName
{
color: #122A65;
}
</style>
background-color css
<style>
a { background-color: #122A65; }
a { background-color: rgb(18,42,101); }
div.DivClassName
{
background-color: #122A65;
}
.BgClassName
{
background-color: #122A65;
}
</style>
border-color css
<style>
span { border-color: #122A65; }
span { border-color: rgb(18,42,101); }
td.TdClassName
{
border-color: #122A65;
}
.TagClassName
{
border-color: #122A65;
}
</style>