Shades of Sapphire #143373
Tints of Sapphire #143373
RGB
CMYK
RGB Variations
Color information
#143373 (or 0x143373) is known color: Sapphire. HEX triplet: 14, 33 and 73. RGB value is (20,51,115). Sum of RGB (Red+Green+Blue) = 20+51+115=186 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.75% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 115 (45.31% from 255 or 61.83% from 186); Max value from RGB is 115 - color contains mainly: blue. Hex color #143373 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143373 is #EBCC8C. Grayscale: #303030. Windows color (decimal): -15453325 or 7549716. OLE color: 7549716.
HSL color Cylindrical-coordinate representation of color #143373: hue angle of 220.42º 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 #143373 is Cyan = 0.83, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 51 | 115 | - |
| CMYK | 0.83 | 0.56 | 0 | 0.55 |
| HSL | 220.42º | 0.7% | 0.26% | - |
| HSV(B) | 220.42º | 0.83% | 0.45% | - |
| XYZ | 4.57 | 3.75 | 16.7 | - |
| YUV | 49.03 | 165.23 | 107.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 115 | 0.83 | 0.56 | 0 | 0.55 | 220.42 | 0.7 | 0.26 |
| Hex | 14 | 33 | 73 | 53 | 38 | 0 | 37 | DC | 46 | 1A |
| Octal | 24 | 63 | 163 | 123 | 70 | 0 | 67 | 334 | 106 | 32 |
| Binary | 10100 | 110011 | 1110011 | 1010011 | 111000 | 0 | 110111 | 11011100 | 1000110 | 11010 |
Color Harmonies of #143373
Complementary color
Monochromatic Colors of #143373
Black with #143373
Text Example
Text Example
White with #143373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143373; }
p { color: rgb(20,51,115); }
H1.HeaderClassName
{
color: #143373;
}
.AnyTagClassName
{
color: #143373;
}
</style>
background-color css
<style>
a { background-color: #143373; }
a { background-color: rgb(20,51,115); }
div.DivClassName
{
background-color: #143373;
}
.BgClassName
{
background-color: #143373;
}
</style>
border-color css
<style>
span { border-color: #143373; }
span { border-color: rgb(20,51,115); }
td.TdClassName
{
border-color: #143373;
}
.TagClassName
{
border-color: #143373;
}
</style>