Shades of Sapphire #143073
Tints of Sapphire #143073
RGB
CMYK
RGB Variations
Color information
#143073 (or 0x143073) is known color: Sapphire. HEX triplet: 14, 30 and 73. RGB value is (20,48,115). Sum of RGB (Red+Green+Blue) = 20+48+115=183 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.93% from 183); Green value is 48 (19.14% from 255 or 26.23% from 183); Blue value is 115 (45.31% from 255 or 62.84% from 183); Max value from RGB is 115 - color contains mainly: blue. Hex color #143073 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143073 is #EBCF8C. Grayscale: #2E2E2E. Windows color (decimal): -15454093 or 7548948. OLE color: 7548948.
HSL color Cylindrical-coordinate representation of color #143073: hue angle of 222.32º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #143073 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 48 | 115 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.55 |
| HSL | 222.32º | 0.7% | 0.26% | - |
| HSV(B) | 222.32º | 0.83% | 0.45% | - |
| XYZ | 4.44 | 3.5 | 16.66 | - |
| YUV | 47.27 | 166.22 | 108.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 48 | 115 | 0.83 | 0.58 | 0 | 0.55 | 222.32 | 0.7 | 0.26 |
| Hex | 14 | 30 | 73 | 53 | 3A | 0 | 37 | DE | 46 | 1A |
| Octal | 24 | 60 | 163 | 123 | 72 | 0 | 67 | 336 | 106 | 32 |
| Binary | 10100 | 110000 | 1110011 | 1010011 | 111010 | 0 | 110111 | 11011110 | 1000110 | 11010 |
Color Harmonies of #143073
Complementary color
Monochromatic Colors of #143073
Black with #143073
Text Example
Text Example
White with #143073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143073; }
p { color: rgb(20,48,115); }
H1.HeaderClassName
{
color: #143073;
}
.AnyTagClassName
{
color: #143073;
}
</style>
background-color css
<style>
a { background-color: #143073; }
a { background-color: rgb(20,48,115); }
div.DivClassName
{
background-color: #143073;
}
.BgClassName
{
background-color: #143073;
}
</style>
border-color css
<style>
span { border-color: #143073; }
span { border-color: rgb(20,48,115); }
td.TdClassName
{
border-color: #143073;
}
.TagClassName
{
border-color: #143073;
}
</style>