Shades of Sapphire #123470
Tints of Sapphire #123470
RGB
CMYK
RGB Variations
Color information
#123470 (or 0x123470) is known color: Sapphire. HEX triplet: 12, 34 and 70. RGB value is (18,52,112). Sum of RGB (Red+Green+Blue) = 18+52+112=182 (24% of max value = 765). Red value is 18 (7.42% from 255 or 9.89% from 182); Green value is 52 (20.70% from 255 or 28.57% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #123470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #123470 is #EDCB8F. Grayscale: #303030. Windows color (decimal): -15584144 or 7353362. OLE color: 7353362.
HSL color Cylindrical-coordinate representation of color #123470: hue angle of 218.3º 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 #123470 is Cyan = 0.84, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 18 | 52 | 112 | - |
| CMYK | 0.84 | 0.54 | 0 | 0.56 |
| HSL | 218.3º | 0.72% | 0.25% | - |
| HSV(B) | 218.3º | 0.84% | 0.44% | - |
| XYZ | 4.4 | 3.75 | 15.82 | - |
| YUV | 48.67 | 163.74 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 52 | 112 | 0.84 | 0.54 | 0 | 0.56 | 218.3 | 0.72 | 0.25 |
| Hex | 12 | 34 | 70 | 54 | 36 | 0 | 38 | DA | 48 | 19 |
| Octal | 22 | 64 | 160 | 124 | 66 | 0 | 70 | 332 | 110 | 31 |
| Binary | 10010 | 110100 | 1110000 | 1010100 | 110110 | 0 | 111000 | 11011010 | 1001000 | 11001 |
Color Harmonies of #123470
Complementary color
Monochromatic Colors of #123470
Black with #123470
Text Example
Text Example
White with #123470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #123470; }
p { color: rgb(18,52,112); }
H1.HeaderClassName
{
color: #123470;
}
.AnyTagClassName
{
color: #123470;
}
</style>
background-color css
<style>
a { background-color: #123470; }
a { background-color: rgb(18,52,112); }
div.DivClassName
{
background-color: #123470;
}
.BgClassName
{
background-color: #123470;
}
</style>
border-color css
<style>
span { border-color: #123470; }
span { border-color: rgb(18,52,112); }
td.TdClassName
{
border-color: #123470;
}
.TagClassName
{
border-color: #123470;
}
</style>