Shades of Sapphire #143273
Tints of Sapphire #143273
RGB
CMYK
RGB Variations
Color information
#143273 (or 0x143273) is known color: Sapphire. HEX triplet: 14, 32 and 73. RGB value is (20,50,115). Sum of RGB (Red+Green+Blue) = 20+50+115=185 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.81% from 185); Green value is 50 (19.92% from 255 or 27.03% from 185); Blue value is 115 (45.31% from 255 or 62.16% from 185); Max value from RGB is 115 - color contains mainly: blue. Hex color #143273 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143273 is #EBCD8C. Grayscale: #303030. Windows color (decimal): -15453581 or 7549460. OLE color: 7549460.
HSL color Cylindrical-coordinate representation of color #143273: hue angle of 221.05º 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 #143273 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 50 | 115 | - |
| CMYK | 0.83 | 0.57 | 0 | 0.55 |
| HSL | 221.05º | 0.7% | 0.26% | - |
| HSV(B) | 221.05º | 0.83% | 0.45% | - |
| XYZ | 4.52 | 3.67 | 16.69 | - |
| YUV | 48.44 | 165.56 | 107.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 50 | 115 | 0.83 | 0.57 | 0 | 0.55 | 221.05 | 0.7 | 0.26 |
| Hex | 14 | 32 | 73 | 53 | 39 | 0 | 37 | DD | 46 | 1A |
| Octal | 24 | 62 | 163 | 123 | 71 | 0 | 67 | 335 | 106 | 32 |
| Binary | 10100 | 110010 | 1110011 | 1010011 | 111001 | 0 | 110111 | 11011101 | 1000110 | 11010 |
Color Harmonies of #143273
Complementary color
Monochromatic Colors of #143273
Black with #143273
Text Example
Text Example
White with #143273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143273; }
p { color: rgb(20,50,115); }
H1.HeaderClassName
{
color: #143273;
}
.AnyTagClassName
{
color: #143273;
}
</style>
background-color css
<style>
a { background-color: #143273; }
a { background-color: rgb(20,50,115); }
div.DivClassName
{
background-color: #143273;
}
.BgClassName
{
background-color: #143273;
}
</style>
border-color css
<style>
span { border-color: #143273; }
span { border-color: rgb(20,50,115); }
td.TdClassName
{
border-color: #143273;
}
.TagClassName
{
border-color: #143273;
}
</style>