Shades of Paua #141451
Tints of Paua #141451
RGB
CMYK
RGB Variations
Color information
#141451 (or 0x141451) is known color: Paua. HEX triplet: 14, 14 and 51. RGB value is (20,20,81). Sum of RGB (Red+Green+Blue) = 20+20+81=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 81 (32.03% from 255 or 66.94% from 121); Max value from RGB is 81 - color contains mainly: blue. Hex color #141451 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141451 is #EBEBAE. Grayscale: #1A1A1A. Windows color (decimal): -15461295 or 5313556. OLE color: 5313556.
HSL color Cylindrical-coordinate representation of color #141451: hue angle of 240º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #141451 is Cyan = 0.75, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 20 | 81 | - |
| CMYK | 0.75 | 0.75 | 0 | 0.68 |
| HSL | 240º | 0.6% | 0.2% | - |
| HSV(B) | 240º | 0.75% | 0.32% | - |
| XYZ | 2.02 | 1.24 | 7.92 | - |
| YUV | 26.95 | 158.5 | 123.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 20 | 81 | 0.75 | 0.75 | 0 | 0.68 | 240 | 0.6 | 0.2 |
| Hex | 14 | 14 | 51 | 4B | 4B | 0 | 44 | F0 | 3C | 14 |
| Octal | 24 | 24 | 121 | 113 | 113 | 0 | 104 | 360 | 74 | 24 |
| Binary | 10100 | 10100 | 1010001 | 1001011 | 1001011 | 0 | 1000100 | 11110000 | 111100 | 10100 |
Color Harmonies of #141451
Complementary color
Monochromatic Colors of #141451
Black with #141451
Text Example
Text Example
White with #141451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141451; }
p { color: rgb(20,20,81); }
H1.HeaderClassName
{
color: #141451;
}
.AnyTagClassName
{
color: #141451;
}
</style>
background-color css
<style>
a { background-color: #141451; }
a { background-color: rgb(20,20,81); }
div.DivClassName
{
background-color: #141451;
}
.BgClassName
{
background-color: #141451;
}
</style>
border-color css
<style>
span { border-color: #141451; }
span { border-color: rgb(20,20,81); }
td.TdClassName
{
border-color: #141451;
}
.TagClassName
{
border-color: #141451;
}
</style>