Shades of Sapphire #122F65
Tints of Sapphire #122F65
RGB
CMYK
RGB Variations
Color information
#122F65 (or 0x122F65) is known color: Sapphire. HEX triplet: 12, 2F and 65. RGB value is (18,47,101). Sum of RGB (Red+Green+Blue) = 18+47+101=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 47 (18.75% from 255 or 28.31% from 166); Blue value is 101 (39.84% from 255 or 60.84% from 166); Max value from RGB is 101 - color contains mainly: blue. Hex color #122F65 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122F65 is #EDD09A. Grayscale: #2C2C2C. Windows color (decimal): -15585435 or 6631186. OLE color: 6631186.
HSL color Cylindrical-coordinate representation of color #122F65: hue angle of 219.04º 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 #122F65 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 18 | 47 | 101 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.60 |
| HSL | 219.04º | 0.7% | 0.23% | - |
| HSV(B) | 219.04º | 0.82% | 0.4% | - |
| XYZ | 3.61 | 3.1 | 12.72 | - |
| YUV | 44.49 | 159.89 | 109.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 101 | 0.82 | 0.53 | 0 | 0.60 | 219.04 | 0.7 | 0.23 |
| Hex | 12 | 2F | 65 | 52 | 35 | 0 | 3C | DB | 46 | 17 |
| Octal | 22 | 57 | 145 | 122 | 65 | 0 | 74 | 333 | 106 | 27 |
| Binary | 10010 | 101111 | 1100101 | 1010010 | 110101 | 0 | 111100 | 11011011 | 1000110 | 10111 |
Color Harmonies of #122F65
Complementary color
Monochromatic Colors of #122F65
Black with #122F65
Text Example
Text Example
White with #122F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F65; }
p { color: rgb(18,47,101); }
H1.HeaderClassName
{
color: #122F65;
}
.AnyTagClassName
{
color: #122F65;
}
</style>
background-color css
<style>
a { background-color: #122F65; }
a { background-color: rgb(18,47,101); }
div.DivClassName
{
background-color: #122F65;
}
.BgClassName
{
background-color: #122F65;
}
</style>
border-color css
<style>
span { border-color: #122F65; }
span { border-color: rgb(18,47,101); }
td.TdClassName
{
border-color: #122F65;
}
.TagClassName
{
border-color: #122F65;
}
</style>