Shades of Paua #181450
Tints of Paua #181450
RGB
CMYK
RGB Variations
Color information
#181450 (or 0x181450) is known color: Paua. HEX triplet: 18, 14 and 50. RGB value is (24,20,80). Sum of RGB (Red+Green+Blue) = 24+20+80=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 20 (8.20% from 255 or 16.13% from 124); Blue value is 80 (31.64% from 255 or 64.52% from 124); Max value from RGB is 80 - color contains mainly: blue. Hex color #181450 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #181450 is #E7EBAF. Grayscale: #1B1B1B. Windows color (decimal): -15199152 or 5248024. OLE color: 5248024.
HSL color Cylindrical-coordinate representation of color #181450: hue angle of 244º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #181450 is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 20 | 80 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.69 |
| HSL | 244º | 0.6% | 0.2% | - |
| HSV(B) | 244º | 0.75% | 0.31% | - |
| XYZ | 2.07 | 1.27 | 7.73 | - |
| YUV | 28.04 | 157.33 | 125.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 80 | 0.70 | 0.75 | 0 | 0.69 | 244 | 0.6 | 0.2 |
| Hex | 18 | 14 | 50 | 46 | 4B | 0 | 45 | F4 | 3C | 14 |
| Octal | 30 | 24 | 120 | 106 | 113 | 0 | 105 | 364 | 74 | 24 |
| Binary | 11000 | 10100 | 1010000 | 1000110 | 1001011 | 0 | 1000101 | 11110100 | 111100 | 10100 |
Color Harmonies of #181450
Complementary color
Monochromatic Colors of #181450
Black with #181450
Text Example
Text Example
White with #181450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #181450; }
p { color: rgb(24,20,80); }
H1.HeaderClassName
{
color: #181450;
}
.AnyTagClassName
{
color: #181450;
}
</style>
background-color css
<style>
a { background-color: #181450; }
a { background-color: rgb(24,20,80); }
div.DivClassName
{
background-color: #181450;
}
.BgClassName
{
background-color: #181450;
}
</style>
border-color css
<style>
span { border-color: #181450; }
span { border-color: rgb(24,20,80); }
td.TdClassName
{
border-color: #181450;
}
.TagClassName
{
border-color: #181450;
}
</style>