Shades of Paua #140C52
Tints of Paua #140C52
RGB
CMYK
RGB Variations
Color information
#140C52 (or 0x140C52) is known color: Paua. HEX triplet: 14, 0C and 52. RGB value is (20,12,82). Sum of RGB (Red+Green+Blue) = 20+12+82=114 (15% of max value = 765). Red value is 20 (8.20% from 255 or 17.54% from 114); Green value is 12 (5.08% from 255 or 10.53% from 114); Blue value is 82 (32.42% from 255 or 71.93% from 114); Max value from RGB is 82 - color contains mainly: blue. Hex color #140C52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140C52 is #EBF3AD. Grayscale: #161616. Windows color (decimal): -15463342 or 5377044. OLE color: 5377044.
HSL color Cylindrical-coordinate representation of color #140C52: hue angle of 246.86º degrees, saturation: 0.74, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #140C52 is Cyan = 0.76, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 12 | 82 | - |
| CMYK | 0.76 | 0.85 | 0 | 0.68 |
| HSL | 246.86º | 0.74% | 0.18% | - |
| HSV(B) | 246.86º | 0.85% | 0.32% | - |
| XYZ | 1.94 | 1.02 | 8.08 | - |
| YUV | 22.37 | 161.65 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 12 | 82 | 0.76 | 0.85 | 0 | 0.68 | 246.86 | 0.74 | 0.18 |
| Hex | 14 | C | 52 | 4C | 55 | 0 | 44 | F7 | 4A | 12 |
| Octal | 24 | 14 | 122 | 114 | 125 | 0 | 104 | 367 | 112 | 22 |
| Binary | 10100 | 1100 | 1010010 | 1001100 | 1010101 | 0 | 1000100 | 11110111 | 1001010 | 10010 |
Color Harmonies of #140C52
Complementary color
Monochromatic Colors of #140C52
Black with #140C52
Text Example
Text Example
White with #140C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140C52; }
p { color: rgb(20,12,82); }
H1.HeaderClassName
{
color: #140C52;
}
.AnyTagClassName
{
color: #140C52;
}
</style>
background-color css
<style>
a { background-color: #140C52; }
a { background-color: rgb(20,12,82); }
div.DivClassName
{
background-color: #140C52;
}
.BgClassName
{
background-color: #140C52;
}
</style>
border-color css
<style>
span { border-color: #140C52; }
span { border-color: rgb(20,12,82); }
td.TdClassName
{
border-color: #140C52;
}
.TagClassName
{
border-color: #140C52;
}
</style>