Shades of Sapphire #143263
Tints of Sapphire #143263
RGB
CMYK
RGB Variations
Color information
#143263 (or 0x143263) is known color: Sapphire. HEX triplet: 14, 32 and 63. RGB value is (20,50,99). Sum of RGB (Red+Green+Blue) = 20+50+99=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 50 (19.92% from 255 or 29.59% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #143263 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143263 is #EBCD9C. Grayscale: #2E2E2E. Windows color (decimal): -15453597 or 6500884. OLE color: 6500884.
HSL color Cylindrical-coordinate representation of color #143263: hue angle of 217.22º 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 #143263 is Cyan = 0.80, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 20 | 50 | 99 | - |
| CMYK | 0.80 | 0.49 | 0 | 0.61 |
| HSL | 217.22º | 0.66% | 0.23% | - |
| HSV(B) | 217.22º | 0.8% | 0.39% | - |
| XYZ | 3.68 | 3.33 | 12.25 | - |
| YUV | 46.62 | 157.56 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 50 | 99 | 0.80 | 0.49 | 0 | 0.61 | 217.22 | 0.66 | 0.23 |
| Hex | 14 | 32 | 63 | 50 | 31 | 0 | 3D | D9 | 42 | 17 |
| Octal | 24 | 62 | 143 | 120 | 61 | 0 | 75 | 331 | 102 | 27 |
| Binary | 10100 | 110010 | 1100011 | 1010000 | 110001 | 0 | 111101 | 11011001 | 1000010 | 10111 |
Color Harmonies of #143263
Complementary color
Monochromatic Colors of #143263
Black with #143263
Text Example
Text Example
White with #143263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143263; }
p { color: rgb(20,50,99); }
H1.HeaderClassName
{
color: #143263;
}
.AnyTagClassName
{
color: #143263;
}
</style>
background-color css
<style>
a { background-color: #143263; }
a { background-color: rgb(20,50,99); }
div.DivClassName
{
background-color: #143263;
}
.BgClassName
{
background-color: #143263;
}
</style>
border-color css
<style>
span { border-color: #143263; }
span { border-color: rgb(20,50,99); }
td.TdClassName
{
border-color: #143263;
}
.TagClassName
{
border-color: #143263;
}
</style>