Shades of Paua #181155
Tints of Paua #181155
RGB
CMYK
RGB Variations
Color information
#181155 (or 0x181155) is known color: Paua. HEX triplet: 18, 11 and 55. RGB value is (24,17,85). Sum of RGB (Red+Green+Blue) = 24+17+85=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 17 (7.03% from 255 or 13.49% from 126); Blue value is 85 (33.59% from 255 or 67.46% from 126); Max value from RGB is 85 - color contains mainly: blue. Hex color #181155 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181155 is #E7EEAA. Grayscale: #1A1A1A. Windows color (decimal): -15199915 or 5574936. OLE color: 5574936.
HSL color Cylindrical-coordinate representation of color #181155: hue angle of 246.18º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #181155 is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 17 | 85 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.67 |
| HSL | 246.18º | 0.67% | 0.2% | - |
| HSV(B) | 246.18º | 0.8% | 0.33% | - |
| XYZ | 2.22 | 1.25 | 8.72 | - |
| YUV | 26.85 | 160.82 | 125.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 17 | 85 | 0.72 | 0.80 | 0 | 0.67 | 246.18 | 0.67 | 0.2 |
| Hex | 18 | 11 | 55 | 48 | 50 | 0 | 43 | F6 | 43 | 14 |
| Octal | 30 | 21 | 125 | 110 | 120 | 0 | 103 | 366 | 103 | 24 |
| Binary | 11000 | 10001 | 1010101 | 1001000 | 1010000 | 0 | 1000011 | 11110110 | 1000011 | 10100 |
Color Harmonies of #181155
Complementary color
Monochromatic Colors of #181155
Black with #181155
Text Example
Text Example
White with #181155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181155; }
p { color: rgb(24,17,85); }
H1.HeaderClassName
{
color: #181155;
}
.AnyTagClassName
{
color: #181155;
}
</style>
background-color css
<style>
a { background-color: #181155; }
a { background-color: rgb(24,17,85); }
div.DivClassName
{
background-color: #181155;
}
.BgClassName
{
background-color: #181155;
}
</style>
border-color css
<style>
span { border-color: #181155; }
span { border-color: rgb(24,17,85); }
td.TdClassName
{
border-color: #181155;
}
.TagClassName
{
border-color: #181155;
}
</style>