Shades of Paua #141144
Tints of Paua #141144
RGB
CMYK
RGB Variations
Color information
#141144 (or 0x141144) is known color: Paua. HEX triplet: 14, 11 and 44. RGB value is (20,17,68). Sum of RGB (Red+Green+Blue) = 20+17+68=105 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.05% from 105); Green value is 17 (7.03% from 255 or 16.19% from 105); Blue value is 68 (26.95% from 255 or 64.76% from 105); Max value from RGB is 68 - color contains mainly: blue. Hex color #141144 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141144 is #EBEEBB. Grayscale: #171717. Windows color (decimal): -15462076 or 4460820. OLE color: 4460820.
HSL color Cylindrical-coordinate representation of color #141144: hue angle of 243.53º degrees, saturation: 0.6, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #141144 is Cyan = 0.71, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 17 | 68 | - |
| CMYK | 0.71 | 0.75 | 0 | 0.73 |
| HSL | 243.53º | 0.6% | 0.17% | - |
| HSV(B) | 243.53º | 0.75% | 0.27% | - |
| XYZ | 1.53 | 0.97 | 5.57 | - |
| YUV | 23.71 | 152.99 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 17 | 68 | 0.71 | 0.75 | 0 | 0.73 | 243.53 | 0.6 | 0.17 |
| Hex | 14 | 11 | 44 | 47 | 4B | 0 | 49 | F4 | 3C | 11 |
| Octal | 24 | 21 | 104 | 107 | 113 | 0 | 111 | 364 | 74 | 21 |
| Binary | 10100 | 10001 | 1000100 | 1000111 | 1001011 | 0 | 1001001 | 11110100 | 111100 | 10001 |
Color Harmonies of #141144
Complementary color
Monochromatic Colors of #141144
Black with #141144
Text Example
Text Example
White with #141144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141144; }
p { color: rgb(20,17,68); }
H1.HeaderClassName
{
color: #141144;
}
.AnyTagClassName
{
color: #141144;
}
</style>
background-color css
<style>
a { background-color: #141144; }
a { background-color: rgb(20,17,68); }
div.DivClassName
{
background-color: #141144;
}
.BgClassName
{
background-color: #141144;
}
</style>
border-color css
<style>
span { border-color: #141144; }
span { border-color: rgb(20,17,68); }
td.TdClassName
{
border-color: #141144;
}
.TagClassName
{
border-color: #141144;
}
</style>