Shades of Paua #16194D
Tints of Paua #16194D
RGB
CMYK
RGB Variations
Color information
#16194D (or 0x16194D) is known color: Paua. HEX triplet: 16, 19 and 4D. RGB value is (22,25,77). Sum of RGB (Red+Green+Blue) = 22+25+77=124 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.74% from 124); Green value is 25 (10.16% from 255 or 20.16% from 124); Blue value is 77 (30.47% from 255 or 62.10% from 124); Max value from RGB is 77 - color contains mainly: blue. Hex color #16194D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16194D is #E9E6B2. Grayscale: #1D1D1D. Windows color (decimal): -15328947 or 5052694. OLE color: 5052694.
HSL color Cylindrical-coordinate representation of color #16194D: hue angle of 236.73º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #16194D is Cyan = 0.71, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 22 | 25 | 77 | - |
| CMYK | 0.71 | 0.68 | 0 | 0.70 |
| HSL | 236.73º | 0.56% | 0.19% | - |
| HSV(B) | 236.73º | 0.71% | 0.3% | - |
| XYZ | 2.02 | 1.4 | 7.19 | - |
| YUV | 30.03 | 154.51 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 25 | 77 | 0.71 | 0.68 | 0 | 0.70 | 236.73 | 0.56 | 0.19 |
| Hex | 16 | 19 | 4D | 47 | 44 | 0 | 46 | ED | 38 | 13 |
| Octal | 26 | 31 | 115 | 107 | 104 | 0 | 106 | 355 | 70 | 23 |
| Binary | 10110 | 11001 | 1001101 | 1000111 | 1000100 | 0 | 1000110 | 11101101 | 111000 | 10011 |
Color Harmonies of #16194D
Complementary color
Monochromatic Colors of #16194D
Black with #16194D
Text Example
Text Example
White with #16194D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16194D; }
p { color: rgb(22,25,77); }
H1.HeaderClassName
{
color: #16194D;
}
.AnyTagClassName
{
color: #16194D;
}
</style>
background-color css
<style>
a { background-color: #16194D; }
a { background-color: rgb(22,25,77); }
div.DivClassName
{
background-color: #16194D;
}
.BgClassName
{
background-color: #16194D;
}
</style>
border-color css
<style>
span { border-color: #16194D; }
span { border-color: rgb(22,25,77); }
td.TdClassName
{
border-color: #16194D;
}
.TagClassName
{
border-color: #16194D;
}
</style>