Shades of Sapphire #122F63
Tints of Sapphire #122F63
RGB
CMYK
RGB Variations
Color information
#122F63 (or 0x122F63) is known color: Sapphire. HEX triplet: 12, 2F and 63. RGB value is (18,47,99). Sum of RGB (Red+Green+Blue) = 18+47+99=164 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.98% from 164); Green value is 47 (18.75% from 255 or 28.66% from 164); Blue value is 99 (39.06% from 255 or 60.37% from 164); Max value from RGB is 99 - color contains mainly: blue. Hex color #122F63 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122F63 is #EDD09C. Grayscale: #2C2C2C. Windows color (decimal): -15585437 or 6500114. OLE color: 6500114.
HSL color Cylindrical-coordinate representation of color #122F63: hue angle of 218.52º 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 #122F63 is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 18 | 47 | 99 | - |
| CMYK | 0.82 | 0.53 | 0 | 0.61 |
| HSL | 218.52º | 0.69% | 0.23% | - |
| HSV(B) | 218.52º | 0.82% | 0.39% | - |
| XYZ | 3.52 | 3.06 | 12.21 | - |
| YUV | 44.26 | 158.89 | 109.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 47 | 99 | 0.82 | 0.53 | 0 | 0.61 | 218.52 | 0.69 | 0.23 |
| Hex | 12 | 2F | 63 | 52 | 35 | 0 | 3D | DB | 45 | 17 |
| Octal | 22 | 57 | 143 | 122 | 65 | 0 | 75 | 333 | 105 | 27 |
| Binary | 10010 | 101111 | 1100011 | 1010010 | 110101 | 0 | 111101 | 11011011 | 1000101 | 10111 |
Color Harmonies of #122F63
Complementary color
Monochromatic Colors of #122F63
Black with #122F63
Text Example
Text Example
White with #122F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122F63; }
p { color: rgb(18,47,99); }
H1.HeaderClassName
{
color: #122F63;
}
.AnyTagClassName
{
color: #122F63;
}
</style>
background-color css
<style>
a { background-color: #122F63; }
a { background-color: rgb(18,47,99); }
div.DivClassName
{
background-color: #122F63;
}
.BgClassName
{
background-color: #122F63;
}
</style>
border-color css
<style>
span { border-color: #122F63; }
span { border-color: rgb(18,47,99); }
td.TdClassName
{
border-color: #122F63;
}
.TagClassName
{
border-color: #122F63;
}
</style>