Shades of Paua #14044E
Tints of Paua #14044E
RGB
CMYK
RGB Variations
Color information
#14044E (or 0x14044E) is known color: Paua. HEX triplet: 14, 04 and 4E. RGB value is (20,4,78). Sum of RGB (Red+Green+Blue) = 20+4+78=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 4 (1.95% from 255 or 3.92% from 102); Blue value is 78 (30.86% from 255 or 76.47% from 102); Max value from RGB is 78 - color contains mainly: blue. Hex color #14044E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14044E is #EBFBB1. Grayscale: #101010. Windows color (decimal): -15465394 or 5112852. OLE color: 5112852.
HSL color Cylindrical-coordinate representation of color #14044E: hue angle of 252.97º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #14044E is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 4 | 78 | - |
| CMYK | 0.74 | 0.95 | 0 | 0.69 |
| HSL | 252.97º | 0.9% | 0.16% | - |
| HSV(B) | 252.97º | 0.95% | 0.31% | - |
| XYZ | 1.71 | 0.79 | 7.27 | - |
| YUV | 17.22 | 162.3 | 129.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 4 | 78 | 0.74 | 0.95 | 0 | 0.69 | 252.97 | 0.9 | 0.16 |
| Hex | 14 | 4 | 4E | 4A | 5F | 0 | 45 | FD | 5A | 10 |
| Octal | 24 | 4 | 116 | 112 | 137 | 0 | 105 | 375 | 132 | 20 |
| Binary | 10100 | 100 | 1001110 | 1001010 | 1011111 | 0 | 1000101 | 11111101 | 1011010 | 10000 |
Color Harmonies of #14044E
Complementary color
Monochromatic Colors of #14044E
Black with #14044E
Text Example
Text Example
White with #14044E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14044E; }
p { color: rgb(20,4,78); }
H1.HeaderClassName
{
color: #14044E;
}
.AnyTagClassName
{
color: #14044E;
}
</style>
background-color css
<style>
a { background-color: #14044E; }
a { background-color: rgb(20,4,78); }
div.DivClassName
{
background-color: #14044E;
}
.BgClassName
{
background-color: #14044E;
}
</style>
border-color css
<style>
span { border-color: #14044E; }
span { border-color: rgb(20,4,78); }
td.TdClassName
{
border-color: #14044E;
}
.TagClassName
{
border-color: #14044E;
}
</style>