Shades of Paua #140852
Tints of Paua #140852
RGB
CMYK
RGB Variations
Color information
#140852 (or 0x140852) is known color: Paua. HEX triplet: 14, 08 and 52. RGB value is (20,8,82). Sum of RGB (Red+Green+Blue) = 20+8+82=110 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.18% from 110); Green value is 8 (3.52% from 255 or 7.27% from 110); Blue value is 82 (32.42% from 255 or 74.55% from 110); Max value from RGB is 82 - color contains mainly: blue. Hex color #140852 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140852 is #EBF7AD. Grayscale: #131313. Windows color (decimal): -15464366 or 5376020. OLE color: 5376020.
HSL color Cylindrical-coordinate representation of color #140852: hue angle of 249.73º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #140852 is Cyan = 0.76, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 8 | 82 | - |
| CMYK | 0.76 | 0.90 | 0 | 0.68 |
| HSL | 249.73º | 0.82% | 0.18% | - |
| HSV(B) | 249.73º | 0.9% | 0.32% | - |
| XYZ | 1.9 | 0.93 | 8.06 | - |
| YUV | 20.02 | 162.98 | 127.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 8 | 82 | 0.76 | 0.90 | 0 | 0.68 | 249.73 | 0.82 | 0.18 |
| Hex | 14 | 8 | 52 | 4C | 5A | 0 | 44 | FA | 52 | 12 |
| Octal | 24 | 10 | 122 | 114 | 132 | 0 | 104 | 372 | 122 | 22 |
| Binary | 10100 | 1000 | 1010010 | 1001100 | 1011010 | 0 | 1000100 | 11111010 | 1010010 | 10010 |
Color Harmonies of #140852
Complementary color
Monochromatic Colors of #140852
Black with #140852
Text Example
Text Example
White with #140852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140852; }
p { color: rgb(20,8,82); }
H1.HeaderClassName
{
color: #140852;
}
.AnyTagClassName
{
color: #140852;
}
</style>
background-color css
<style>
a { background-color: #140852; }
a { background-color: rgb(20,8,82); }
div.DivClassName
{
background-color: #140852;
}
.BgClassName
{
background-color: #140852;
}
</style>
border-color css
<style>
span { border-color: #140852; }
span { border-color: rgb(20,8,82); }
td.TdClassName
{
border-color: #140852;
}
.TagClassName
{
border-color: #140852;
}
</style>