Shades of Sapphire #122D67
Tints of Sapphire #122D67
RGB
CMYK
RGB Variations
Color information
#122D67 (or 0x122D67) is known color: Sapphire. HEX triplet: 12, 2D and 67. RGB value is (18,45,103). Sum of RGB (Red+Green+Blue) = 18+45+103=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 103 (40.62% from 255 or 62.05% from 166); Max value from RGB is 103 - color contains mainly: blue. Hex color #122D67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122D67 is #EDD298. Grayscale: #2B2B2B. Windows color (decimal): -15585945 or 6761746. OLE color: 6761746.
HSL color Cylindrical-coordinate representation of color #122D67: hue angle of 220.94º 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 #122D67 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 45 | 103 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.60 |
| HSL | 220.94º | 0.7% | 0.24% | - |
| HSV(B) | 220.94º | 0.83% | 0.4% | - |
| XYZ | 3.64 | 2.98 | 13.22 | - |
| YUV | 43.54 | 161.55 | 109.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 45 | 103 | 0.83 | 0.56 | 0 | 0.60 | 220.94 | 0.7 | 0.24 |
| Hex | 12 | 2D | 67 | 53 | 38 | 0 | 3C | DD | 46 | 18 |
| Octal | 22 | 55 | 147 | 123 | 70 | 0 | 74 | 335 | 106 | 30 |
| Binary | 10010 | 101101 | 1100111 | 1010011 | 111000 | 0 | 111100 | 11011101 | 1000110 | 11000 |
Color Harmonies of #122D67
Complementary color
Monochromatic Colors of #122D67
Black with #122D67
Text Example
Text Example
White with #122D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122D67; }
p { color: rgb(18,45,103); }
H1.HeaderClassName
{
color: #122D67;
}
.AnyTagClassName
{
color: #122D67;
}
</style>
background-color css
<style>
a { background-color: #122D67; }
a { background-color: rgb(18,45,103); }
div.DivClassName
{
background-color: #122D67;
}
.BgClassName
{
background-color: #122D67;
}
</style>
border-color css
<style>
span { border-color: #122D67; }
span { border-color: rgb(18,45,103); }
td.TdClassName
{
border-color: #122D67;
}
.TagClassName
{
border-color: #122D67;
}
</style>