Shades of Sapphire #142874
Tints of Sapphire #142874
RGB
CMYK
RGB Variations
Color information
#142874 (or 0x142874) is known color: Sapphire. HEX triplet: 14, 28 and 74. RGB value is (20,40,116). Sum of RGB (Red+Green+Blue) = 20+40+116=176 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.36% from 176); Green value is 40 (16.02% from 255 or 22.73% from 176); Blue value is 116 (45.70% from 255 or 65.91% from 176); Max value from RGB is 116 - color contains mainly: blue. Hex color #142874 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142874 is #EBD78B. Grayscale: #2A2A2A. Windows color (decimal): -15456140 or 7612436. OLE color: 7612436.
HSL color Cylindrical-coordinate representation of color #142874: hue angle of 227.5º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #142874 is Cyan = 0.83, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 40 | 116 | - |
| CMYK | 0.83 | 0.66 | 0 | 0.55 |
| HSL | 227.5º | 0.71% | 0.27% | - |
| HSV(B) | 227.5º | 0.83% | 0.45% | - |
| XYZ | 4.2 | 2.93 | 16.87 | - |
| YUV | 42.68 | 169.37 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 40 | 116 | 0.83 | 0.66 | 0 | 0.55 | 227.5 | 0.71 | 0.27 |
| Hex | 14 | 28 | 74 | 53 | 42 | 0 | 37 | E4 | 47 | 1B |
| Octal | 24 | 50 | 164 | 123 | 102 | 0 | 67 | 344 | 107 | 33 |
| Binary | 10100 | 101000 | 1110100 | 1010011 | 1000010 | 0 | 110111 | 11100100 | 1000111 | 11011 |
Color Harmonies of #142874
Complementary color
Monochromatic Colors of #142874
Black with #142874
Text Example
Text Example
White with #142874
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142874; }
p { color: rgb(20,40,116); }
H1.HeaderClassName
{
color: #142874;
}
.AnyTagClassName
{
color: #142874;
}
</style>
background-color css
<style>
a { background-color: #142874; }
a { background-color: rgb(20,40,116); }
div.DivClassName
{
background-color: #142874;
}
.BgClassName
{
background-color: #142874;
}
</style>
border-color css
<style>
span { border-color: #142874; }
span { border-color: rgb(20,40,116); }
td.TdClassName
{
border-color: #142874;
}
.TagClassName
{
border-color: #142874;
}
</style>