Shades of Paua #16124F
Tints of Paua #16124F
RGB
CMYK
RGB Variations
Color information
#16124F (or 0x16124F) is known color: Paua. HEX triplet: 16, 12 and 4F. RGB value is (22,18,79). Sum of RGB (Red+Green+Blue) = 22+18+79=119 (15% of max value = 765). Red value is 22 (8.98% from 255 or 18.49% from 119); Green value is 18 (7.42% from 255 or 15.13% from 119); Blue value is 79 (31.25% from 255 or 66.39% from 119); Max value from RGB is 79 - color contains mainly: blue. Hex color #16124F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #16124F is #E9EDB0. Grayscale: #191919. Windows color (decimal): -15330737 or 5181974. OLE color: 5181974.
HSL color Cylindrical-coordinate representation of color #16124F: hue angle of 243.93º degrees, saturation: 0.63, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #16124F is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 22 | 18 | 79 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.69 |
| HSL | 243.93º | 0.63% | 0.19% | - |
| HSV(B) | 243.93º | 0.77% | 0.31% | - |
| XYZ | 1.96 | 1.17 | 7.52 | - |
| YUV | 26.15 | 157.83 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 18 | 79 | 0.72 | 0.77 | 0 | 0.69 | 243.93 | 0.63 | 0.19 |
| Hex | 16 | 12 | 4F | 48 | 4D | 0 | 45 | F4 | 3F | 13 |
| Octal | 26 | 22 | 117 | 110 | 115 | 0 | 105 | 364 | 77 | 23 |
| Binary | 10110 | 10010 | 1001111 | 1001000 | 1001101 | 0 | 1000101 | 11110100 | 111111 | 10011 |
Color Harmonies of #16124F
Complementary color
Monochromatic Colors of #16124F
Black with #16124F
Text Example
Text Example
White with #16124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16124F; }
p { color: rgb(22,18,79); }
H1.HeaderClassName
{
color: #16124F;
}
.AnyTagClassName
{
color: #16124F;
}
</style>
background-color css
<style>
a { background-color: #16124F; }
a { background-color: rgb(22,18,79); }
div.DivClassName
{
background-color: #16124F;
}
.BgClassName
{
background-color: #16124F;
}
</style>
border-color css
<style>
span { border-color: #16124F; }
span { border-color: rgb(22,18,79); }
td.TdClassName
{
border-color: #16124F;
}
.TagClassName
{
border-color: #16124F;
}
</style>