Shades of Sapphire #142356
Tints of Sapphire #142356
RGB
CMYK
RGB Variations
Color information
#142356 (or 0x142356) is known color: Sapphire. HEX triplet: 14, 23 and 56. RGB value is (20,35,86). Sum of RGB (Red+Green+Blue) = 20+35+86=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 35 (14.06% from 255 or 24.82% from 141); Blue value is 86 (33.98% from 255 or 60.99% from 141); Max value from RGB is 86 - color contains mainly: blue. Hex color #142356 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142356 is #EBDCA9. Grayscale: #242424. Windows color (decimal): -15457450 or 5645076. OLE color: 5645076.
HSL color Cylindrical-coordinate representation of color #142356: hue angle of 226.36º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #142356 is Cyan = 0.77, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 20 | 35 | 86 | - |
| CMYK | 0.77 | 0.59 | 0 | 0.66 |
| HSL | 226.36º | 0.62% | 0.21% | - |
| HSV(B) | 226.36º | 0.77% | 0.34% | - |
| XYZ | 2.57 | 2.02 | 9.06 | - |
| YUV | 36.33 | 156.03 | 116.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 35 | 86 | 0.77 | 0.59 | 0 | 0.66 | 226.36 | 0.62 | 0.21 |
| Hex | 14 | 23 | 56 | 4D | 3B | 0 | 42 | E2 | 3E | 15 |
| Octal | 24 | 43 | 126 | 115 | 73 | 0 | 102 | 342 | 76 | 25 |
| Binary | 10100 | 100011 | 1010110 | 1001101 | 111011 | 0 | 1000010 | 11100010 | 111110 | 10101 |
Color Harmonies of #142356
Complementary color
Monochromatic Colors of #142356
Black with #142356
Text Example
Text Example
White with #142356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142356; }
p { color: rgb(20,35,86); }
H1.HeaderClassName
{
color: #142356;
}
.AnyTagClassName
{
color: #142356;
}
</style>
background-color css
<style>
a { background-color: #142356; }
a { background-color: rgb(20,35,86); }
div.DivClassName
{
background-color: #142356;
}
.BgClassName
{
background-color: #142356;
}
</style>
border-color css
<style>
span { border-color: #142356; }
span { border-color: rgb(20,35,86); }
td.TdClassName
{
border-color: #142356;
}
.TagClassName
{
border-color: #142356;
}
</style>