Shades of Sapphire #142674
Tints of Sapphire #142674
RGB
CMYK
RGB Variations
Color information
#142674 (or 0x142674) is known color: Sapphire. HEX triplet: 14, 26 and 74. RGB value is (20,38,116). Sum of RGB (Red+Green+Blue) = 20+38+116=174 (23% of max value = 765). Red value is 20 (8.20% from 255 or 11.49% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 116 (45.70% from 255 or 66.67% from 174); Max value from RGB is 116 - color contains mainly: blue. Hex color #142674 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142674 is #EBD98B. Grayscale: #292929. Windows color (decimal): -15456652 or 7611924. OLE color: 7611924.
HSL color Cylindrical-coordinate representation of color #142674: hue angle of 228.75º 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 #142674 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 20 | 38 | 116 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.55 |
| HSL | 228.75º | 0.71% | 0.27% | - |
| HSV(B) | 228.75º | 0.83% | 0.45% | - |
| XYZ | 4.13 | 2.8 | 16.84 | - |
| YUV | 41.51 | 170.04 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 38 | 116 | 0.83 | 0.67 | 0 | 0.55 | 228.75 | 0.71 | 0.27 |
| Hex | 14 | 26 | 74 | 53 | 43 | 0 | 37 | E5 | 47 | 1B |
| Octal | 24 | 46 | 164 | 123 | 103 | 0 | 67 | 345 | 107 | 33 |
| Binary | 10100 | 100110 | 1110100 | 1010011 | 1000011 | 0 | 110111 | 11100101 | 1000111 | 11011 |
Color Harmonies of #142674
Complementary color
Monochromatic Colors of #142674
Black with #142674
Text Example
Text Example
White with #142674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142674; }
p { color: rgb(20,38,116); }
H1.HeaderClassName
{
color: #142674;
}
.AnyTagClassName
{
color: #142674;
}
</style>
background-color css
<style>
a { background-color: #142674; }
a { background-color: rgb(20,38,116); }
div.DivClassName
{
background-color: #142674;
}
.BgClassName
{
background-color: #142674;
}
</style>
border-color css
<style>
span { border-color: #142674; }
span { border-color: rgb(20,38,116); }
td.TdClassName
{
border-color: #142674;
}
.TagClassName
{
border-color: #142674;
}
</style>