Shades of Paua #14054D
Tints of Paua #14054D
RGB
CMYK
RGB Variations
Color information
#14054D (or 0x14054D) is known color: Paua. HEX triplet: 14, 05 and 4D. RGB value is (20,5,77). Sum of RGB (Red+Green+Blue) = 20+5+77=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 5 (2.34% from 255 or 4.90% from 102); Blue value is 77 (30.47% from 255 or 75.49% from 102); Max value from RGB is 77 - color contains mainly: blue. Hex color #14054D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14054D is #EBFAB2. Grayscale: #111111. Windows color (decimal): -15465139 or 5047572. OLE color: 5047572.
HSL color Cylindrical-coordinate representation of color #14054D: hue angle of 252.5º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #14054D is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 5 | 77 | - |
| CMYK | 0.74 | 0.94 | 0 | 0.70 |
| HSL | 252.5º | 0.88% | 0.16% | - |
| HSV(B) | 252.5º | 0.94% | 0.3% | - |
| XYZ | 1.68 | 0.79 | 7.09 | - |
| YUV | 17.69 | 161.47 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 5 | 77 | 0.74 | 0.94 | 0 | 0.70 | 252.5 | 0.88 | 0.16 |
| Hex | 14 | 5 | 4D | 4A | 5E | 0 | 46 | FD | 58 | 10 |
| Octal | 24 | 5 | 115 | 112 | 136 | 0 | 106 | 375 | 130 | 20 |
| Binary | 10100 | 101 | 1001101 | 1001010 | 1011110 | 0 | 1000110 | 11111101 | 1011000 | 10000 |
Color Harmonies of #14054D
Complementary color
Monochromatic Colors of #14054D
Black with #14054D
Text Example
Text Example
White with #14054D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14054D; }
p { color: rgb(20,5,77); }
H1.HeaderClassName
{
color: #14054D;
}
.AnyTagClassName
{
color: #14054D;
}
</style>
background-color css
<style>
a { background-color: #14054D; }
a { background-color: rgb(20,5,77); }
div.DivClassName
{
background-color: #14054D;
}
.BgClassName
{
background-color: #14054D;
}
</style>
border-color css
<style>
span { border-color: #14054D; }
span { border-color: rgb(20,5,77); }
td.TdClassName
{
border-color: #14054D;
}
.TagClassName
{
border-color: #14054D;
}
</style>