Shades of Paua #140D50
Tints of Paua #140D50
RGB
CMYK
RGB Variations
Color information
#140D50 (or 0x140D50) is known color: Paua. HEX triplet: 14, 0D and 50. RGB value is (20,13,80). Sum of RGB (Red+Green+Blue) = 20+13+80=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 13 (5.47% from 255 or 11.50% from 113); Blue value is 80 (31.64% from 255 or 70.80% from 113); Max value from RGB is 80 - color contains mainly: blue. Hex color #140D50 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140D50 is #EBF2AF. Grayscale: #161616. Windows color (decimal): -15463088 or 5246228. OLE color: 5246228.
HSL color Cylindrical-coordinate representation of color #140D50: hue angle of 246.27º degrees, saturation: 0.72, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #140D50 is Cyan = 0.75, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 13 | 80 | - |
| CMYK | 0.75 | 0.84 | 0 | 0.69 |
| HSL | 246.27º | 0.72% | 0.18% | - |
| HSV(B) | 246.27º | 0.84% | 0.31% | - |
| XYZ | 1.88 | 1.02 | 7.69 | - |
| YUV | 22.73 | 160.32 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 80 | 0.75 | 0.84 | 0 | 0.69 | 246.27 | 0.72 | 0.18 |
| Hex | 14 | D | 50 | 4B | 54 | 0 | 45 | F6 | 48 | 12 |
| Octal | 24 | 15 | 120 | 113 | 124 | 0 | 105 | 366 | 110 | 22 |
| Binary | 10100 | 1101 | 1010000 | 1001011 | 1010100 | 0 | 1000101 | 11110110 | 1001000 | 10010 |
Color Harmonies of #140D50
Complementary color
Monochromatic Colors of #140D50
Black with #140D50
Text Example
Text Example
White with #140D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140D50; }
p { color: rgb(20,13,80); }
H1.HeaderClassName
{
color: #140D50;
}
.AnyTagClassName
{
color: #140D50;
}
</style>
background-color css
<style>
a { background-color: #140D50; }
a { background-color: rgb(20,13,80); }
div.DivClassName
{
background-color: #140D50;
}
.BgClassName
{
background-color: #140D50;
}
</style>
border-color css
<style>
span { border-color: #140D50; }
span { border-color: rgb(20,13,80); }
td.TdClassName
{
border-color: #140D50;
}
.TagClassName
{
border-color: #140D50;
}
</style>