Shades of Paua #16144A
Tints of Paua #16144A
RGB
CMYK
RGB Variations
Color information
#16144A (or 0x16144A) is known color: Paua. HEX triplet: 16, 14 and 4A. RGB value is (22,20,74). Sum of RGB (Red+Green+Blue) = 22+20+74=116 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.97% from 116); Green value is 20 (8.20% from 255 or 17.24% from 116); Blue value is 74 (29.30% from 255 or 63.79% from 116); Max value from RGB is 74 - color contains mainly: blue. Hex color #16144A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16144A is #E9EBB5. Grayscale: #1A1A1A. Windows color (decimal): -15330230 or 4854806. OLE color: 4854806.
HSL color Cylindrical-coordinate representation of color #16144A: hue angle of 242.22º degrees, saturation: 0.57, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #16144A is Cyan = 0.70, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 20 | 74 | - |
| CMYK | 0.70 | 0.73 | 0 | 0.71 |
| HSL | 242.22º | 0.57% | 0.18% | - |
| HSV(B) | 242.22º | 0.73% | 0.29% | - |
| XYZ | 1.82 | 1.17 | 6.61 | - |
| YUV | 26.75 | 154.66 | 124.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 20 | 74 | 0.70 | 0.73 | 0 | 0.71 | 242.22 | 0.57 | 0.18 |
| Hex | 16 | 14 | 4A | 46 | 49 | 0 | 47 | F2 | 39 | 12 |
| Octal | 26 | 24 | 112 | 106 | 111 | 0 | 107 | 362 | 71 | 22 |
| Binary | 10110 | 10100 | 1001010 | 1000110 | 1001001 | 0 | 1000111 | 11110010 | 111001 | 10010 |
Color Harmonies of #16144A
Complementary color
Monochromatic Colors of #16144A
Black with #16144A
Text Example
Text Example
White with #16144A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16144A; }
p { color: rgb(22,20,74); }
H1.HeaderClassName
{
color: #16144A;
}
.AnyTagClassName
{
color: #16144A;
}
</style>
background-color css
<style>
a { background-color: #16144A; }
a { background-color: rgb(22,20,74); }
div.DivClassName
{
background-color: #16144A;
}
.BgClassName
{
background-color: #16144A;
}
</style>
border-color css
<style>
span { border-color: #16144A; }
span { border-color: rgb(22,20,74); }
td.TdClassName
{
border-color: #16144A;
}
.TagClassName
{
border-color: #16144A;
}
</style>