Shades of Sapphire #143566
Tints of Sapphire #143566
RGB
CMYK
RGB Variations
Color information
#143566 (or 0x143566) is known color: Sapphire. HEX triplet: 14, 35 and 66. RGB value is (20,53,102). Sum of RGB (Red+Green+Blue) = 20+53+102=175 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.43% from 175); Green value is 53 (21.09% from 255 or 30.29% from 175); Blue value is 102 (40.23% from 255 or 58.29% from 175); Max value from RGB is 102 - color contains mainly: blue. Hex color #143566 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143566 is #EBCA99. Grayscale: #303030. Windows color (decimal): -15452826 or 6698260. OLE color: 6698260.
HSL color Cylindrical-coordinate representation of color #143566: hue angle of 215.85º 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 #143566 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 20 | 53 | 102 | - |
| CMYK | 0.80 | 0.48 | 0 | 0.6 |
| HSL | 215.85º | 0.67% | 0.24% | - |
| HSV(B) | 215.85º | 0.8% | 0.4% | - |
| XYZ | 3.96 | 3.65 | 13.07 | - |
| YUV | 48.72 | 158.07 | 107.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 53 | 102 | 0.80 | 0.48 | 0 | 0.6 | 215.85 | 0.67 | 0.24 |
| Hex | 14 | 35 | 66 | 50 | 30 | 0 | 3C | D8 | 43 | 18 |
| Octal | 24 | 65 | 146 | 120 | 60 | 0 | 74 | 330 | 103 | 30 |
| Binary | 10100 | 110101 | 1100110 | 1010000 | 110000 | 0 | 111100 | 11011000 | 1000011 | 11000 |
Color Harmonies of #143566
Complementary color
Monochromatic Colors of #143566
Black with #143566
Text Example
Text Example
White with #143566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143566; }
p { color: rgb(20,53,102); }
H1.HeaderClassName
{
color: #143566;
}
.AnyTagClassName
{
color: #143566;
}
</style>
background-color css
<style>
a { background-color: #143566; }
a { background-color: rgb(20,53,102); }
div.DivClassName
{
background-color: #143566;
}
.BgClassName
{
background-color: #143566;
}
</style>
border-color css
<style>
span { border-color: #143566; }
span { border-color: rgb(20,53,102); }
td.TdClassName
{
border-color: #143566;
}
.TagClassName
{
border-color: #143566;
}
</style>