Shades of Sapphire #122470
Tints of Sapphire #122470
RGB
CMYK
RGB Variations
Color information
#122470 (or 0x122470) is known color: Sapphire. HEX triplet: 12, 24 and 70. RGB value is (18,36,112). Sum of RGB (Red+Green+Blue) = 18+36+112=166 (21% of max value = 765). Red value is 18 (7.42% from 255 or 10.84% from 166); Green value is 36 (14.45% from 255 or 21.69% from 166); Blue value is 112 (44.14% from 255 or 67.47% from 166); Max value from RGB is 112 - color contains mainly: blue. Hex color #122470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #122470 is #EDDB8F. Grayscale: #262626. Windows color (decimal): -15588240 or 7349266. OLE color: 7349266.
HSL color Cylindrical-coordinate representation of color #122470: hue angle of 228.51º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #122470 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 36 | 112 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.56 |
| HSL | 228.51º | 0.72% | 0.25% | - |
| HSV(B) | 228.51º | 0.84% | 0.44% | - |
| XYZ | 3.8 | 2.56 | 15.62 | - |
| YUV | 39.28 | 169.04 | 112.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 112 | 0.84 | 0.68 | 0 | 0.56 | 228.51 | 0.72 | 0.25 |
| Hex | 12 | 24 | 70 | 54 | 44 | 0 | 38 | E5 | 48 | 19 |
| Octal | 22 | 44 | 160 | 124 | 104 | 0 | 70 | 345 | 110 | 31 |
| Binary | 10010 | 100100 | 1110000 | 1010100 | 1000100 | 0 | 111000 | 11100101 | 1001000 | 11001 |
Color Harmonies of #122470
Complementary color
Monochromatic Colors of #122470
Black with #122470
Text Example
Text Example
White with #122470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122470; }
p { color: rgb(18,36,112); }
H1.HeaderClassName
{
color: #122470;
}
.AnyTagClassName
{
color: #122470;
}
</style>
background-color css
<style>
a { background-color: #122470; }
a { background-color: rgb(18,36,112); }
div.DivClassName
{
background-color: #122470;
}
.BgClassName
{
background-color: #122470;
}
</style>
border-color css
<style>
span { border-color: #122470; }
span { border-color: rgb(18,36,112); }
td.TdClassName
{
border-color: #122470;
}
.TagClassName
{
border-color: #122470;
}
</style>