Shades of Sapphire #143075
Tints of Sapphire #143075
RGB
CMYK
RGB Variations
Color information
#143075 (or 0x143075) is known color: Sapphire. HEX triplet: 14, 30 and 75. RGB value is (20,48,117). Sum of RGB (Red+Green+Blue) = 20+48+117=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 48 (19.14% from 255 or 25.95% from 185); Blue value is 117 (46.09% from 255 or 63.24% from 185); Max value from RGB is 117 - color contains mainly: blue. Hex color #143075 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143075 is #EBCF8A. Grayscale: #2F2F2F. Windows color (decimal): -15454091 or 7680020. OLE color: 7680020.
HSL color Cylindrical-coordinate representation of color #143075: hue angle of 222.68º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #143075 is Cyan = 0.83, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 20 | 48 | 117 | - |
| CMYK | 0.83 | 0.59 | 0 | 0.54 |
| HSL | 222.68º | 0.71% | 0.27% | - |
| HSV(B) | 222.68º | 0.83% | 0.46% | - |
| XYZ | 4.56 | 3.55 | 17.27 | - |
| YUV | 47.49 | 167.22 | 108.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 48 | 117 | 0.83 | 0.59 | 0 | 0.54 | 222.68 | 0.71 | 0.27 |
| Hex | 14 | 30 | 75 | 53 | 3B | 0 | 36 | DF | 47 | 1B |
| Octal | 24 | 60 | 165 | 123 | 73 | 0 | 66 | 337 | 107 | 33 |
| Binary | 10100 | 110000 | 1110101 | 1010011 | 111011 | 0 | 110110 | 11011111 | 1000111 | 11011 |
Color Harmonies of #143075
Complementary color
Monochromatic Colors of #143075
Black with #143075
Text Example
Text Example
White with #143075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143075; }
p { color: rgb(20,48,117); }
H1.HeaderClassName
{
color: #143075;
}
.AnyTagClassName
{
color: #143075;
}
</style>
background-color css
<style>
a { background-color: #143075; }
a { background-color: rgb(20,48,117); }
div.DivClassName
{
background-color: #143075;
}
.BgClassName
{
background-color: #143075;
}
</style>
border-color css
<style>
span { border-color: #143075; }
span { border-color: rgb(20,48,117); }
td.TdClassName
{
border-color: #143075;
}
.TagClassName
{
border-color: #143075;
}
</style>