Shades of Sapphire #142262
Tints of Sapphire #142262
RGB
CMYK
RGB Variations
Color information
#142262 (or 0x142262) is known color: Sapphire. HEX triplet: 14, 22 and 62. RGB value is (20,34,98). Sum of RGB (Red+Green+Blue) = 20+34+98=152 (20% of max value = 765). Red value is 20 (8.20% from 255 or 13.16% from 152); Green value is 34 (13.67% from 255 or 22.37% from 152); Blue value is 98 (38.67% from 255 or 64.47% from 152); Max value from RGB is 98 - color contains mainly: blue. Hex color #142262 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142262 is #EBDD9D. Grayscale: #242424. Windows color (decimal): -15457694 or 6431252. OLE color: 6431252.
HSL color Cylindrical-coordinate representation of color #142262: hue angle of 229.23º 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 #142262 is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 34 | 98 | - |
| CMYK | 0.80 | 0.65 | 0 | 0.62 |
| HSL | 229.23º | 0.66% | 0.23% | - |
| HSV(B) | 229.23º | 0.8% | 0.38% | - |
| XYZ | 3.07 | 2.17 | 11.81 | - |
| YUV | 37.11 | 162.36 | 115.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 34 | 98 | 0.80 | 0.65 | 0 | 0.62 | 229.23 | 0.66 | 0.23 |
| Hex | 14 | 22 | 62 | 50 | 41 | 0 | 3E | E5 | 42 | 17 |
| Octal | 24 | 42 | 142 | 120 | 101 | 0 | 76 | 345 | 102 | 27 |
| Binary | 10100 | 100010 | 1100010 | 1010000 | 1000001 | 0 | 111110 | 11100101 | 1000010 | 10111 |
Color Harmonies of #142262
Complementary color
Monochromatic Colors of #142262
Black with #142262
Text Example
Text Example
White with #142262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142262; }
p { color: rgb(20,34,98); }
H1.HeaderClassName
{
color: #142262;
}
.AnyTagClassName
{
color: #142262;
}
</style>
background-color css
<style>
a { background-color: #142262; }
a { background-color: rgb(20,34,98); }
div.DivClassName
{
background-color: #142262;
}
.BgClassName
{
background-color: #142262;
}
</style>
border-color css
<style>
span { border-color: #142262; }
span { border-color: rgb(20,34,98); }
td.TdClassName
{
border-color: #142262;
}
.TagClassName
{
border-color: #142262;
}
</style>