Shades of Sapphire #143363
Tints of Sapphire #143363
RGB
CMYK
RGB Variations
Color information
#143363 (or 0x143363) is known color: Sapphire. HEX triplet: 14, 33 and 63. RGB value is (20,51,99). Sum of RGB (Red+Green+Blue) = 20+51+99=170 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.76% from 170); Green value is 51 (20.31% from 255 or 30% from 170); Blue value is 99 (39.06% from 255 or 58.24% from 170); Max value from RGB is 99 - color contains mainly: blue. Hex color #143363 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143363 is #EBCC9C. Grayscale: #2E2E2E. Windows color (decimal): -15453341 or 6501140. OLE color: 6501140.
HSL color Cylindrical-coordinate representation of color #143363: hue angle of 216.46º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #143363 is Cyan = 0.80, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 51 | 99 | - |
| CMYK | 0.80 | 0.48 | 0 | 0.61 |
| HSL | 216.46º | 0.66% | 0.23% | - |
| HSV(B) | 216.46º | 0.8% | 0.39% | - |
| XYZ | 3.72 | 3.42 | 12.27 | - |
| YUV | 47.2 | 157.23 | 108.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 51 | 99 | 0.80 | 0.48 | 0 | 0.61 | 216.46 | 0.66 | 0.23 |
| Hex | 14 | 33 | 63 | 50 | 30 | 0 | 3D | D8 | 42 | 17 |
| Octal | 24 | 63 | 143 | 120 | 60 | 0 | 75 | 330 | 102 | 27 |
| Binary | 10100 | 110011 | 1100011 | 1010000 | 110000 | 0 | 111101 | 11011000 | 1000010 | 10111 |
Color Harmonies of #143363
Complementary color
Monochromatic Colors of #143363
Black with #143363
Text Example
Text Example
White with #143363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143363; }
p { color: rgb(20,51,99); }
H1.HeaderClassName
{
color: #143363;
}
.AnyTagClassName
{
color: #143363;
}
</style>
background-color css
<style>
a { background-color: #143363; }
a { background-color: rgb(20,51,99); }
div.DivClassName
{
background-color: #143363;
}
.BgClassName
{
background-color: #143363;
}
</style>
border-color css
<style>
span { border-color: #143363; }
span { border-color: rgb(20,51,99); }
td.TdClassName
{
border-color: #143363;
}
.TagClassName
{
border-color: #143363;
}
</style>