Shades of Paua #18144E
Tints of Paua #18144E
RGB
CMYK
RGB Variations
Color information
#18144E (or 0x18144E) is known color: Paua. HEX triplet: 18, 14 and 4E. RGB value is (24,20,78). Sum of RGB (Red+Green+Blue) = 24+20+78=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 20 (8.20% from 255 or 16.39% from 122); Blue value is 78 (30.86% from 255 or 63.93% from 122); Max value from RGB is 78 - color contains mainly: blue. Hex color #18144E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18144E is #E7EBB1. Grayscale: #1B1B1B. Windows color (decimal): -15199154 or 5116952. OLE color: 5116952.
HSL color Cylindrical-coordinate representation of color #18144E: hue angle of 244.14º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #18144E is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 20 | 78 | - |
| CMYK | 0.69 | 0.74 | 0 | 0.69 |
| HSL | 244.14º | 0.59% | 0.19% | - |
| HSV(B) | 244.14º | 0.74% | 0.31% | - |
| XYZ | 2 | 1.24 | 7.34 | - |
| YUV | 27.81 | 156.33 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 20 | 78 | 0.69 | 0.74 | 0 | 0.69 | 244.14 | 0.59 | 0.19 |
| Hex | 18 | 14 | 4E | 45 | 4A | 0 | 45 | F4 | 3B | 13 |
| Octal | 30 | 24 | 116 | 105 | 112 | 0 | 105 | 364 | 73 | 23 |
| Binary | 11000 | 10100 | 1001110 | 1000101 | 1001010 | 0 | 1000101 | 11110100 | 111011 | 10011 |
Color Harmonies of #18144E
Complementary color
Monochromatic Colors of #18144E
Black with #18144E
Text Example
Text Example
White with #18144E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18144E; }
p { color: rgb(24,20,78); }
H1.HeaderClassName
{
color: #18144E;
}
.AnyTagClassName
{
color: #18144E;
}
</style>
background-color css
<style>
a { background-color: #18144E; }
a { background-color: rgb(24,20,78); }
div.DivClassName
{
background-color: #18144E;
}
.BgClassName
{
background-color: #18144E;
}
</style>
border-color css
<style>
span { border-color: #18144E; }
span { border-color: rgb(24,20,78); }
td.TdClassName
{
border-color: #18144E;
}
.TagClassName
{
border-color: #18144E;
}
</style>