Shades of Sapphire #142777
Tints of Sapphire #142777
RGB
CMYK
RGB Variations
Color information
#142777 (or 0x142777) is known color: Sapphire. HEX triplet: 14, 27 and 77. RGB value is (20,39,119). Sum of RGB (Red+Green+Blue) = 20+39+119=178 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.24% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 119 (46.88% from 255 or 66.85% from 178); Max value from RGB is 119 - color contains mainly: blue. Hex color #142777 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142777 is #EBD888. Grayscale: #2A2A2A. Windows color (decimal): -15456393 or 7808788. OLE color: 7808788.
HSL color Cylindrical-coordinate representation of color #142777: hue angle of 228.48º 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 #142777 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 20 | 39 | 119 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.53 |
| HSL | 228.48º | 0.71% | 0.27% | - |
| HSV(B) | 228.48º | 0.83% | 0.47% | - |
| XYZ | 4.34 | 2.93 | 17.79 | - |
| YUV | 42.44 | 171.21 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 39 | 119 | 0.83 | 0.67 | 0 | 0.53 | 228.48 | 0.71 | 0.27 |
| Hex | 14 | 27 | 77 | 53 | 43 | 0 | 35 | E4 | 47 | 1B |
| Octal | 24 | 47 | 167 | 123 | 103 | 0 | 65 | 344 | 107 | 33 |
| Binary | 10100 | 100111 | 1110111 | 1010011 | 1000011 | 0 | 110101 | 11100100 | 1000111 | 11011 |
Color Harmonies of #142777
Complementary color
Monochromatic Colors of #142777
Black with #142777
Text Example
Text Example
White with #142777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142777; }
p { color: rgb(20,39,119); }
H1.HeaderClassName
{
color: #142777;
}
.AnyTagClassName
{
color: #142777;
}
</style>
background-color css
<style>
a { background-color: #142777; }
a { background-color: rgb(20,39,119); }
div.DivClassName
{
background-color: #142777;
}
.BgClassName
{
background-color: #142777;
}
</style>
border-color css
<style>
span { border-color: #142777; }
span { border-color: rgb(20,39,119); }
td.TdClassName
{
border-color: #142777;
}
.TagClassName
{
border-color: #142777;
}
</style>