Shades of Paua #140D44
Tints of Paua #140D44
RGB
CMYK
RGB Variations
Color information
#140D44 (or 0x140D44) is known color: Paua. HEX triplet: 14, 0D and 44. RGB value is (20,13,68). Sum of RGB (Red+Green+Blue) = 20+13+68=101 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.80% from 101); Green value is 13 (5.47% from 255 or 12.87% from 101); Blue value is 68 (26.95% from 255 or 67.33% from 101); Max value from RGB is 68 - color contains mainly: blue. Hex color #140D44 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140D44 is #EBF2BB. Grayscale: #151515. Windows color (decimal): -15463100 or 4459796. OLE color: 4459796.
HSL color Cylindrical-coordinate representation of color #140D44: hue angle of 247.64º degrees, saturation: 0.68, 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 #140D44 is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 13 | 68 | - |
| CMYK | 0.71 | 0.81 | 0 | 0.73 |
| HSL | 247.64º | 0.68% | 0.16% | - |
| HSV(B) | 247.64º | 0.81% | 0.27% | - |
| XYZ | 1.48 | 0.85 | 5.56 | - |
| YUV | 21.36 | 154.32 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 13 | 68 | 0.71 | 0.81 | 0 | 0.73 | 247.64 | 0.68 | 0.16 |
| Hex | 14 | D | 44 | 47 | 51 | 0 | 49 | F8 | 44 | 10 |
| Octal | 24 | 15 | 104 | 107 | 121 | 0 | 111 | 370 | 104 | 20 |
| Binary | 10100 | 1101 | 1000100 | 1000111 | 1010001 | 0 | 1001001 | 11111000 | 1000100 | 10000 |
Color Harmonies of #140D44
Complementary color
Monochromatic Colors of #140D44
Black with #140D44
Text Example
Text Example
White with #140D44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140D44; }
p { color: rgb(20,13,68); }
H1.HeaderClassName
{
color: #140D44;
}
.AnyTagClassName
{
color: #140D44;
}
</style>
background-color css
<style>
a { background-color: #140D44; }
a { background-color: rgb(20,13,68); }
div.DivClassName
{
background-color: #140D44;
}
.BgClassName
{
background-color: #140D44;
}
</style>
border-color css
<style>
span { border-color: #140D44; }
span { border-color: rgb(20,13,68); }
td.TdClassName
{
border-color: #140D44;
}
.TagClassName
{
border-color: #140D44;
}
</style>