Shades of Sapphire #142570
Tints of Sapphire #142570
RGB
CMYK
RGB Variations
Color information
#142570 (or 0x142570) is known color: Sapphire. HEX triplet: 14, 25 and 70. RGB value is (20,37,112). Sum of RGB (Red+Green+Blue) = 20+37+112=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 112 (44.14% from 255 or 66.27% from 169); Max value from RGB is 112 - color contains mainly: blue. Hex color #142570 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142570 is #EBDA8F. Grayscale: #282828. Windows color (decimal): -15456912 or 7349524. OLE color: 7349524.
HSL color Cylindrical-coordinate representation of color #142570: hue angle of 228.91º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #142570 is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 20 | 37 | 112 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.56 |
| HSL | 228.91º | 0.7% | 0.26% | - |
| HSV(B) | 228.91º | 0.82% | 0.44% | - |
| XYZ | 3.87 | 2.64 | 15.63 | - |
| YUV | 40.47 | 168.37 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 37 | 112 | 0.82 | 0.67 | 0 | 0.56 | 228.91 | 0.7 | 0.26 |
| Hex | 14 | 25 | 70 | 52 | 43 | 0 | 38 | E5 | 46 | 1A |
| Octal | 24 | 45 | 160 | 122 | 103 | 0 | 70 | 345 | 106 | 32 |
| Binary | 10100 | 100101 | 1110000 | 1010010 | 1000011 | 0 | 111000 | 11100101 | 1000110 | 11010 |
Color Harmonies of #142570
Complementary color
Monochromatic Colors of #142570
Black with #142570
Text Example
Text Example
White with #142570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142570; }
p { color: rgb(20,37,112); }
H1.HeaderClassName
{
color: #142570;
}
.AnyTagClassName
{
color: #142570;
}
</style>
background-color css
<style>
a { background-color: #142570; }
a { background-color: rgb(20,37,112); }
div.DivClassName
{
background-color: #142570;
}
.BgClassName
{
background-color: #142570;
}
</style>
border-color css
<style>
span { border-color: #142570; }
span { border-color: rgb(20,37,112); }
td.TdClassName
{
border-color: #142570;
}
.TagClassName
{
border-color: #142570;
}
</style>