Shades of Paua #18164D
Tints of Paua #18164D
RGB
CMYK
RGB Variations
Color information
#18164D (or 0x18164D) is known color: Paua. HEX triplet: 18, 16 and 4D. RGB value is (24,22,77). Sum of RGB (Red+Green+Blue) = 24+22+77=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 77 (30.47% from 255 or 62.60% from 123); Max value from RGB is 77 - color contains mainly: blue. Hex color #18164D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18164D is #E7E9B2. Grayscale: #1C1C1C. Windows color (decimal): -15198643 or 5051928. OLE color: 5051928.
HSL color Cylindrical-coordinate representation of color #18164D: hue angle of 242.18º 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 #18164D is Cyan = 0.69, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 22 | 77 | - |
| CMYK | 0.69 | 0.71 | 0 | 0.70 |
| HSL | 242.18º | 0.56% | 0.19% | - |
| HSV(B) | 242.18º | 0.71% | 0.3% | - |
| XYZ | 2 | 1.3 | 7.17 | - |
| YUV | 28.87 | 155.16 | 124.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 22 | 77 | 0.69 | 0.71 | 0 | 0.70 | 242.18 | 0.56 | 0.19 |
| Hex | 18 | 16 | 4D | 45 | 47 | 0 | 46 | F2 | 38 | 13 |
| Octal | 30 | 26 | 115 | 105 | 107 | 0 | 106 | 362 | 70 | 23 |
| Binary | 11000 | 10110 | 1001101 | 1000101 | 1000111 | 0 | 1000110 | 11110010 | 111000 | 10011 |
Color Harmonies of #18164D
Complementary color
Monochromatic Colors of #18164D
Black with #18164D
Text Example
Text Example
White with #18164D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18164D; }
p { color: rgb(24,22,77); }
H1.HeaderClassName
{
color: #18164D;
}
.AnyTagClassName
{
color: #18164D;
}
</style>
background-color css
<style>
a { background-color: #18164D; }
a { background-color: rgb(24,22,77); }
div.DivClassName
{
background-color: #18164D;
}
.BgClassName
{
background-color: #18164D;
}
</style>
border-color css
<style>
span { border-color: #18164D; }
span { border-color: rgb(24,22,77); }
td.TdClassName
{
border-color: #18164D;
}
.TagClassName
{
border-color: #18164D;
}
</style>