Shades of Paua #140C42
Tints of Paua #140C42
RGB
CMYK
RGB Variations
Color information
#140C42 (or 0x140C42) is known color: Paua. HEX triplet: 14, 0C and 42. RGB value is (20,12,66). Sum of RGB (Red+Green+Blue) = 20+12+66=98 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.41% from 98); Green value is 12 (5.08% from 255 or 12.24% from 98); Blue value is 66 (26.17% from 255 or 67.35% from 98); Max value from RGB is 66 - color contains mainly: blue. Hex color #140C42 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #140C42 is #EBF3BD. Grayscale: #141414. Windows color (decimal): -15463358 or 4328468. OLE color: 4328468.
HSL color Cylindrical-coordinate representation of color #140C42: hue angle of 248.89º degrees, saturation: 0.69, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #140C42 is Cyan = 0.70, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 20 | 12 | 66 | - |
| CMYK | 0.70 | 0.82 | 0 | 0.74 |
| HSL | 248.89º | 0.69% | 0.15% | - |
| HSV(B) | 248.89º | 0.82% | 0.26% | - |
| XYZ | 1.4 | 0.81 | 5.24 | - |
| YUV | 20.55 | 153.65 | 127.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 12 | 66 | 0.70 | 0.82 | 0 | 0.74 | 248.89 | 0.69 | 0.15 |
| Hex | 14 | C | 42 | 46 | 52 | 0 | 4A | F9 | 45 | F |
| Octal | 24 | 14 | 102 | 106 | 122 | 0 | 112 | 371 | 105 | 17 |
| Binary | 10100 | 1100 | 1000010 | 1000110 | 1010010 | 0 | 1001010 | 11111001 | 1000101 | 1111 |
Color Harmonies of #140C42
Complementary color
Monochromatic Colors of #140C42
Black with #140C42
Text Example
Text Example
White with #140C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140C42; }
p { color: rgb(20,12,66); }
H1.HeaderClassName
{
color: #140C42;
}
.AnyTagClassName
{
color: #140C42;
}
</style>
background-color css
<style>
a { background-color: #140C42; }
a { background-color: rgb(20,12,66); }
div.DivClassName
{
background-color: #140C42;
}
.BgClassName
{
background-color: #140C42;
}
</style>
border-color css
<style>
span { border-color: #140C42; }
span { border-color: rgb(20,12,66); }
td.TdClassName
{
border-color: #140C42;
}
.TagClassName
{
border-color: #140C42;
}
</style>