Shades of Sapphire #143478
Tints of Sapphire #143478
RGB
CMYK
RGB Variations
Color information
#143478 (or 0x143478) is known color: Sapphire. HEX triplet: 14, 34 and 78. RGB value is (20,52,120). Sum of RGB (Red+Green+Blue) = 20+52+120=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 52 (20.70% from 255 or 27.08% from 192); Blue value is 120 (47.27% from 255 or 62.5% from 192); Max value from RGB is 120 - color contains mainly: blue. Hex color #143478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143478 is #EBCB87. Grayscale: #313131. Windows color (decimal): -15453064 or 7877652. OLE color: 7877652.
HSL color Cylindrical-coordinate representation of color #143478: hue angle of 220.8º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #143478 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 52 | 120 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.53 |
| HSL | 220.8º | 0.71% | 0.27% | - |
| HSV(B) | 220.8º | 0.83% | 0.47% | - |
| XYZ | 4.91 | 3.96 | 18.28 | - |
| YUV | 50.18 | 167.4 | 106.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 52 | 120 | 0.83 | 0.57 | 0 | 0.53 | 220.8 | 0.71 | 0.27 |
| Hex | 14 | 34 | 78 | 53 | 39 | 0 | 35 | DD | 47 | 1B |
| Octal | 24 | 64 | 170 | 123 | 71 | 0 | 65 | 335 | 107 | 33 |
| Binary | 10100 | 110100 | 1111000 | 1010011 | 111001 | 0 | 110101 | 11011101 | 1000111 | 11011 |
Color Harmonies of #143478
Complementary color
Monochromatic Colors of #143478
Black with #143478
Text Example
Text Example
White with #143478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143478; }
p { color: rgb(20,52,120); }
H1.HeaderClassName
{
color: #143478;
}
.AnyTagClassName
{
color: #143478;
}
</style>
background-color css
<style>
a { background-color: #143478; }
a { background-color: rgb(20,52,120); }
div.DivClassName
{
background-color: #143478;
}
.BgClassName
{
background-color: #143478;
}
</style>
border-color css
<style>
span { border-color: #143478; }
span { border-color: rgb(20,52,120); }
td.TdClassName
{
border-color: #143478;
}
.TagClassName
{
border-color: #143478;
}
</style>