Shades of Sapphire #142062
Tints of Sapphire #142062
RGB
CMYK
RGB Variations
Color information
#142062 (or 0x142062) is known color: Sapphire. HEX triplet: 14, 20 and 62. RGB value is (20,32,98). Sum of RGB (Red+Green+Blue) = 20+32+98=150 (19% of max value = 765). Red value is 20 (8.20% from 255 or 13.33% from 150); Green value is 32 (12.89% from 255 or 21.33% from 150); Blue value is 98 (38.67% from 255 or 65.33% from 150); Max value from RGB is 98 - color contains mainly: blue. Hex color #142062 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142062 is #EBDF9D. Grayscale: #232323. Windows color (decimal): -15458206 or 6430740. OLE color: 6430740.
HSL color Cylindrical-coordinate representation of color #142062: hue angle of 230.77º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #142062 is Cyan = 0.80, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 32 | 98 | - |
| CMYK | 0.80 | 0.67 | 0 | 0.62 |
| HSL | 230.77º | 0.66% | 0.23% | - |
| HSV(B) | 230.77º | 0.8% | 0.38% | - |
| XYZ | 3.01 | 2.06 | 11.79 | - |
| YUV | 35.94 | 163.02 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 32 | 98 | 0.80 | 0.67 | 0 | 0.62 | 230.77 | 0.66 | 0.23 |
| Hex | 14 | 20 | 62 | 50 | 43 | 0 | 3E | E7 | 42 | 17 |
| Octal | 24 | 40 | 142 | 120 | 103 | 0 | 76 | 347 | 102 | 27 |
| Binary | 10100 | 100000 | 1100010 | 1010000 | 1000011 | 0 | 111110 | 11100111 | 1000010 | 10111 |
Color Harmonies of #142062
Complementary color
Monochromatic Colors of #142062
Black with #142062
Text Example
Text Example
White with #142062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142062; }
p { color: rgb(20,32,98); }
H1.HeaderClassName
{
color: #142062;
}
.AnyTagClassName
{
color: #142062;
}
</style>
background-color css
<style>
a { background-color: #142062; }
a { background-color: rgb(20,32,98); }
div.DivClassName
{
background-color: #142062;
}
.BgClassName
{
background-color: #142062;
}
</style>
border-color css
<style>
span { border-color: #142062; }
span { border-color: rgb(20,32,98); }
td.TdClassName
{
border-color: #142062;
}
.TagClassName
{
border-color: #142062;
}
</style>