Shades of Paua #141246
Tints of Paua #141246
RGB
CMYK
RGB Variations
Color information
#141246 (or 0x141246) is known color: Paua. HEX triplet: 14, 12 and 46. RGB value is (20,18,70). Sum of RGB (Red+Green+Blue) = 20+18+70=108 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.52% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 70 (27.73% from 255 or 64.81% from 108); Max value from RGB is 70 - color contains mainly: blue. Hex color #141246 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141246 is #EBEDB9. Grayscale: #181818. Windows color (decimal): -15461818 or 4592148. OLE color: 4592148.
HSL color Cylindrical-coordinate representation of color #141246: hue angle of 242.31º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #141246 is Cyan = 0.71, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 20 | 18 | 70 | - |
| CMYK | 0.71 | 0.74 | 0 | 0.73 |
| HSL | 242.31º | 0.59% | 0.17% | - |
| HSV(B) | 242.31º | 0.74% | 0.27% | - |
| XYZ | 1.61 | 1.02 | 5.91 | - |
| YUV | 24.53 | 153.66 | 124.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 18 | 70 | 0.71 | 0.74 | 0 | 0.73 | 242.31 | 0.59 | 0.17 |
| Hex | 14 | 12 | 46 | 47 | 4A | 0 | 49 | F2 | 3B | 11 |
| Octal | 24 | 22 | 106 | 107 | 112 | 0 | 111 | 362 | 73 | 21 |
| Binary | 10100 | 10010 | 1000110 | 1000111 | 1001010 | 0 | 1001001 | 11110010 | 111011 | 10001 |
Color Harmonies of #141246
Complementary color
Monochromatic Colors of #141246
Black with #141246
Text Example
Text Example
White with #141246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141246; }
p { color: rgb(20,18,70); }
H1.HeaderClassName
{
color: #141246;
}
.AnyTagClassName
{
color: #141246;
}
</style>
background-color css
<style>
a { background-color: #141246; }
a { background-color: rgb(20,18,70); }
div.DivClassName
{
background-color: #141246;
}
.BgClassName
{
background-color: #141246;
}
</style>
border-color css
<style>
span { border-color: #141246; }
span { border-color: rgb(20,18,70); }
td.TdClassName
{
border-color: #141246;
}
.TagClassName
{
border-color: #141246;
}
</style>