Shades of Sapphire #143470
Tints of Sapphire #143470
RGB
CMYK
RGB Variations
Color information
#143470 (or 0x143470) is known color: Sapphire. HEX triplet: 14, 34 and 70. RGB value is (20,52,112). Sum of RGB (Red+Green+Blue) = 20+52+112=184 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.87% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 112 (44.14% from 255 or 60.87% from 184); Max value from RGB is 112 - color contains mainly: blue. Hex color #143470 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143470 is #EBCB8F. Grayscale: #313131. Windows color (decimal): -15453072 or 7353364. OLE color: 7353364.
HSL color Cylindrical-coordinate representation of color #143470: hue angle of 219.13º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #143470 is Cyan = 0.82, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 52 | 112 | - |
| CMYK | 0.82 | 0.54 | 0 | 0.56 |
| HSL | 219.13º | 0.7% | 0.26% | - |
| HSV(B) | 219.13º | 0.82% | 0.44% | - |
| XYZ | 4.44 | 3.77 | 15.82 | - |
| YUV | 49.27 | 163.4 | 107.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 52 | 112 | 0.82 | 0.54 | 0 | 0.56 | 219.13 | 0.7 | 0.26 |
| Hex | 14 | 34 | 70 | 52 | 36 | 0 | 38 | DB | 46 | 1A |
| Octal | 24 | 64 | 160 | 122 | 66 | 0 | 70 | 333 | 106 | 32 |
| Binary | 10100 | 110100 | 1110000 | 1010010 | 110110 | 0 | 111000 | 11011011 | 1000110 | 11010 |
Color Harmonies of #143470
Complementary color
Monochromatic Colors of #143470
Black with #143470
Text Example
Text Example
White with #143470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143470; }
p { color: rgb(20,52,112); }
H1.HeaderClassName
{
color: #143470;
}
.AnyTagClassName
{
color: #143470;
}
</style>
background-color css
<style>
a { background-color: #143470; }
a { background-color: rgb(20,52,112); }
div.DivClassName
{
background-color: #143470;
}
.BgClassName
{
background-color: #143470;
}
</style>
border-color css
<style>
span { border-color: #143470; }
span { border-color: rgb(20,52,112); }
td.TdClassName
{
border-color: #143470;
}
.TagClassName
{
border-color: #143470;
}
</style>