Shades of Sapphire #142E80
Tints of Sapphire #142E80
RGB
CMYK
RGB Variations
Color information
#142E80 (or 0x142E80) is known color: Sapphire. HEX triplet: 14, 2E and 80. RGB value is (20,46,128). Sum of RGB (Red+Green+Blue) = 20+46+128=194 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.31% from 194); Green value is 46 (18.36% from 255 or 23.71% from 194); Blue value is 128 (50.39% from 255 or 65.98% from 194); Max value from RGB is 128 - color contains mainly: blue. Hex color #142E80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #142E80 is #EBD17F. Grayscale: #2F2F2F. Windows color (decimal): -15454592 or 8400404. OLE color: 8400404.
HSL color Cylindrical-coordinate representation of color #142E80: hue angle of 225.56º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #142E80 is Cyan = 0.84, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 20 | 46 | 128 | - |
| CMYK | 0.84 | 0.64 | 0 | 0.50 |
| HSL | 225.56º | 0.73% | 0.29% | - |
| HSV(B) | 225.56º | 0.84% | 0.5% | - |
| XYZ | 5.16 | 3.66 | 20.86 | - |
| YUV | 47.57 | 173.39 | 108.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 46 | 128 | 0.84 | 0.64 | 0 | 0.50 | 225.56 | 0.73 | 0.29 |
| Hex | 14 | 2E | 80 | 54 | 40 | 0 | 32 | E2 | 49 | 1D |
| Octal | 24 | 56 | 200 | 124 | 100 | 0 | 62 | 342 | 111 | 35 |
| Binary | 10100 | 101110 | 10000000 | 1010100 | 1000000 | 0 | 110010 | 11100010 | 1001001 | 11101 |
Color Harmonies of #142E80
Complementary color
Monochromatic Colors of #142E80
Black with #142E80
Text Example
Text Example
White with #142E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142E80; }
p { color: rgb(20,46,128); }
H1.HeaderClassName
{
color: #142E80;
}
.AnyTagClassName
{
color: #142E80;
}
</style>
background-color css
<style>
a { background-color: #142E80; }
a { background-color: rgb(20,46,128); }
div.DivClassName
{
background-color: #142E80;
}
.BgClassName
{
background-color: #142E80;
}
</style>
border-color css
<style>
span { border-color: #142E80; }
span { border-color: rgb(20,46,128); }
td.TdClassName
{
border-color: #142E80;
}
.TagClassName
{
border-color: #142E80;
}
</style>