Shades of Sapphire #142C69
Tints of Sapphire #142C69
RGB
CMYK
RGB Variations
Color information
#142C69 (or 0x142C69) is known color: Sapphire. HEX triplet: 14, 2C and 69. RGB value is (20,44,105). Sum of RGB (Red+Green+Blue) = 20+44+105=169 (22% of max value = 765). Red value is 20 (8.20% from 255 or 11.83% from 169); Green value is 44 (17.58% from 255 or 26.04% from 169); Blue value is 105 (41.41% from 255 or 62.13% from 169); Max value from RGB is 105 - color contains mainly: blue. Hex color #142C69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #142C69 is #EBD396. Grayscale: #2B2B2B. Windows color (decimal): -15455127 or 6892564. OLE color: 6892564.
HSL color Cylindrical-coordinate representation of color #142C69: hue angle of 223.06º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #142C69 is Cyan = 0.81, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 20 | 44 | 105 | - |
| CMYK | 0.81 | 0.58 | 0 | 0.59 |
| HSL | 223.06º | 0.68% | 0.25% | - |
| HSV(B) | 223.06º | 0.81% | 0.41% | - |
| XYZ | 3.74 | 2.97 | 13.74 | - |
| YUV | 43.78 | 162.55 | 111.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 44 | 105 | 0.81 | 0.58 | 0 | 0.59 | 223.06 | 0.68 | 0.25 |
| Hex | 14 | 2C | 69 | 51 | 3A | 0 | 3B | DF | 44 | 19 |
| Octal | 24 | 54 | 151 | 121 | 72 | 0 | 73 | 337 | 104 | 31 |
| Binary | 10100 | 101100 | 1101001 | 1010001 | 111010 | 0 | 111011 | 11011111 | 1000100 | 11001 |
Color Harmonies of #142C69
Complementary color
Monochromatic Colors of #142C69
Black with #142C69
Text Example
Text Example
White with #142C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142C69; }
p { color: rgb(20,44,105); }
H1.HeaderClassName
{
color: #142C69;
}
.AnyTagClassName
{
color: #142C69;
}
</style>
background-color css
<style>
a { background-color: #142C69; }
a { background-color: rgb(20,44,105); }
div.DivClassName
{
background-color: #142C69;
}
.BgClassName
{
background-color: #142C69;
}
</style>
border-color css
<style>
span { border-color: #142C69; }
span { border-color: rgb(20,44,105); }
td.TdClassName
{
border-color: #142C69;
}
.TagClassName
{
border-color: #142C69;
}
</style>