Shades of Sapphire #142455
Tints of Sapphire #142455
RGB
CMYK
RGB Variations
Color information
#142455 (or 0x142455) is known color: Sapphire. HEX triplet: 14, 24 and 55. RGB value is (20,36,85). Sum of RGB (Red+Green+Blue) = 20+36+85=141 (18% of max value = 765). Red value is 20 (8.20% from 255 or 14.18% from 141); Green value is 36 (14.45% from 255 or 25.53% from 141); Blue value is 85 (33.59% from 255 or 60.28% from 141); Max value from RGB is 85 - color contains mainly: blue. Hex color #142455 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142455 is #EBDBAA. Grayscale: #242424. Windows color (decimal): -15457195 or 5579796. OLE color: 5579796.
HSL color Cylindrical-coordinate representation of color #142455: hue angle of 225.23º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #142455 is Cyan = 0.76, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 20 | 36 | 85 | - |
| CMYK | 0.76 | 0.58 | 0 | 0.67 |
| HSL | 225.23º | 0.62% | 0.21% | - |
| HSV(B) | 225.23º | 0.76% | 0.33% | - |
| XYZ | 2.56 | 2.07 | 8.86 | - |
| YUV | 36.8 | 155.2 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 36 | 85 | 0.76 | 0.58 | 0 | 0.67 | 225.23 | 0.62 | 0.21 |
| Hex | 14 | 24 | 55 | 4C | 3A | 0 | 43 | E1 | 3E | 15 |
| Octal | 24 | 44 | 125 | 114 | 72 | 0 | 103 | 341 | 76 | 25 |
| Binary | 10100 | 100100 | 1010101 | 1001100 | 111010 | 0 | 1000011 | 11100001 | 111110 | 10101 |
Color Harmonies of #142455
Complementary color
Monochromatic Colors of #142455
Black with #142455
Text Example
Text Example
White with #142455
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142455; }
p { color: rgb(20,36,85); }
H1.HeaderClassName
{
color: #142455;
}
.AnyTagClassName
{
color: #142455;
}
</style>
background-color css
<style>
a { background-color: #142455; }
a { background-color: rgb(20,36,85); }
div.DivClassName
{
background-color: #142455;
}
.BgClassName
{
background-color: #142455;
}
</style>
border-color css
<style>
span { border-color: #142455; }
span { border-color: rgb(20,36,85); }
td.TdClassName
{
border-color: #142455;
}
.TagClassName
{
border-color: #142455;
}
</style>