Shades of Paua #14164E
Tints of Paua #14164E
RGB
CMYK
RGB Variations
Color information
#14164E (or 0x14164E) is known color: Paua. HEX triplet: 14, 16 and 4E. RGB value is (20,22,78). Sum of RGB (Red+Green+Blue) = 20+22+78=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 22 (8.98% from 255 or 18.33% from 120); Blue value is 78 (30.86% from 255 or 65% from 120); Max value from RGB is 78 - color contains mainly: blue. Hex color #14164E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14164E is #EBE9B1. Grayscale: #1B1B1B. Windows color (decimal): -15460786 or 5117460. OLE color: 5117460.
HSL color Cylindrical-coordinate representation of color #14164E: hue angle of 237.93º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14164E is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 22 | 78 | - |
| CMYK | 0.74 | 0.72 | 0 | 0.69 |
| HSL | 237.93º | 0.59% | 0.19% | - |
| HSV(B) | 237.93º | 0.74% | 0.31% | - |
| XYZ | 1.95 | 1.27 | 7.35 | - |
| YUV | 27.79 | 156.34 | 122.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 22 | 78 | 0.74 | 0.72 | 0 | 0.69 | 237.93 | 0.59 | 0.19 |
| Hex | 14 | 16 | 4E | 4A | 48 | 0 | 45 | EE | 3B | 13 |
| Octal | 24 | 26 | 116 | 112 | 110 | 0 | 105 | 356 | 73 | 23 |
| Binary | 10100 | 10110 | 1001110 | 1001010 | 1001000 | 0 | 1000101 | 11101110 | 111011 | 10011 |
Color Harmonies of #14164E
Complementary color
Monochromatic Colors of #14164E
Black with #14164E
Text Example
Text Example
White with #14164E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14164E; }
p { color: rgb(20,22,78); }
H1.HeaderClassName
{
color: #14164E;
}
.AnyTagClassName
{
color: #14164E;
}
</style>
background-color css
<style>
a { background-color: #14164E; }
a { background-color: rgb(20,22,78); }
div.DivClassName
{
background-color: #14164E;
}
.BgClassName
{
background-color: #14164E;
}
</style>
border-color css
<style>
span { border-color: #14164E; }
span { border-color: rgb(20,22,78); }
td.TdClassName
{
border-color: #14164E;
}
.TagClassName
{
border-color: #14164E;
}
</style>