Shades of Paua #18134D
Tints of Paua #18134D
RGB
CMYK
RGB Variations
Color information
#18134D (or 0x18134D) is known color: Paua. HEX triplet: 18, 13 and 4D. RGB value is (24,19,77). Sum of RGB (Red+Green+Blue) = 24+19+77=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 77 (30.47% from 255 or 64.17% from 120); Max value from RGB is 77 - color contains mainly: blue. Hex color #18134D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #18134D is #E7ECB2. Grayscale: #1A1A1A. Windows color (decimal): -15199411 or 5051160. OLE color: 5051160.
HSL color Cylindrical-coordinate representation of color #18134D: hue angle of 245.17º degrees, saturation: 0.6, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18134D is Cyan = 0.69, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 24 | 19 | 77 | - |
| CMYK | 0.69 | 0.75 | 0 | 0.70 |
| HSL | 245.17º | 0.6% | 0.19% | - |
| HSV(B) | 245.17º | 0.75% | 0.3% | - |
| XYZ | 1.95 | 1.2 | 7.15 | - |
| YUV | 27.11 | 156.16 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 77 | 0.69 | 0.75 | 0 | 0.70 | 245.17 | 0.6 | 0.19 |
| Hex | 18 | 13 | 4D | 45 | 4B | 0 | 46 | F5 | 3C | 13 |
| Octal | 30 | 23 | 115 | 105 | 113 | 0 | 106 | 365 | 74 | 23 |
| Binary | 11000 | 10011 | 1001101 | 1000101 | 1001011 | 0 | 1000110 | 11110101 | 111100 | 10011 |
Color Harmonies of #18134D
Complementary color
Monochromatic Colors of #18134D
Black with #18134D
Text Example
Text Example
White with #18134D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18134D; }
p { color: rgb(24,19,77); }
H1.HeaderClassName
{
color: #18134D;
}
.AnyTagClassName
{
color: #18134D;
}
</style>
background-color css
<style>
a { background-color: #18134D; }
a { background-color: rgb(24,19,77); }
div.DivClassName
{
background-color: #18134D;
}
.BgClassName
{
background-color: #18134D;
}
</style>
border-color css
<style>
span { border-color: #18134D; }
span { border-color: rgb(24,19,77); }
td.TdClassName
{
border-color: #18134D;
}
.TagClassName
{
border-color: #18134D;
}
</style>