Shades of Paua #140A48
Tints of Paua #140A48
RGB
CMYK
RGB Variations
Color information
#140A48 (or 0x140A48) is known color: Paua. HEX triplet: 14, 0A and 48. RGB value is (20,10,72). Sum of RGB (Red+Green+Blue) = 20+10+72=102 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.61% from 102); Green value is 10 (4.30% from 255 or 9.80% from 102); Blue value is 72 (28.52% from 255 or 70.59% from 102); Max value from RGB is 72 - color contains mainly: blue. Hex color #140A48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140A48 is #EBF5B7. Grayscale: #131313. Windows color (decimal): -15463864 or 4721172. OLE color: 4721172.
HSL color Cylindrical-coordinate representation of color #140A48: hue angle of 249.68º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #140A48 is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 10 | 72 | - |
| CMYK | 0.72 | 0.86 | 0 | 0.72 |
| HSL | 249.68º | 0.76% | 0.16% | - |
| HSV(B) | 249.68º | 0.86% | 0.28% | - |
| XYZ | 1.57 | 0.83 | 6.21 | - |
| YUV | 20.06 | 157.31 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 10 | 72 | 0.72 | 0.86 | 0 | 0.72 | 249.68 | 0.76 | 0.16 |
| Hex | 14 | A | 48 | 48 | 56 | 0 | 48 | FA | 4C | 10 |
| Octal | 24 | 12 | 110 | 110 | 126 | 0 | 110 | 372 | 114 | 20 |
| Binary | 10100 | 1010 | 1001000 | 1001000 | 1010110 | 0 | 1001000 | 11111010 | 1001100 | 10000 |
Color Harmonies of #140A48
Complementary color
Monochromatic Colors of #140A48
Black with #140A48
Text Example
Text Example
White with #140A48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140A48; }
p { color: rgb(20,10,72); }
H1.HeaderClassName
{
color: #140A48;
}
.AnyTagClassName
{
color: #140A48;
}
</style>
background-color css
<style>
a { background-color: #140A48; }
a { background-color: rgb(20,10,72); }
div.DivClassName
{
background-color: #140A48;
}
.BgClassName
{
background-color: #140A48;
}
</style>
border-color css
<style>
span { border-color: #140A48; }
span { border-color: rgb(20,10,72); }
td.TdClassName
{
border-color: #140A48;
}
.TagClassName
{
border-color: #140A48;
}
</style>