Shades of Paua #140E48
Tints of Paua #140E48
RGB
CMYK
RGB Variations
Color information
#140E48 (or 0x140E48) is known color: Paua. HEX triplet: 14, 0E and 48. RGB value is (20,14,72). Sum of RGB (Red+Green+Blue) = 20+14+72=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 14 (5.86% from 255 or 13.21% from 106); Blue value is 72 (28.52% from 255 or 67.92% from 106); Max value from RGB is 72 - color contains mainly: blue. Hex color #140E48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140E48 is #EBF1B7. Grayscale: #161616. Windows color (decimal): -15462840 or 4722196. OLE color: 4722196.
HSL color Cylindrical-coordinate representation of color #140E48: hue angle of 246.21º degrees, saturation: 0.67, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #140E48 is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 20 | 14 | 72 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.72 |
| HSL | 246.21º | 0.67% | 0.17% | - |
| HSV(B) | 246.21º | 0.81% | 0.28% | - |
| XYZ | 1.62 | 0.93 | 6.23 | - |
| YUV | 22.41 | 155.99 | 126.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 14 | 72 | 0.72 | 0.81 | 0 | 0.72 | 246.21 | 0.67 | 0.17 |
| Hex | 14 | E | 48 | 48 | 51 | 0 | 48 | F6 | 43 | 11 |
| Octal | 24 | 16 | 110 | 110 | 121 | 0 | 110 | 366 | 103 | 21 |
| Binary | 10100 | 1110 | 1001000 | 1001000 | 1010001 | 0 | 1001000 | 11110110 | 1000011 | 10001 |
Color Harmonies of #140E48
Complementary color
Monochromatic Colors of #140E48
Black with #140E48
Text Example
Text Example
White with #140E48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140E48; }
p { color: rgb(20,14,72); }
H1.HeaderClassName
{
color: #140E48;
}
.AnyTagClassName
{
color: #140E48;
}
</style>
background-color css
<style>
a { background-color: #140E48; }
a { background-color: rgb(20,14,72); }
div.DivClassName
{
background-color: #140E48;
}
.BgClassName
{
background-color: #140E48;
}
</style>
border-color css
<style>
span { border-color: #140E48; }
span { border-color: rgb(20,14,72); }
td.TdClassName
{
border-color: #140E48;
}
.TagClassName
{
border-color: #140E48;
}
</style>