Shades of Sapphire #142F62
Tints of Sapphire #142F62
RGB
CMYK
RGB Variations
Color information
#142F62 (or 0x142F62) is known color: Sapphire. HEX triplet: 14, 2F and 62. RGB value is (20,47,98). Sum of RGB (Red+Green+Blue) = 20+47+98=165 (21% of max value = 765). Red value is 20 (8.20% from 255 or 12.12% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 98 (38.67% from 255 or 59.39% from 165); Max value from RGB is 98 - color contains mainly: blue. Hex color #142F62 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142F62 is #EBD09D. Grayscale: #2C2C2C. Windows color (decimal): -15454366 or 6434580. OLE color: 6434580.
HSL color Cylindrical-coordinate representation of color #142F62: hue angle of 219.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 #142F62 is Cyan = 0.80, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 20 | 47 | 98 | - |
| CMYK | 0.80 | 0.52 | 0 | 0.62 |
| HSL | 219.23º | 0.66% | 0.23% | - |
| HSV(B) | 219.23º | 0.8% | 0.38% | - |
| XYZ | 3.51 | 3.06 | 11.96 | - |
| YUV | 44.74 | 158.05 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 47 | 98 | 0.80 | 0.52 | 0 | 0.62 | 219.23 | 0.66 | 0.23 |
| Hex | 14 | 2F | 62 | 50 | 34 | 0 | 3E | DB | 42 | 17 |
| Octal | 24 | 57 | 142 | 120 | 64 | 0 | 76 | 333 | 102 | 27 |
| Binary | 10100 | 101111 | 1100010 | 1010000 | 110100 | 0 | 111110 | 11011011 | 1000010 | 10111 |
Color Harmonies of #142F62
Complementary color
Monochromatic Colors of #142F62
Black with #142F62
Text Example
Text Example
White with #142F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142F62; }
p { color: rgb(20,47,98); }
H1.HeaderClassName
{
color: #142F62;
}
.AnyTagClassName
{
color: #142F62;
}
</style>
background-color css
<style>
a { background-color: #142F62; }
a { background-color: rgb(20,47,98); }
div.DivClassName
{
background-color: #142F62;
}
.BgClassName
{
background-color: #142F62;
}
</style>
border-color css
<style>
span { border-color: #142F62; }
span { border-color: rgb(20,47,98); }
td.TdClassName
{
border-color: #142F62;
}
.TagClassName
{
border-color: #142F62;
}
</style>