Shades of Sapphire #142C6C
Tints of Sapphire #142C6C
RGB
CMYK
RGB Variations
Color information
#142C6C (or 0x142C6C) is known color: Sapphire. HEX triplet: 14, 2C and 6C. RGB value is (20,44,108). Sum of RGB (Red+Green+Blue) = 20+44+108=172 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.63% from 172); Green value is 44 (17.58% from 255 or 25.58% from 172); Blue value is 108 (42.58% from 255 or 62.79% from 172); Max value from RGB is 108 - color contains mainly: blue. Hex color #142C6C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142C6C is #EBD393. Grayscale: #2B2B2B. Windows color (decimal): -15455124 or 7089172. OLE color: 7089172.
HSL color Cylindrical-coordinate representation of color #142C6C: hue angle of 223.64º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #142C6C is Cyan = 0.81, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 20 | 44 | 108 | - |
| CMYK | 0.81 | 0.59 | 0 | 0.58 |
| HSL | 223.64º | 0.69% | 0.25% | - |
| HSV(B) | 223.64º | 0.81% | 0.42% | - |
| XYZ | 3.9 | 3.03 | 14.57 | - |
| YUV | 44.12 | 164.05 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 108 | 0.81 | 0.59 | 0 | 0.58 | 223.64 | 0.69 | 0.25 |
| Hex | 14 | 2C | 6C | 51 | 3B | 0 | 3A | E0 | 45 | 19 |
| Octal | 24 | 54 | 154 | 121 | 73 | 0 | 72 | 340 | 105 | 31 |
| Binary | 10100 | 101100 | 1101100 | 1010001 | 111011 | 0 | 111010 | 11100000 | 1000101 | 11001 |
Color Harmonies of #142C6C
Complementary color
Monochromatic Colors of #142C6C
Black with #142C6C
Text Example
Text Example
White with #142C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142C6C; }
p { color: rgb(20,44,108); }
H1.HeaderClassName
{
color: #142C6C;
}
.AnyTagClassName
{
color: #142C6C;
}
</style>
background-color css
<style>
a { background-color: #142C6C; }
a { background-color: rgb(20,44,108); }
div.DivClassName
{
background-color: #142C6C;
}
.BgClassName
{
background-color: #142C6C;
}
</style>
border-color css
<style>
span { border-color: #142C6C; }
span { border-color: rgb(20,44,108); }
td.TdClassName
{
border-color: #142C6C;
}
.TagClassName
{
border-color: #142C6C;
}
</style>