Shades of Sapphire #142A78
Tints of Sapphire #142A78
RGB
CMYK
RGB Variations
Color information
#142A78 (or 0x142A78) is known color: Sapphire. HEX triplet: 14, 2A and 78. RGB value is (20,42,120). Sum of RGB (Red+Green+Blue) = 20+42+120=182 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.99% from 182); Green value is 42 (16.80% from 255 or 23.08% from 182); Blue value is 120 (47.27% from 255 or 65.93% from 182); Max value from RGB is 120 - color contains mainly: blue. Hex color #142A78 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142A78 is #EBD587. Grayscale: #2B2B2B. Windows color (decimal): -15455624 or 7875092. OLE color: 7875092.
HSL color Cylindrical-coordinate representation of color #142A78: hue angle of 226.8º 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 #142A78 is Cyan = 0.83, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 42 | 120 | - |
| CMYK | 0.83 | 0.65 | 0 | 0.53 |
| HSL | 226.8º | 0.71% | 0.27% | - |
| HSV(B) | 226.8º | 0.83% | 0.47% | - |
| XYZ | 4.51 | 3.16 | 18.14 | - |
| YUV | 44.31 | 170.71 | 110.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 42 | 120 | 0.83 | 0.65 | 0 | 0.53 | 226.8 | 0.71 | 0.27 |
| Hex | 14 | 2A | 78 | 53 | 41 | 0 | 35 | E3 | 47 | 1B |
| Octal | 24 | 52 | 170 | 123 | 101 | 0 | 65 | 343 | 107 | 33 |
| Binary | 10100 | 101010 | 1111000 | 1010011 | 1000001 | 0 | 110101 | 11100011 | 1000111 | 11011 |
Color Harmonies of #142A78
Complementary color
Monochromatic Colors of #142A78
Black with #142A78
Text Example
Text Example
White with #142A78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142A78; }
p { color: rgb(20,42,120); }
H1.HeaderClassName
{
color: #142A78;
}
.AnyTagClassName
{
color: #142A78;
}
</style>
background-color css
<style>
a { background-color: #142A78; }
a { background-color: rgb(20,42,120); }
div.DivClassName
{
background-color: #142A78;
}
.BgClassName
{
background-color: #142A78;
}
</style>
border-color css
<style>
span { border-color: #142A78; }
span { border-color: rgb(20,42,120); }
td.TdClassName
{
border-color: #142A78;
}
.TagClassName
{
border-color: #142A78;
}
</style>