Shades of Paua #14164C
Tints of Paua #14164C
RGB
CMYK
RGB Variations
Color information
#14164C (or 0x14164C) is known color: Paua. HEX triplet: 14, 16 and 4C. RGB value is (20,22,76). Sum of RGB (Red+Green+Blue) = 20+22+76=118 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.95% from 118); Green value is 22 (8.98% from 255 or 18.64% from 118); Blue value is 76 (30.08% from 255 or 64.41% from 118); Max value from RGB is 76 - color contains mainly: blue. Hex color #14164C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14164C is #EBE9B3. Grayscale: #1B1B1B. Windows color (decimal): -15460788 or 4986388. OLE color: 4986388.
HSL color Cylindrical-coordinate representation of color #14164C: hue angle of 237.86º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14164C is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 22 | 76 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.70 |
| HSL | 237.86º | 0.58% | 0.19% | - |
| HSV(B) | 237.86º | 0.74% | 0.3% | - |
| XYZ | 1.88 | 1.24 | 6.98 | - |
| YUV | 27.56 | 155.34 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 22 | 76 | 0.74 | 0.71 | 0 | 0.70 | 237.86 | 0.58 | 0.19 |
| Hex | 14 | 16 | 4C | 4A | 47 | 0 | 46 | EE | 3A | 13 |
| Octal | 24 | 26 | 114 | 112 | 107 | 0 | 106 | 356 | 72 | 23 |
| Binary | 10100 | 10110 | 1001100 | 1001010 | 1000111 | 0 | 1000110 | 11101110 | 111010 | 10011 |
Color Harmonies of #14164C
Complementary color
Monochromatic Colors of #14164C
Black with #14164C
Text Example
Text Example
White with #14164C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14164C; }
p { color: rgb(20,22,76); }
H1.HeaderClassName
{
color: #14164C;
}
.AnyTagClassName
{
color: #14164C;
}
</style>
background-color css
<style>
a { background-color: #14164C; }
a { background-color: rgb(20,22,76); }
div.DivClassName
{
background-color: #14164C;
}
.BgClassName
{
background-color: #14164C;
}
</style>
border-color css
<style>
span { border-color: #14164C; }
span { border-color: rgb(20,22,76); }
td.TdClassName
{
border-color: #14164C;
}
.TagClassName
{
border-color: #14164C;
}
</style>