Shades of Paua #181354
Tints of Paua #181354
RGB
CMYK
RGB Variations
Color information
#181354 (or 0x181354) is known color: Paua. HEX triplet: 18, 13 and 54. RGB value is (24,19,84). Sum of RGB (Red+Green+Blue) = 24+19+84=127 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.90% from 127); Green value is 19 (7.81% from 255 or 14.96% from 127); Blue value is 84 (33.20% from 255 or 66.14% from 127); Max value from RGB is 84 - color contains mainly: blue. Hex color #181354 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181354 is #E7ECAB. Grayscale: #1B1B1B. Windows color (decimal): -15199404 or 5509912. OLE color: 5509912.
HSL color Cylindrical-coordinate representation of color #181354: hue angle of 244.62º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #181354 is Cyan = 0.71, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 24 | 19 | 84 | - |
| CMYK | 0.71 | 0.77 | 0 | 0.67 |
| HSL | 244.62º | 0.63% | 0.2% | - |
| HSV(B) | 244.62º | 0.77% | 0.33% | - |
| XYZ | 2.21 | 1.3 | 8.52 | - |
| YUV | 27.91 | 159.66 | 125.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 84 | 0.71 | 0.77 | 0 | 0.67 | 244.62 | 0.63 | 0.2 |
| Hex | 18 | 13 | 54 | 47 | 4D | 0 | 43 | F5 | 3F | 14 |
| Octal | 30 | 23 | 124 | 107 | 115 | 0 | 103 | 365 | 77 | 24 |
| Binary | 11000 | 10011 | 1010100 | 1000111 | 1001101 | 0 | 1000011 | 11110101 | 111111 | 10100 |
Color Harmonies of #181354
Complementary color
Monochromatic Colors of #181354
Black with #181354
Text Example
Text Example
White with #181354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181354; }
p { color: rgb(24,19,84); }
H1.HeaderClassName
{
color: #181354;
}
.AnyTagClassName
{
color: #181354;
}
</style>
background-color css
<style>
a { background-color: #181354; }
a { background-color: rgb(24,19,84); }
div.DivClassName
{
background-color: #181354;
}
.BgClassName
{
background-color: #181354;
}
</style>
border-color css
<style>
span { border-color: #181354; }
span { border-color: rgb(24,19,84); }
td.TdClassName
{
border-color: #181354;
}
.TagClassName
{
border-color: #181354;
}
</style>