Shades of Paua #181457
Tints of Paua #181457
RGB
CMYK
RGB Variations
Color information
#181457 (or 0x181457) is known color: Paua. HEX triplet: 18, 14 and 57. RGB value is (24,20,87). Sum of RGB (Red+Green+Blue) = 24+20+87=131 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.32% from 131); Green value is 20 (8.20% from 255 or 15.27% from 131); Blue value is 87 (34.38% from 255 or 66.41% from 131); Max value from RGB is 87 - color contains mainly: blue. Hex color #181457 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181457 is #E7EBA8. Grayscale: #1C1C1C. Windows color (decimal): -15199145 or 5706776. OLE color: 5706776.
HSL color Cylindrical-coordinate representation of color #181457: hue angle of 243.58º degrees, saturation: 0.63, 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 #181457 is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 24 | 20 | 87 | - |
| CMYK | 0.72 | 0.77 | 0 | 0.66 |
| HSL | 243.58º | 0.63% | 0.21% | - |
| HSV(B) | 243.58º | 0.77% | 0.34% | - |
| XYZ | 2.35 | 1.38 | 9.16 | - |
| YUV | 28.83 | 160.83 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 87 | 0.72 | 0.77 | 0 | 0.66 | 243.58 | 0.63 | 0.21 |
| Hex | 18 | 14 | 57 | 48 | 4D | 0 | 42 | F4 | 3F | 15 |
| Octal | 30 | 24 | 127 | 110 | 115 | 0 | 102 | 364 | 77 | 25 |
| Binary | 11000 | 10100 | 1010111 | 1001000 | 1001101 | 0 | 1000010 | 11110100 | 111111 | 10101 |
Color Harmonies of #181457
Complementary color
Monochromatic Colors of #181457
Black with #181457
Text Example
Text Example
White with #181457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181457; }
p { color: rgb(24,20,87); }
H1.HeaderClassName
{
color: #181457;
}
.AnyTagClassName
{
color: #181457;
}
</style>
background-color css
<style>
a { background-color: #181457; }
a { background-color: rgb(24,20,87); }
div.DivClassName
{
background-color: #181457;
}
.BgClassName
{
background-color: #181457;
}
</style>
border-color css
<style>
span { border-color: #181457; }
span { border-color: rgb(24,20,87); }
td.TdClassName
{
border-color: #181457;
}
.TagClassName
{
border-color: #181457;
}
</style>