Shades of Paua #18134B
Tints of Paua #18134B
RGB
CMYK
RGB Variations
Color information
#18134B (or 0x18134B) is known color: Paua. HEX triplet: 18, 13 and 4B. RGB value is (24,19,75). Sum of RGB (Red+Green+Blue) = 24+19+75=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 19 (7.81% from 255 or 16.10% from 118); Blue value is 75 (29.69% from 255 or 63.56% from 118); Max value from RGB is 75 - color contains mainly: blue. Hex color #18134B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #18134B is #E7ECB4. Grayscale: #1A1A1A. Windows color (decimal): -15199413 or 4920088. OLE color: 4920088.
HSL color Cylindrical-coordinate representation of color #18134B: hue angle of 245.36º degrees, saturation: 0.6, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #18134B is Cyan = 0.68, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 24 | 19 | 75 | - |
| CMYK | 0.68 | 0.75 | 0 | 0.71 |
| HSL | 245.36º | 0.6% | 0.18% | - |
| HSV(B) | 245.36º | 0.75% | 0.29% | - |
| XYZ | 1.88 | 1.17 | 6.78 | - |
| YUV | 26.88 | 155.16 | 125.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 19 | 75 | 0.68 | 0.75 | 0 | 0.71 | 245.36 | 0.6 | 0.18 |
| Hex | 18 | 13 | 4B | 44 | 4B | 0 | 47 | F5 | 3C | 12 |
| Octal | 30 | 23 | 113 | 104 | 113 | 0 | 107 | 365 | 74 | 22 |
| Binary | 11000 | 10011 | 1001011 | 1000100 | 1001011 | 0 | 1000111 | 11110101 | 111100 | 10010 |
Color Harmonies of #18134B
Complementary color
Monochromatic Colors of #18134B
Black with #18134B
Text Example
Text Example
White with #18134B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18134B; }
p { color: rgb(24,19,75); }
H1.HeaderClassName
{
color: #18134B;
}
.AnyTagClassName
{
color: #18134B;
}
</style>
background-color css
<style>
a { background-color: #18134B; }
a { background-color: rgb(24,19,75); }
div.DivClassName
{
background-color: #18134B;
}
.BgClassName
{
background-color: #18134B;
}
</style>
border-color css
<style>
span { border-color: #18134B; }
span { border-color: rgb(24,19,75); }
td.TdClassName
{
border-color: #18134B;
}
.TagClassName
{
border-color: #18134B;
}
</style>