Shades of Sapphire #143078
Tints of Sapphire #143078
RGB
CMYK
RGB Variations
Color information
#143078 (or 0x143078) is known color: Sapphire. HEX triplet: 14, 30 and 78. RGB value is (20,48,120). Sum of RGB (Red+Green+Blue) = 20+48+120=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 48 (19.14% from 255 or 25.53% from 188); Blue value is 120 (47.27% from 255 or 63.83% from 188); Max value from RGB is 120 - color contains mainly: blue. Hex color #143078 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143078 is #EBCF87. Grayscale: #2F2F2F. Windows color (decimal): -15454088 or 7876628. OLE color: 7876628.
HSL color Cylindrical-coordinate representation of color #143078: hue angle of 223.2º 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 #143078 is Cyan = 0.83, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 48 | 120 | - |
| CMYK | 0.83 | 0.60 | 0 | 0.53 |
| HSL | 223.2º | 0.71% | 0.27% | - |
| HSV(B) | 223.2º | 0.83% | 0.47% | - |
| XYZ | 4.74 | 3.62 | 18.22 | - |
| YUV | 47.84 | 168.72 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 48 | 120 | 0.83 | 0.60 | 0 | 0.53 | 223.2 | 0.71 | 0.27 |
| Hex | 14 | 30 | 78 | 53 | 3C | 0 | 35 | DF | 47 | 1B |
| Octal | 24 | 60 | 170 | 123 | 74 | 0 | 65 | 337 | 107 | 33 |
| Binary | 10100 | 110000 | 1111000 | 1010011 | 111100 | 0 | 110101 | 11011111 | 1000111 | 11011 |
Color Harmonies of #143078
Complementary color
Monochromatic Colors of #143078
Black with #143078
Text Example
Text Example
White with #143078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143078; }
p { color: rgb(20,48,120); }
H1.HeaderClassName
{
color: #143078;
}
.AnyTagClassName
{
color: #143078;
}
</style>
background-color css
<style>
a { background-color: #143078; }
a { background-color: rgb(20,48,120); }
div.DivClassName
{
background-color: #143078;
}
.BgClassName
{
background-color: #143078;
}
</style>
border-color css
<style>
span { border-color: #143078; }
span { border-color: rgb(20,48,120); }
td.TdClassName
{
border-color: #143078;
}
.TagClassName
{
border-color: #143078;
}
</style>