Shades of Sapphire #142E7C
Tints of Sapphire #142E7C
RGB
CMYK
RGB Variations
Color information
#142E7C (or 0x142E7C) is known color: Sapphire. HEX triplet: 14, 2E and 7C. RGB value is (20,46,124). Sum of RGB (Red+Green+Blue) = 20+46+124=190 (25% of max value = 765). Red value is 20 (8.20% from 255 or 10.53% from 190); Green value is 46 (18.36% from 255 or 24.21% from 190); Blue value is 124 (48.83% from 255 or 65.26% from 190); Max value from RGB is 124 - color contains mainly: blue. Hex color #142E7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142E7C is #EBD183. Grayscale: #2E2E2E. Windows color (decimal): -15454596 or 8138260. OLE color: 8138260.
HSL color Cylindrical-coordinate representation of color #142E7C: hue angle of 225º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #142E7C is Cyan = 0.84, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 20 | 46 | 124 | - |
| CMYK | 0.84 | 0.63 | 0 | 0.51 |
| HSL | 225º | 0.72% | 0.28% | - |
| HSV(B) | 225º | 0.84% | 0.49% | - |
| XYZ | 4.9 | 3.56 | 19.5 | - |
| YUV | 47.12 | 171.39 | 108.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 46 | 124 | 0.84 | 0.63 | 0 | 0.51 | 225 | 0.72 | 0.28 |
| Hex | 14 | 2E | 7C | 54 | 3F | 0 | 33 | E1 | 48 | 1C |
| Octal | 24 | 56 | 174 | 124 | 77 | 0 | 63 | 341 | 110 | 34 |
| Binary | 10100 | 101110 | 1111100 | 1010100 | 111111 | 0 | 110011 | 11100001 | 1001000 | 11100 |
Color Harmonies of #142E7C
Complementary color
Monochromatic Colors of #142E7C
Black with #142E7C
Text Example
Text Example
White with #142E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142E7C; }
p { color: rgb(20,46,124); }
H1.HeaderClassName
{
color: #142E7C;
}
.AnyTagClassName
{
color: #142E7C;
}
</style>
background-color css
<style>
a { background-color: #142E7C; }
a { background-color: rgb(20,46,124); }
div.DivClassName
{
background-color: #142E7C;
}
.BgClassName
{
background-color: #142E7C;
}
</style>
border-color css
<style>
span { border-color: #142E7C; }
span { border-color: rgb(20,46,124); }
td.TdClassName
{
border-color: #142E7C;
}
.TagClassName
{
border-color: #142E7C;
}
</style>