Shades of Sapphire #122165
Tints of Sapphire #122165
RGB
CMYK
RGB Variations
Color information
#122165 (or 0x122165) is known color: Sapphire. HEX triplet: 12, 21 and 65. RGB value is (18,33,101). Sum of RGB (Red+Green+Blue) = 18+33+101=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 33 (13.28% from 255 or 21.71% from 152); Blue value is 101 (39.84% from 255 or 66.45% from 152); Max value from RGB is 101 - color contains mainly: blue. Hex color #122165 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122165 is #EDDE9A. Grayscale: #232323. Windows color (decimal): -15589019 or 6627602. OLE color: 6627602.
HSL color Cylindrical-coordinate representation of color #122165: hue angle of 229.16º 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 #122165 is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 33 | 101 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.60 |
| HSL | 229.16º | 0.7% | 0.23% | - |
| HSV(B) | 229.16º | 0.82% | 0.4% | - |
| XYZ | 3.14 | 2.16 | 12.56 | - |
| YUV | 36.27 | 164.53 | 114.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 33 | 101 | 0.82 | 0.67 | 0 | 0.60 | 229.16 | 0.7 | 0.23 |
| Hex | 12 | 21 | 65 | 52 | 43 | 0 | 3C | E5 | 46 | 17 |
| Octal | 22 | 41 | 145 | 122 | 103 | 0 | 74 | 345 | 106 | 27 |
| Binary | 10010 | 100001 | 1100101 | 1010010 | 1000011 | 0 | 111100 | 11100101 | 1000110 | 10111 |
Color Harmonies of #122165
Complementary color
Monochromatic Colors of #122165
Black with #122165
Text Example
Text Example
White with #122165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122165; }
p { color: rgb(18,33,101); }
H1.HeaderClassName
{
color: #122165;
}
.AnyTagClassName
{
color: #122165;
}
</style>
background-color css
<style>
a { background-color: #122165; }
a { background-color: rgb(18,33,101); }
div.DivClassName
{
background-color: #122165;
}
.BgClassName
{
background-color: #122165;
}
</style>
border-color css
<style>
span { border-color: #122165; }
span { border-color: rgb(18,33,101); }
td.TdClassName
{
border-color: #122165;
}
.TagClassName
{
border-color: #122165;
}
</style>