Shades of Paua #181156
Tints of Paua #181156
RGB
CMYK
RGB Variations
Color information
#181156 (or 0x181156) is known color: Paua. HEX triplet: 18, 11 and 56. RGB value is (24,17,86). Sum of RGB (Red+Green+Blue) = 24+17+86=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 17 (7.03% from 255 or 13.39% from 127); Blue value is 86 (33.98% from 255 or 67.72% from 127); Max value from RGB is 86 - color contains mainly: blue. Hex color #181156 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181156 is #E7EEA9. Grayscale: #1A1A1A. Windows color (decimal): -15199914 or 5640472. OLE color: 5640472.
HSL color Cylindrical-coordinate representation of color #181156: hue angle of 246.09º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #181156 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 17 | 86 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.66 |
| HSL | 246.09º | 0.67% | 0.2% | - |
| HSV(B) | 246.09º | 0.8% | 0.34% | - |
| XYZ | 2.26 | 1.27 | 8.93 | - |
| YUV | 26.96 | 161.32 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 17 | 86 | 0.72 | 0.80 | 0 | 0.66 | 246.09 | 0.67 | 0.2 |
| Hex | 18 | 11 | 56 | 48 | 50 | 0 | 42 | F6 | 43 | 14 |
| Octal | 30 | 21 | 126 | 110 | 120 | 0 | 102 | 366 | 103 | 24 |
| Binary | 11000 | 10001 | 1010110 | 1001000 | 1010000 | 0 | 1000010 | 11110110 | 1000011 | 10100 |
Color Harmonies of #181156
Complementary color
Monochromatic Colors of #181156
Black with #181156
Text Example
Text Example
White with #181156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181156; }
p { color: rgb(24,17,86); }
H1.HeaderClassName
{
color: #181156;
}
.AnyTagClassName
{
color: #181156;
}
</style>
background-color css
<style>
a { background-color: #181156; }
a { background-color: rgb(24,17,86); }
div.DivClassName
{
background-color: #181156;
}
.BgClassName
{
background-color: #181156;
}
</style>
border-color css
<style>
span { border-color: #181156; }
span { border-color: rgb(24,17,86); }
td.TdClassName
{
border-color: #181156;
}
.TagClassName
{
border-color: #181156;
}
</style>