Shades of Paua #161A54
Tints of Paua #161A54
RGB
CMYK
RGB Variations
Color information
#161A54 (or 0x161A54) is known color: Paua. HEX triplet: 16, 1A and 54. RGB value is (22,26,84). Sum of RGB (Red+Green+Blue) = 22+26+84=132 (17% of max value = 765). Red value is 22 (8.98% from 255 or 16.67% from 132); Green value is 26 (10.55% from 255 or 19.70% from 132); Blue value is 84 (33.20% from 255 or 63.64% from 132); Max value from RGB is 84 - color contains mainly: blue. Hex color #161A54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #161A54 is #E9E5AB. Grayscale: #1F1F1F. Windows color (decimal): -15328684 or 5511702. OLE color: 5511702.
HSL color Cylindrical-coordinate representation of color #161A54: hue angle of 236.13º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #161A54 is Cyan = 0.74, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 26 | 84 | - |
| CMYK | 0.74 | 0.69 | 0 | 0.67 |
| HSL | 236.13º | 0.58% | 0.21% | - |
| HSV(B) | 236.13º | 0.74% | 0.33% | - |
| XYZ | 2.3 | 1.55 | 8.57 | - |
| YUV | 31.42 | 157.67 | 121.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 26 | 84 | 0.74 | 0.69 | 0 | 0.67 | 236.13 | 0.58 | 0.21 |
| Hex | 16 | 1A | 54 | 4A | 45 | 0 | 43 | EC | 3A | 15 |
| Octal | 26 | 32 | 124 | 112 | 105 | 0 | 103 | 354 | 72 | 25 |
| Binary | 10110 | 11010 | 1010100 | 1001010 | 1000101 | 0 | 1000011 | 11101100 | 111010 | 10101 |
Color Harmonies of #161A54
Complementary color
Monochromatic Colors of #161A54
Black with #161A54
Text Example
Text Example
White with #161A54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161A54; }
p { color: rgb(22,26,84); }
H1.HeaderClassName
{
color: #161A54;
}
.AnyTagClassName
{
color: #161A54;
}
</style>
background-color css
<style>
a { background-color: #161A54; }
a { background-color: rgb(22,26,84); }
div.DivClassName
{
background-color: #161A54;
}
.BgClassName
{
background-color: #161A54;
}
</style>
border-color css
<style>
span { border-color: #161A54; }
span { border-color: rgb(22,26,84); }
td.TdClassName
{
border-color: #161A54;
}
.TagClassName
{
border-color: #161A54;
}
</style>