Shades of Sapphire #122967
Tints of Sapphire #122967
RGB
CMYK
RGB Variations
Color information
#122967 (or 0x122967) is known color: Sapphire. HEX triplet: 12, 29 and 67. RGB value is (18,41,103). Sum of RGB (Red+Green+Blue) = 18+41+103=162 (21% of max value = 765). Red value is 18 (7.42% from 255 or 11.11% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 103 (40.62% from 255 or 63.58% from 162); Max value from RGB is 103 - color contains mainly: blue. Hex color #122967 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122967 is #EDD698. Grayscale: #282828. Windows color (decimal): -15586969 or 6760722. OLE color: 6760722.
HSL color Cylindrical-coordinate representation of color #122967: hue angle of 223.76º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #122967 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 41 | 103 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.60 |
| HSL | 223.76º | 0.7% | 0.24% | - |
| HSV(B) | 223.76º | 0.83% | 0.4% | - |
| XYZ | 3.49 | 2.69 | 13.17 | - |
| YUV | 41.19 | 162.88 | 111.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 41 | 103 | 0.83 | 0.60 | 0 | 0.60 | 223.76 | 0.7 | 0.24 |
| Hex | 12 | 29 | 67 | 53 | 3C | 0 | 3C | E0 | 46 | 18 |
| Octal | 22 | 51 | 147 | 123 | 74 | 0 | 74 | 340 | 106 | 30 |
| Binary | 10010 | 101001 | 1100111 | 1010011 | 111100 | 0 | 111100 | 11100000 | 1000110 | 11000 |
Color Harmonies of #122967
Complementary color
Monochromatic Colors of #122967
Black with #122967
Text Example
Text Example
White with #122967
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122967; }
p { color: rgb(18,41,103); }
H1.HeaderClassName
{
color: #122967;
}
.AnyTagClassName
{
color: #122967;
}
</style>
background-color css
<style>
a { background-color: #122967; }
a { background-color: rgb(18,41,103); }
div.DivClassName
{
background-color: #122967;
}
.BgClassName
{
background-color: #122967;
}
</style>
border-color css
<style>
span { border-color: #122967; }
span { border-color: rgb(18,41,103); }
td.TdClassName
{
border-color: #122967;
}
.TagClassName
{
border-color: #122967;
}
</style>