Shades of Sapphire #142354
Tints of Sapphire #142354
RGB
CMYK
RGB Variations
Color information
#142354 (or 0x142354) is known color: Sapphire. HEX triplet: 14, 23 and 54. RGB value is (20,35,84). Sum of RGB (Red+Green+Blue) = 20+35+84=139 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.39% from 139); Green value is 35 (14.06% from 255 or 25.18% from 139); Blue value is 84 (33.20% from 255 or 60.43% from 139); Max value from RGB is 84 - color contains mainly: blue. Hex color #142354 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142354 is #EBDCAB. Grayscale: #232323. Windows color (decimal): -15457452 or 5514004. OLE color: 5514004.
HSL color Cylindrical-coordinate representation of color #142354: hue angle of 225.94º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #142354 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 35 | 84 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.67 |
| HSL | 225.94º | 0.62% | 0.2% | - |
| HSV(B) | 225.94º | 0.76% | 0.33% | - |
| XYZ | 2.49 | 1.99 | 8.64 | - |
| YUV | 36.1 | 155.03 | 116.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 35 | 84 | 0.76 | 0.58 | 0 | 0.67 | 225.94 | 0.62 | 0.2 |
| Hex | 14 | 23 | 54 | 4C | 3A | 0 | 43 | E2 | 3E | 14 |
| Octal | 24 | 43 | 124 | 114 | 72 | 0 | 103 | 342 | 76 | 24 |
| Binary | 10100 | 100011 | 1010100 | 1001100 | 111010 | 0 | 1000011 | 11100010 | 111110 | 10100 |
Color Harmonies of #142354
Complementary color
Monochromatic Colors of #142354
Black with #142354
Text Example
Text Example
White with #142354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142354; }
p { color: rgb(20,35,84); }
H1.HeaderClassName
{
color: #142354;
}
.AnyTagClassName
{
color: #142354;
}
</style>
background-color css
<style>
a { background-color: #142354; }
a { background-color: rgb(20,35,84); }
div.DivClassName
{
background-color: #142354;
}
.BgClassName
{
background-color: #142354;
}
</style>
border-color css
<style>
span { border-color: #142354; }
span { border-color: rgb(20,35,84); }
td.TdClassName
{
border-color: #142354;
}
.TagClassName
{
border-color: #142354;
}
</style>