Shades of Paua #181456
Tints of Paua #181456
RGB
CMYK
RGB Variations
Color information
#181456 (or 0x181456) is known color: Paua. HEX triplet: 18, 14 and 56. RGB value is (24,20,86). Sum of RGB (Red+Green+Blue) = 24+20+86=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 20 (8.20% from 255 or 15.38% from 130); Blue value is 86 (33.98% from 255 or 66.15% from 130); Max value from RGB is 86 - color contains mainly: blue. Hex color #181456 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181456 is #E7EBA9. Grayscale: #1C1C1C. Windows color (decimal): -15199146 or 5641240. OLE color: 5641240.
HSL color Cylindrical-coordinate representation of color #181456: hue angle of 243.64º degrees, saturation: 0.62, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #181456 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 20 | 86 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.66 |
| HSL | 243.64º | 0.62% | 0.21% | - |
| HSV(B) | 243.64º | 0.77% | 0.34% | - |
| XYZ | 2.31 | 1.37 | 8.95 | - |
| YUV | 28.72 | 160.33 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 86 | 0.72 | 0.77 | 0 | 0.66 | 243.64 | 0.62 | 0.21 |
| Hex | 18 | 14 | 56 | 48 | 4D | 0 | 42 | F4 | 3E | 15 |
| Octal | 30 | 24 | 126 | 110 | 115 | 0 | 102 | 364 | 76 | 25 |
| Binary | 11000 | 10100 | 1010110 | 1001000 | 1001101 | 0 | 1000010 | 11110100 | 111110 | 10101 |
Color Harmonies of #181456
Complementary color
Monochromatic Colors of #181456
Black with #181456
Text Example
Text Example
White with #181456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181456; }
p { color: rgb(24,20,86); }
H1.HeaderClassName
{
color: #181456;
}
.AnyTagClassName
{
color: #181456;
}
</style>
background-color css
<style>
a { background-color: #181456; }
a { background-color: rgb(24,20,86); }
div.DivClassName
{
background-color: #181456;
}
.BgClassName
{
background-color: #181456;
}
</style>
border-color css
<style>
span { border-color: #181456; }
span { border-color: rgb(24,20,86); }
td.TdClassName
{
border-color: #181456;
}
.TagClassName
{
border-color: #181456;
}
</style>