Shades of Paua #18184E
Tints of Paua #18184E
RGB
CMYK
RGB Variations
Color information
#18184E (or 0x18184E) is known color: Paua. HEX triplet: 18, 18 and 4E. RGB value is (24,24,78). Sum of RGB (Red+Green+Blue) = 24+24+78=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 78 (30.86% from 255 or 61.90% from 126); Max value from RGB is 78 - color contains mainly: blue. Hex color #18184E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18184E is #E7E7B1. Grayscale: #1D1D1D. Windows color (decimal): -15198130 or 5117976. OLE color: 5117976.
HSL color Cylindrical-coordinate representation of color #18184E: hue angle of 240º degrees, saturation: 0.53, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #18184E is Cyan = 0.69, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 24 | 24 | 78 | - |
| CMYK | 0.69 | 0.69 | 0 | 0.69 |
| HSL | 240º | 0.53% | 0.2% | - |
| HSV(B) | 240º | 0.69% | 0.31% | - |
| XYZ | 2.08 | 1.4 | 7.37 | - |
| YUV | 30.16 | 155 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 24 | 78 | 0.69 | 0.69 | 0 | 0.69 | 240 | 0.53 | 0.2 |
| Hex | 18 | 18 | 4E | 45 | 45 | 0 | 45 | F0 | 35 | 14 |
| Octal | 30 | 30 | 116 | 105 | 105 | 0 | 105 | 360 | 65 | 24 |
| Binary | 11000 | 11000 | 1001110 | 1000101 | 1000101 | 0 | 1000101 | 11110000 | 110101 | 10100 |
Color Harmonies of #18184E
Complementary color
Monochromatic Colors of #18184E
Black with #18184E
Text Example
Text Example
White with #18184E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18184E; }
p { color: rgb(24,24,78); }
H1.HeaderClassName
{
color: #18184E;
}
.AnyTagClassName
{
color: #18184E;
}
</style>
background-color css
<style>
a { background-color: #18184E; }
a { background-color: rgb(24,24,78); }
div.DivClassName
{
background-color: #18184E;
}
.BgClassName
{
background-color: #18184E;
}
</style>
border-color css
<style>
span { border-color: #18184E; }
span { border-color: rgb(24,24,78); }
td.TdClassName
{
border-color: #18184E;
}
.TagClassName
{
border-color: #18184E;
}
</style>