Shades of Paua #141150
Tints of Paua #141150
RGB
CMYK
RGB Variations
Color information
#141150 (or 0x141150) is known color: Paua. HEX triplet: 14, 11 and 50. RGB value is (20,17,80). Sum of RGB (Red+Green+Blue) = 20+17+80=117 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.09% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 80 (31.64% from 255 or 68.38% from 117); Max value from RGB is 80 - color contains mainly: blue. Hex color #141150 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141150 is #EBEEAF. Grayscale: #181818. Windows color (decimal): -15462064 or 5247252. OLE color: 5247252.
HSL color Cylindrical-coordinate representation of color #141150: hue angle of 242.86º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #141150 is Cyan = 0.75, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 17 | 80 | - |
| CMYK | 0.75 | 0.79 | 0 | 0.69 |
| HSL | 242.86º | 0.65% | 0.19% | - |
| HSV(B) | 242.86º | 0.79% | 0.31% | - |
| XYZ | 1.94 | 1.13 | 7.71 | - |
| YUV | 25.08 | 158.99 | 124.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 17 | 80 | 0.75 | 0.79 | 0 | 0.69 | 242.86 | 0.65 | 0.19 |
| Hex | 14 | 11 | 50 | 4B | 4F | 0 | 45 | F3 | 41 | 13 |
| Octal | 24 | 21 | 120 | 113 | 117 | 0 | 105 | 363 | 101 | 23 |
| Binary | 10100 | 10001 | 1010000 | 1001011 | 1001111 | 0 | 1000101 | 11110011 | 1000001 | 10011 |
Color Harmonies of #141150
Complementary color
Monochromatic Colors of #141150
Black with #141150
Text Example
Text Example
White with #141150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141150; }
p { color: rgb(20,17,80); }
H1.HeaderClassName
{
color: #141150;
}
.AnyTagClassName
{
color: #141150;
}
</style>
background-color css
<style>
a { background-color: #141150; }
a { background-color: rgb(20,17,80); }
div.DivClassName
{
background-color: #141150;
}
.BgClassName
{
background-color: #141150;
}
</style>
border-color css
<style>
span { border-color: #141150; }
span { border-color: rgb(20,17,80); }
td.TdClassName
{
border-color: #141150;
}
.TagClassName
{
border-color: #141150;
}
</style>