Shades of Sapphire #122F64
Tints of Sapphire #122F64
RGB
CMYK
RGB Variations
Color information
#122F64 (or 0x122F64) is known color: Sapphire. HEX triplet: 12, 2F and 64. RGB value is (18,47,100). Sum of RGB (Red+Green+Blue) = 18+47+100=165 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.91% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 100 (39.45% from 255 or 60.61% from 165); Max value from RGB is 100 - color contains mainly: blue. Hex color #122F64 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122F64 is #EDD09B. Grayscale: #2C2C2C. Windows color (decimal): -15585436 or 6565650. OLE color: 6565650.
HSL color Cylindrical-coordinate representation of color #122F64: hue angle of 218.78º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #122F64 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 47 | 100 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.61 |
| HSL | 218.78º | 0.69% | 0.23% | - |
| HSV(B) | 218.78º | 0.82% | 0.39% | - |
| XYZ | 3.57 | 3.08 | 12.46 | - |
| YUV | 44.37 | 159.39 | 109.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 100 | 0.82 | 0.53 | 0 | 0.61 | 218.78 | 0.69 | 0.23 |
| Hex | 12 | 2F | 64 | 52 | 35 | 0 | 3D | DB | 45 | 17 |
| Octal | 22 | 57 | 144 | 122 | 65 | 0 | 75 | 333 | 105 | 27 |
| Binary | 10010 | 101111 | 1100100 | 1010010 | 110101 | 0 | 111101 | 11011011 | 1000101 | 10111 |
Color Harmonies of #122F64
Complementary color
Monochromatic Colors of #122F64
Black with #122F64
Text Example
Text Example
White with #122F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F64; }
p { color: rgb(18,47,100); }
H1.HeaderClassName
{
color: #122F64;
}
.AnyTagClassName
{
color: #122F64;
}
</style>
background-color css
<style>
a { background-color: #122F64; }
a { background-color: rgb(18,47,100); }
div.DivClassName
{
background-color: #122F64;
}
.BgClassName
{
background-color: #122F64;
}
</style>
border-color css
<style>
span { border-color: #122F64; }
span { border-color: rgb(18,47,100); }
td.TdClassName
{
border-color: #122F64;
}
.TagClassName
{
border-color: #122F64;
}
</style>