Shades of Sapphire #143270
Tints of Sapphire #143270
RGB
CMYK
RGB Variations
Color information
#143270 (or 0x143270) is known color: Sapphire. HEX triplet: 14, 32 and 70. RGB value is (20,50,112). Sum of RGB (Red+Green+Blue) = 20+50+112=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #143270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143270 is #EBCD8F. Grayscale: #2F2F2F. Windows color (decimal): -15453584 or 7352852. OLE color: 7352852.
HSL color Cylindrical-coordinate representation of color #143270: hue angle of 220.43º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #143270 is Cyan = 0.82, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 50 | 112 | - |
| CMYK | 0.82 | 0.55 | 0 | 0.56 |
| HSL | 220.43º | 0.7% | 0.26% | - |
| HSV(B) | 220.43º | 0.82% | 0.44% | - |
| XYZ | 4.35 | 3.6 | 15.79 | - |
| YUV | 48.1 | 164.06 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 50 | 112 | 0.82 | 0.55 | 0 | 0.56 | 220.43 | 0.7 | 0.26 |
| Hex | 14 | 32 | 70 | 52 | 37 | 0 | 38 | DC | 46 | 1A |
| Octal | 24 | 62 | 160 | 122 | 67 | 0 | 70 | 334 | 106 | 32 |
| Binary | 10100 | 110010 | 1110000 | 1010010 | 110111 | 0 | 111000 | 11011100 | 1000110 | 11010 |
Color Harmonies of #143270
Complementary color
Monochromatic Colors of #143270
Black with #143270
Text Example
Text Example
White with #143270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143270; }
p { color: rgb(20,50,112); }
H1.HeaderClassName
{
color: #143270;
}
.AnyTagClassName
{
color: #143270;
}
</style>
background-color css
<style>
a { background-color: #143270; }
a { background-color: rgb(20,50,112); }
div.DivClassName
{
background-color: #143270;
}
.BgClassName
{
background-color: #143270;
}
</style>
border-color css
<style>
span { border-color: #143270; }
span { border-color: rgb(20,50,112); }
td.TdClassName
{
border-color: #143270;
}
.TagClassName
{
border-color: #143270;
}
</style>