Shades of Paua #161853
Tints of Paua #161853
RGB
CMYK
RGB Variations
Color information
#161853 (or 0x161853) is known color: Paua. HEX triplet: 16, 18 and 53. RGB value is (22,24,83). Sum of RGB (Red+Green+Blue) = 22+24+83=129 (17% of max value = 765). Red value is 22 (8.98% from 255 or 17.05% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 83 (32.81% from 255 or 64.34% from 129); Max value from RGB is 83 - color contains mainly: blue. Hex color #161853 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #161853 is #E9E7AC. Grayscale: #1D1D1D. Windows color (decimal): -15329197 or 5445654. OLE color: 5445654.
HSL color Cylindrical-coordinate representation of color #161853: hue angle of 238.03º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #161853 is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 22 | 24 | 83 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.67 |
| HSL | 238.03º | 0.58% | 0.21% | - |
| HSV(B) | 238.03º | 0.73% | 0.33% | - |
| XYZ | 2.22 | 1.45 | 8.35 | - |
| YUV | 30.13 | 157.84 | 122.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 24 | 83 | 0.73 | 0.71 | 0 | 0.67 | 238.03 | 0.58 | 0.21 |
| Hex | 16 | 18 | 53 | 49 | 47 | 0 | 43 | EE | 3A | 15 |
| Octal | 26 | 30 | 123 | 111 | 107 | 0 | 103 | 356 | 72 | 25 |
| Binary | 10110 | 11000 | 1010011 | 1001001 | 1000111 | 0 | 1000011 | 11101110 | 111010 | 10101 |
Color Harmonies of #161853
Complementary color
Monochromatic Colors of #161853
Black with #161853
Text Example
Text Example
White with #161853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161853; }
p { color: rgb(22,24,83); }
H1.HeaderClassName
{
color: #161853;
}
.AnyTagClassName
{
color: #161853;
}
</style>
background-color css
<style>
a { background-color: #161853; }
a { background-color: rgb(22,24,83); }
div.DivClassName
{
background-color: #161853;
}
.BgClassName
{
background-color: #161853;
}
</style>
border-color css
<style>
span { border-color: #161853; }
span { border-color: rgb(22,24,83); }
td.TdClassName
{
border-color: #161853;
}
.TagClassName
{
border-color: #161853;
}
</style>