Shades of Sapphire #122A6E
Tints of Sapphire #122A6E
RGB
CMYK
RGB Variations
Color information
#122A6E (or 0x122A6E) is known color: Sapphire. HEX triplet: 12, 2A and 6E. RGB value is (18,42,110). Sum of RGB (Red+Green+Blue) = 18+42+110=170 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.59% from 170); Green value is 42 (16.80% from 255 or 24.71% from 170); Blue value is 110 (43.36% from 255 or 64.71% from 170); Max value from RGB is 110 - color contains mainly: blue. Hex color #122A6E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122A6E is #EDD591. Grayscale: #2A2A2A. Windows color (decimal): -15586706 or 7219730. OLE color: 7219730.
HSL color Cylindrical-coordinate representation of color #122A6E: hue angle of 224.35º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122A6E is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 18 | 42 | 110 | - |
| CMYK | 0.84 | 0.62 | 0 | 0.57 |
| HSL | 224.35º | 0.72% | 0.25% | - |
| HSV(B) | 224.35º | 0.84% | 0.43% | - |
| XYZ | 3.89 | 2.91 | 15.11 | - |
| YUV | 42.58 | 166.05 | 110.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 42 | 110 | 0.84 | 0.62 | 0 | 0.57 | 224.35 | 0.72 | 0.25 |
| Hex | 12 | 2A | 6E | 54 | 3E | 0 | 39 | E0 | 48 | 19 |
| Octal | 22 | 52 | 156 | 124 | 76 | 0 | 71 | 340 | 110 | 31 |
| Binary | 10010 | 101010 | 1101110 | 1010100 | 111110 | 0 | 111001 | 11100000 | 1001000 | 11001 |
Color Harmonies of #122A6E
Complementary color
Monochromatic Colors of #122A6E
Black with #122A6E
Text Example
Text Example
White with #122A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122A6E; }
p { color: rgb(18,42,110); }
H1.HeaderClassName
{
color: #122A6E;
}
.AnyTagClassName
{
color: #122A6E;
}
</style>
background-color css
<style>
a { background-color: #122A6E; }
a { background-color: rgb(18,42,110); }
div.DivClassName
{
background-color: #122A6E;
}
.BgClassName
{
background-color: #122A6E;
}
</style>
border-color css
<style>
span { border-color: #122A6E; }
span { border-color: rgb(18,42,110); }
td.TdClassName
{
border-color: #122A6E;
}
.TagClassName
{
border-color: #122A6E;
}
</style>