Shades of Sapphire #143277
Tints of Sapphire #143277
RGB
CMYK
RGB Variations
Color information
#143277 (or 0x143277) is known color: Sapphire. HEX triplet: 14, 32 and 77. RGB value is (20,50,119). Sum of RGB (Red+Green+Blue) = 20+50+119=189 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.58% from 189); Green value is 50 (19.92% from 255 or 26.46% from 189); Blue value is 119 (46.88% from 255 or 62.96% from 189); Max value from RGB is 119 - color contains mainly: blue. Hex color #143277 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #143277 is #EBCD88. Grayscale: #303030. Windows color (decimal): -15453577 or 7811604. OLE color: 7811604.
HSL color Cylindrical-coordinate representation of color #143277: hue angle of 221.82º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #143277 is Cyan = 0.83, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 50 | 119 | - |
| CMYK | 0.83 | 0.58 | 0 | 0.53 |
| HSL | 221.82º | 0.71% | 0.27% | - |
| HSV(B) | 221.82º | 0.83% | 0.47% | - |
| XYZ | 4.76 | 3.76 | 17.93 | - |
| YUV | 48.9 | 167.56 | 107.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 50 | 119 | 0.83 | 0.58 | 0 | 0.53 | 221.82 | 0.71 | 0.27 |
| Hex | 14 | 32 | 77 | 53 | 3A | 0 | 35 | DE | 47 | 1B |
| Octal | 24 | 62 | 167 | 123 | 72 | 0 | 65 | 336 | 107 | 33 |
| Binary | 10100 | 110010 | 1110111 | 1010011 | 111010 | 0 | 110101 | 11011110 | 1000111 | 11011 |
Color Harmonies of #143277
Complementary color
Monochromatic Colors of #143277
Black with #143277
Text Example
Text Example
White with #143277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #143277; }
p { color: rgb(20,50,119); }
H1.HeaderClassName
{
color: #143277;
}
.AnyTagClassName
{
color: #143277;
}
</style>
background-color css
<style>
a { background-color: #143277; }
a { background-color: rgb(20,50,119); }
div.DivClassName
{
background-color: #143277;
}
.BgClassName
{
background-color: #143277;
}
</style>
border-color css
<style>
span { border-color: #143277; }
span { border-color: rgb(20,50,119); }
td.TdClassName
{
border-color: #143277;
}
.TagClassName
{
border-color: #143277;
}
</style>