Shades of Paua #18144F
Tints of Paua #18144F
RGB
CMYK
RGB Variations
Color information
#18144F (or 0x18144F) is known color: Paua. HEX triplet: 18, 14 and 4F. RGB value is (24,20,79). Sum of RGB (Red+Green+Blue) = 24+20+79=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 20 (8.20% from 255 or 16.26% from 123); Blue value is 79 (31.25% from 255 or 64.23% from 123); Max value from RGB is 79 - color contains mainly: blue. Hex color #18144F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18144F is #E7EBB0. Grayscale: #1B1B1B. Windows color (decimal): -15199153 or 5182488. OLE color: 5182488.
HSL color Cylindrical-coordinate representation of color #18144F: hue angle of 244.07º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18144F is Cyan = 0.70, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 20 | 79 | - |
| CMYK | 0.70 | 0.75 | 0 | 0.69 |
| HSL | 244.07º | 0.6% | 0.19% | - |
| HSV(B) | 244.07º | 0.75% | 0.31% | - |
| XYZ | 2.04 | 1.26 | 7.53 | - |
| YUV | 27.92 | 156.83 | 125.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 79 | 0.70 | 0.75 | 0 | 0.69 | 244.07 | 0.6 | 0.19 |
| Hex | 18 | 14 | 4F | 46 | 4B | 0 | 45 | F4 | 3C | 13 |
| Octal | 30 | 24 | 117 | 106 | 113 | 0 | 105 | 364 | 74 | 23 |
| Binary | 11000 | 10100 | 1001111 | 1000110 | 1001011 | 0 | 1000101 | 11110100 | 111100 | 10011 |
Color Harmonies of #18144F
Complementary color
Monochromatic Colors of #18144F
Black with #18144F
Text Example
Text Example
White with #18144F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18144F; }
p { color: rgb(24,20,79); }
H1.HeaderClassName
{
color: #18144F;
}
.AnyTagClassName
{
color: #18144F;
}
</style>
background-color css
<style>
a { background-color: #18144F; }
a { background-color: rgb(24,20,79); }
div.DivClassName
{
background-color: #18144F;
}
.BgClassName
{
background-color: #18144F;
}
</style>
border-color css
<style>
span { border-color: #18144F; }
span { border-color: rgb(24,20,79); }
td.TdClassName
{
border-color: #18144F;
}
.TagClassName
{
border-color: #18144F;
}
</style>