Shades of Sapphire #122871
Tints of Sapphire #122871
RGB
CMYK
RGB Variations
Color information
#122871 (or 0x122871) is known color: Sapphire. HEX triplet: 12, 28 and 71. RGB value is (18,40,113). Sum of RGB (Red+Green+Blue) = 18+40+113=171 (22% of max value = 765). Red value is 18 (7.42% from 255 or 10.53% from 171); Green value is 40 (16.02% from 255 or 23.39% from 171); Blue value is 113 (44.53% from 255 or 66.08% from 171); Max value from RGB is 113 - color contains mainly: blue. Hex color #122871 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122871 is #EDD78E. Grayscale: #292929. Windows color (decimal): -15587215 or 7415826. OLE color: 7415826.
HSL color Cylindrical-coordinate representation of color #122871: hue angle of 226.11º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122871 is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 40 | 113 | - |
| CMYK | 0.84 | 0.65 | 0 | 0.56 |
| HSL | 226.11º | 0.73% | 0.26% | - |
| HSV(B) | 226.11º | 0.84% | 0.44% | - |
| XYZ | 3.99 | 2.84 | 15.96 | - |
| YUV | 41.74 | 168.21 | 111.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 40 | 113 | 0.84 | 0.65 | 0 | 0.56 | 226.11 | 0.73 | 0.26 |
| Hex | 12 | 28 | 71 | 54 | 41 | 0 | 38 | E2 | 49 | 1A |
| Octal | 22 | 50 | 161 | 124 | 101 | 0 | 70 | 342 | 111 | 32 |
| Binary | 10010 | 101000 | 1110001 | 1010100 | 1000001 | 0 | 111000 | 11100010 | 1001001 | 11010 |
Color Harmonies of #122871
Complementary color
Monochromatic Colors of #122871
Black with #122871
Text Example
Text Example
White with #122871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122871; }
p { color: rgb(18,40,113); }
H1.HeaderClassName
{
color: #122871;
}
.AnyTagClassName
{
color: #122871;
}
</style>
background-color css
<style>
a { background-color: #122871; }
a { background-color: rgb(18,40,113); }
div.DivClassName
{
background-color: #122871;
}
.BgClassName
{
background-color: #122871;
}
</style>
border-color css
<style>
span { border-color: #122871; }
span { border-color: rgb(18,40,113); }
td.TdClassName
{
border-color: #122871;
}
.TagClassName
{
border-color: #122871;
}
</style>