Shades of Sapphire #143379
Tints of Sapphire #143379
RGB
CMYK
RGB Variations
Color information
#143379 (or 0x143379) is known color: Sapphire. HEX triplet: 14, 33 and 79. RGB value is (20,51,121). Sum of RGB (Red+Green+Blue) = 20+51+121=192 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.42% from 192); Green value is 51 (20.31% from 255 or 26.56% from 192); Blue value is 121 (47.66% from 255 or 63.02% from 192); Max value from RGB is 121 - color contains mainly: blue. Hex color #143379 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143379 is #EBCC86. Grayscale: #313131. Windows color (decimal): -15453319 or 7942932. OLE color: 7942932.
HSL color Cylindrical-coordinate representation of color #143379: hue angle of 221.58º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #143379 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 51 | 121 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.53 |
| HSL | 221.58º | 0.72% | 0.28% | - |
| HSV(B) | 221.58º | 0.83% | 0.47% | - |
| XYZ | 4.92 | 3.9 | 18.58 | - |
| YUV | 49.71 | 168.23 | 106.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 121 | 0.83 | 0.58 | 0 | 0.53 | 221.58 | 0.72 | 0.28 |
| Hex | 14 | 33 | 79 | 53 | 3A | 0 | 35 | DE | 48 | 1C |
| Octal | 24 | 63 | 171 | 123 | 72 | 0 | 65 | 336 | 110 | 34 |
| Binary | 10100 | 110011 | 1111001 | 1010011 | 111010 | 0 | 110101 | 11011110 | 1001000 | 11100 |
Color Harmonies of #143379
Complementary color
Monochromatic Colors of #143379
Black with #143379
Text Example
Text Example
White with #143379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143379; }
p { color: rgb(20,51,121); }
H1.HeaderClassName
{
color: #143379;
}
.AnyTagClassName
{
color: #143379;
}
</style>
background-color css
<style>
a { background-color: #143379; }
a { background-color: rgb(20,51,121); }
div.DivClassName
{
background-color: #143379;
}
.BgClassName
{
background-color: #143379;
}
</style>
border-color css
<style>
span { border-color: #143379; }
span { border-color: rgb(20,51,121); }
td.TdClassName
{
border-color: #143379;
}
.TagClassName
{
border-color: #143379;
}
</style>