Shades of Paua #16134A
Tints of Paua #16134A
RGB
CMYK
RGB Variations
Color information
#16134A (or 0x16134A) is known color: Paua. HEX triplet: 16, 13 and 4A. RGB value is (22,19,74). Sum of RGB (Red+Green+Blue) = 22+19+74=115 (15% of max value = 765). Red value is 22 (8.98% from 255 or 19.13% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 74 (29.30% from 255 or 64.35% from 115); Max value from RGB is 74 - color contains mainly: blue. Hex color #16134A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #16134A is #E9ECB5. Grayscale: #191919. Windows color (decimal): -15330486 or 4854550. OLE color: 4854550.
HSL color Cylindrical-coordinate representation of color #16134A: hue angle of 243.27º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #16134A is Cyan = 0.70, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 22 | 19 | 74 | - |
| CMYK | 0.70 | 0.74 | 0 | 0.71 |
| HSL | 243.27º | 0.59% | 0.18% | - |
| HSV(B) | 243.27º | 0.74% | 0.29% | - |
| XYZ | 1.8 | 1.13 | 6.6 | - |
| YUV | 26.17 | 154.99 | 125.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 19 | 74 | 0.70 | 0.74 | 0 | 0.71 | 243.27 | 0.59 | 0.18 |
| Hex | 16 | 13 | 4A | 46 | 4A | 0 | 47 | F3 | 3B | 12 |
| Octal | 26 | 23 | 112 | 106 | 112 | 0 | 107 | 363 | 73 | 22 |
| Binary | 10110 | 10011 | 1001010 | 1000110 | 1001010 | 0 | 1000111 | 11110011 | 111011 | 10010 |
Color Harmonies of #16134A
Complementary color
Monochromatic Colors of #16134A
Black with #16134A
Text Example
Text Example
White with #16134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16134A; }
p { color: rgb(22,19,74); }
H1.HeaderClassName
{
color: #16134A;
}
.AnyTagClassName
{
color: #16134A;
}
</style>
background-color css
<style>
a { background-color: #16134A; }
a { background-color: rgb(22,19,74); }
div.DivClassName
{
background-color: #16134A;
}
.BgClassName
{
background-color: #16134A;
}
</style>
border-color css
<style>
span { border-color: #16134A; }
span { border-color: rgb(22,19,74); }
td.TdClassName
{
border-color: #16134A;
}
.TagClassName
{
border-color: #16134A;
}
</style>