Shades of Paua #181654
Tints of Paua #181654
RGB
CMYK
RGB Variations
Color information
#181654 (or 0x181654) is known color: Paua. HEX triplet: 18, 16 and 54. RGB value is (24,22,84). Sum of RGB (Red+Green+Blue) = 24+22+84=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 22 (8.98% from 255 or 16.92% from 130); Blue value is 84 (33.20% from 255 or 64.62% from 130); Max value from RGB is 84 - color contains mainly: blue. Hex color #181654 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181654 is #E7E9AB. Grayscale: #1D1D1D. Windows color (decimal): -15198636 or 5510680. OLE color: 5510680.
HSL color Cylindrical-coordinate representation of color #181654: hue angle of 241.94º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #181654 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 22 | 84 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.67 |
| HSL | 241.94º | 0.58% | 0.21% | - |
| HSV(B) | 241.94º | 0.74% | 0.33% | - |
| XYZ | 2.26 | 1.41 | 8.54 | - |
| YUV | 29.67 | 158.66 | 123.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 22 | 84 | 0.71 | 0.74 | 0 | 0.67 | 241.94 | 0.58 | 0.21 |
| Hex | 18 | 16 | 54 | 47 | 4A | 0 | 43 | F2 | 3A | 15 |
| Octal | 30 | 26 | 124 | 107 | 112 | 0 | 103 | 362 | 72 | 25 |
| Binary | 11000 | 10110 | 1010100 | 1000111 | 1001010 | 0 | 1000011 | 11110010 | 111010 | 10101 |
Color Harmonies of #181654
Complementary color
Monochromatic Colors of #181654
Black with #181654
Text Example
Text Example
White with #181654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181654; }
p { color: rgb(24,22,84); }
H1.HeaderClassName
{
color: #181654;
}
.AnyTagClassName
{
color: #181654;
}
</style>
background-color css
<style>
a { background-color: #181654; }
a { background-color: rgb(24,22,84); }
div.DivClassName
{
background-color: #181654;
}
.BgClassName
{
background-color: #181654;
}
</style>
border-color css
<style>
span { border-color: #181654; }
span { border-color: rgb(24,22,84); }
td.TdClassName
{
border-color: #181654;
}
.TagClassName
{
border-color: #181654;
}
</style>