Shades of Sapphire #142977
Tints of Sapphire #142977
RGB
CMYK
RGB Variations
Color information
#142977 (or 0x142977) is known color: Sapphire. HEX triplet: 14, 29 and 77. RGB value is (20,41,119). Sum of RGB (Red+Green+Blue) = 20+41+119=180 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.11% from 180); Green value is 41 (16.41% from 255 or 22.78% from 180); Blue value is 119 (46.88% from 255 or 66.11% from 180); Max value from RGB is 119 - color contains mainly: blue. Hex color #142977 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142977 is #EBD688. Grayscale: #2B2B2B. Windows color (decimal): -15455881 or 7809300. OLE color: 7809300.
HSL color Cylindrical-coordinate representation of color #142977: hue angle of 227.27º 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 #142977 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 41 | 119 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.53 |
| HSL | 227.27º | 0.71% | 0.27% | - |
| HSV(B) | 227.27º | 0.83% | 0.47% | - |
| XYZ | 4.41 | 3.07 | 17.81 | - |
| YUV | 43.61 | 170.54 | 111.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 41 | 119 | 0.83 | 0.66 | 0 | 0.53 | 227.27 | 0.71 | 0.27 |
| Hex | 14 | 29 | 77 | 53 | 42 | 0 | 35 | E3 | 47 | 1B |
| Octal | 24 | 51 | 167 | 123 | 102 | 0 | 65 | 343 | 107 | 33 |
| Binary | 10100 | 101001 | 1110111 | 1010011 | 1000010 | 0 | 110101 | 11100011 | 1000111 | 11011 |
Color Harmonies of #142977
Complementary color
Monochromatic Colors of #142977
Black with #142977
Text Example
Text Example
White with #142977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142977; }
p { color: rgb(20,41,119); }
H1.HeaderClassName
{
color: #142977;
}
.AnyTagClassName
{
color: #142977;
}
</style>
background-color css
<style>
a { background-color: #142977; }
a { background-color: rgb(20,41,119); }
div.DivClassName
{
background-color: #142977;
}
.BgClassName
{
background-color: #142977;
}
</style>
border-color css
<style>
span { border-color: #142977; }
span { border-color: rgb(20,41,119); }
td.TdClassName
{
border-color: #142977;
}
.TagClassName
{
border-color: #142977;
}
</style>