Shades of Paua #141351
Tints of Paua #141351
RGB
CMYK
RGB Variations
Color information
#141351 (or 0x141351) is known color: Paua. HEX triplet: 14, 13 and 51. RGB value is (20,19,81). Sum of RGB (Red+Green+Blue) = 20+19+81=120 (15% of max value = 765). Red value is 20 (8.20% from 255 or 16.67% from 120); Green value is 19 (7.81% from 255 or 15.83% from 120); Blue value is 81 (32.03% from 255 or 67.5% from 120); Max value from RGB is 81 - color contains mainly: blue. Hex color #141351 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141351 is #EBECAE. Grayscale: #1A1A1A. Windows color (decimal): -15461551 or 5313300. OLE color: 5313300.
HSL color Cylindrical-coordinate representation of color #141351: hue angle of 240.97º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #141351 is Cyan = 0.75, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 19 | 81 | - |
| CMYK | 0.75 | 0.77 | 0 | 0.68 |
| HSL | 240.97º | 0.62% | 0.2% | - |
| HSV(B) | 240.97º | 0.77% | 0.32% | - |
| XYZ | 2.01 | 1.21 | 7.91 | - |
| YUV | 26.37 | 158.83 | 123.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 19 | 81 | 0.75 | 0.77 | 0 | 0.68 | 240.97 | 0.62 | 0.2 |
| Hex | 14 | 13 | 51 | 4B | 4D | 0 | 44 | F1 | 3E | 14 |
| Octal | 24 | 23 | 121 | 113 | 115 | 0 | 104 | 361 | 76 | 24 |
| Binary | 10100 | 10011 | 1010001 | 1001011 | 1001101 | 0 | 1000100 | 11110001 | 111110 | 10100 |
Color Harmonies of #141351
Complementary color
Monochromatic Colors of #141351
Black with #141351
Text Example
Text Example
White with #141351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141351; }
p { color: rgb(20,19,81); }
H1.HeaderClassName
{
color: #141351;
}
.AnyTagClassName
{
color: #141351;
}
</style>
background-color css
<style>
a { background-color: #141351; }
a { background-color: rgb(20,19,81); }
div.DivClassName
{
background-color: #141351;
}
.BgClassName
{
background-color: #141351;
}
</style>
border-color css
<style>
span { border-color: #141351; }
span { border-color: rgb(20,19,81); }
td.TdClassName
{
border-color: #141351;
}
.TagClassName
{
border-color: #141351;
}
</style>