Shades of Paua #14084E
Tints of Paua #14084E
RGB
CMYK
RGB Variations
Color information
#14084E (or 0x14084E) is known color: Paua. HEX triplet: 14, 08 and 4E. RGB value is (20,8,78). Sum of RGB (Red+Green+Blue) = 20+8+78=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 8 (3.52% from 255 or 7.55% from 106); Blue value is 78 (30.86% from 255 or 73.58% from 106); Max value from RGB is 78 - color contains mainly: blue. Hex color #14084E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14084E is #EBF7B1. Grayscale: #131313. Windows color (decimal): -15464370 or 5113876. OLE color: 5113876.
HSL color Cylindrical-coordinate representation of color #14084E: hue angle of 250.29º degrees, saturation: 0.81, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14084E is Cyan = 0.74, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 8 | 78 | - |
| CMYK | 0.74 | 0.90 | 0 | 0.69 |
| HSL | 250.29º | 0.81% | 0.17% | - |
| HSV(B) | 250.29º | 0.9% | 0.31% | - |
| XYZ | 1.75 | 0.87 | 7.28 | - |
| YUV | 19.57 | 160.98 | 128.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 78 | 0.74 | 0.90 | 0 | 0.69 | 250.29 | 0.81 | 0.17 |
| Hex | 14 | 8 | 4E | 4A | 5A | 0 | 45 | FA | 51 | 11 |
| Octal | 24 | 10 | 116 | 112 | 132 | 0 | 105 | 372 | 121 | 21 |
| Binary | 10100 | 1000 | 1001110 | 1001010 | 1011010 | 0 | 1000101 | 11111010 | 1010001 | 10001 |
Color Harmonies of #14084E
Complementary color
Monochromatic Colors of #14084E
Black with #14084E
Text Example
Text Example
White with #14084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14084E; }
p { color: rgb(20,8,78); }
H1.HeaderClassName
{
color: #14084E;
}
.AnyTagClassName
{
color: #14084E;
}
</style>
background-color css
<style>
a { background-color: #14084E; }
a { background-color: rgb(20,8,78); }
div.DivClassName
{
background-color: #14084E;
}
.BgClassName
{
background-color: #14084E;
}
</style>
border-color css
<style>
span { border-color: #14084E; }
span { border-color: rgb(20,8,78); }
td.TdClassName
{
border-color: #14084E;
}
.TagClassName
{
border-color: #14084E;
}
</style>