Shades of Sapphire #142762
Tints of Sapphire #142762
RGB
CMYK
RGB Variations
Color information
#142762 (or 0x142762) is known color: Sapphire. HEX triplet: 14, 27 and 62. RGB value is (20,39,98). Sum of RGB (Red+Green+Blue) = 20+39+98=157 (20% of max value = 765). Red value is 20 (8.20% from 255 or 12.74% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 98 (38.67% from 255 or 62.42% from 157); Max value from RGB is 98 - color contains mainly: blue. Hex color #142762 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142762 is #EBD89D. Grayscale: #272727. Windows color (decimal): -15456414 or 6432532. OLE color: 6432532.
HSL color Cylindrical-coordinate representation of color #142762: hue angle of 225.38º 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 #142762 is Cyan = 0.80, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 39 | 98 | - |
| CMYK | 0.80 | 0.60 | 0 | 0.62 |
| HSL | 225.38º | 0.66% | 0.23% | - |
| HSV(B) | 225.38º | 0.8% | 0.38% | - |
| XYZ | 3.22 | 2.48 | 11.86 | - |
| YUV | 40.05 | 160.71 | 113.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 39 | 98 | 0.80 | 0.60 | 0 | 0.62 | 225.38 | 0.66 | 0.23 |
| Hex | 14 | 27 | 62 | 50 | 3C | 0 | 3E | E1 | 42 | 17 |
| Octal | 24 | 47 | 142 | 120 | 74 | 0 | 76 | 341 | 102 | 27 |
| Binary | 10100 | 100111 | 1100010 | 1010000 | 111100 | 0 | 111110 | 11100001 | 1000010 | 10111 |
Color Harmonies of #142762
Complementary color
Monochromatic Colors of #142762
Black with #142762
Text Example
Text Example
White with #142762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142762; }
p { color: rgb(20,39,98); }
H1.HeaderClassName
{
color: #142762;
}
.AnyTagClassName
{
color: #142762;
}
</style>
background-color css
<style>
a { background-color: #142762; }
a { background-color: rgb(20,39,98); }
div.DivClassName
{
background-color: #142762;
}
.BgClassName
{
background-color: #142762;
}
</style>
border-color css
<style>
span { border-color: #142762; }
span { border-color: rgb(20,39,98); }
td.TdClassName
{
border-color: #142762;
}
.TagClassName
{
border-color: #142762;
}
</style>