Shades of Paua #140D46
Tints of Paua #140D46
RGB
CMYK
RGB Variations
Color information
#140D46 (or 0x140D46) is known color: Paua. HEX triplet: 14, 0D and 46. RGB value is (20,13,70). Sum of RGB (Red+Green+Blue) = 20+13+70=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 13 (5.47% from 255 or 12.62% from 103); Blue value is 70 (27.73% from 255 or 67.96% from 103); Max value from RGB is 70 - color contains mainly: blue. Hex color #140D46 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140D46 is #EBF2B9. Grayscale: #151515. Windows color (decimal): -15463098 or 4590868. OLE color: 4590868.
HSL color Cylindrical-coordinate representation of color #140D46: hue angle of 247.37º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #140D46 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 13 | 70 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.73 |
| HSL | 247.37º | 0.69% | 0.16% | - |
| HSV(B) | 247.37º | 0.81% | 0.27% | - |
| XYZ | 1.54 | 0.88 | 5.88 | - |
| YUV | 21.59 | 155.32 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 70 | 0.71 | 0.81 | 0 | 0.73 | 247.37 | 0.69 | 0.16 |
| Hex | 14 | D | 46 | 47 | 51 | 0 | 49 | F7 | 45 | 10 |
| Octal | 24 | 15 | 106 | 107 | 121 | 0 | 111 | 367 | 105 | 20 |
| Binary | 10100 | 1101 | 1000110 | 1000111 | 1010001 | 0 | 1001001 | 11110111 | 1000101 | 10000 |
Color Harmonies of #140D46
Complementary color
Monochromatic Colors of #140D46
Black with #140D46
Text Example
Text Example
White with #140D46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140D46; }
p { color: rgb(20,13,70); }
H1.HeaderClassName
{
color: #140D46;
}
.AnyTagClassName
{
color: #140D46;
}
</style>
background-color css
<style>
a { background-color: #140D46; }
a { background-color: rgb(20,13,70); }
div.DivClassName
{
background-color: #140D46;
}
.BgClassName
{
background-color: #140D46;
}
</style>
border-color css
<style>
span { border-color: #140D46; }
span { border-color: rgb(20,13,70); }
td.TdClassName
{
border-color: #140D46;
}
.TagClassName
{
border-color: #140D46;
}
</style>