Shades of Sapphire #143066
Tints of Sapphire #143066
RGB
CMYK
RGB Variations
Color information
#143066 (or 0x143066) is known color: Sapphire. HEX triplet: 14, 30 and 66. RGB value is (20,48,102). Sum of RGB (Red+Green+Blue) = 20+48+102=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 48 (19.14% from 255 or 28.24% from 170); Blue value is 102 (40.23% from 255 or 60% from 170); Max value from RGB is 102 - color contains mainly: blue. Hex color #143066 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143066 is #EBCF99. Grayscale: #2D2D2D. Windows color (decimal): -15454106 or 6696980. OLE color: 6696980.
HSL color Cylindrical-coordinate representation of color #143066: hue angle of 219.51º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #143066 is Cyan = 0.80, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 20 | 48 | 102 | - |
| CMYK | 0.80 | 0.53 | 0 | 0.6 |
| HSL | 219.51º | 0.67% | 0.24% | - |
| HSV(B) | 219.51º | 0.8% | 0.4% | - |
| XYZ | 3.74 | 3.22 | 12.99 | - |
| YUV | 45.78 | 159.72 | 109.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 48 | 102 | 0.80 | 0.53 | 0 | 0.6 | 219.51 | 0.67 | 0.24 |
| Hex | 14 | 30 | 66 | 50 | 35 | 0 | 3C | DC | 43 | 18 |
| Octal | 24 | 60 | 146 | 120 | 65 | 0 | 74 | 334 | 103 | 30 |
| Binary | 10100 | 110000 | 1100110 | 1010000 | 110101 | 0 | 111100 | 11011100 | 1000011 | 11000 |
Color Harmonies of #143066
Complementary color
Monochromatic Colors of #143066
Black with #143066
Text Example
Text Example
White with #143066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143066; }
p { color: rgb(20,48,102); }
H1.HeaderClassName
{
color: #143066;
}
.AnyTagClassName
{
color: #143066;
}
</style>
background-color css
<style>
a { background-color: #143066; }
a { background-color: rgb(20,48,102); }
div.DivClassName
{
background-color: #143066;
}
.BgClassName
{
background-color: #143066;
}
</style>
border-color css
<style>
span { border-color: #143066; }
span { border-color: rgb(20,48,102); }
td.TdClassName
{
border-color: #143066;
}
.TagClassName
{
border-color: #143066;
}
</style>