Shades of Paua #16184F
Tints of Paua #16184F
RGB
CMYK
RGB Variations
Color information
#16184F (or 0x16184F) is known color: Paua. HEX triplet: 16, 18 and 4F. RGB value is (22,24,79). Sum of RGB (Red+Green+Blue) = 22+24+79=125 (16% of max value = 765). Red value is 22 (8.98% from 255 or 17.6% from 125); Green value is 24 (9.77% from 255 or 19.2% from 125); Blue value is 79 (31.25% from 255 or 63.2% from 125); Max value from RGB is 79 - color contains mainly: blue. Hex color #16184F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16184F is #E9E7B0. Grayscale: #1D1D1D. Windows color (decimal): -15329201 or 5183510. OLE color: 5183510.
HSL color Cylindrical-coordinate representation of color #16184F: hue angle of 237.89º degrees, saturation: 0.56, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #16184F is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 24 | 79 | - |
| CMYK | 0.72 | 0.70 | 0 | 0.69 |
| HSL | 237.89º | 0.56% | 0.2% | - |
| HSV(B) | 237.89º | 0.72% | 0.31% | - |
| XYZ | 2.07 | 1.39 | 7.56 | - |
| YUV | 29.67 | 155.84 | 122.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 24 | 79 | 0.72 | 0.70 | 0 | 0.69 | 237.89 | 0.56 | 0.2 |
| Hex | 16 | 18 | 4F | 48 | 46 | 0 | 45 | EE | 38 | 14 |
| Octal | 26 | 30 | 117 | 110 | 106 | 0 | 105 | 356 | 70 | 24 |
| Binary | 10110 | 11000 | 1001111 | 1001000 | 1000110 | 0 | 1000101 | 11101110 | 111000 | 10100 |
Color Harmonies of #16184F
Complementary color
Monochromatic Colors of #16184F
Black with #16184F
Text Example
Text Example
White with #16184F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16184F; }
p { color: rgb(22,24,79); }
H1.HeaderClassName
{
color: #16184F;
}
.AnyTagClassName
{
color: #16184F;
}
</style>
background-color css
<style>
a { background-color: #16184F; }
a { background-color: rgb(22,24,79); }
div.DivClassName
{
background-color: #16184F;
}
.BgClassName
{
background-color: #16184F;
}
</style>
border-color css
<style>
span { border-color: #16184F; }
span { border-color: rgb(22,24,79); }
td.TdClassName
{
border-color: #16184F;
}
.TagClassName
{
border-color: #16184F;
}
</style>