Shades of Paua #140350
Tints of Paua #140350
RGB
CMYK
RGB Variations
Color information
#140350 (or 0x140350) is known color: Paua. HEX triplet: 14, 03 and 50. RGB value is (20,3,80). Sum of RGB (Red+Green+Blue) = 20+3+80=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 3 (1.56% from 255 or 2.91% from 103); Blue value is 80 (31.64% from 255 or 77.67% from 103); Max value from RGB is 80 - color contains mainly: blue. Hex color #140350 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140350 is #EBFCAF. Grayscale: #101010. Windows color (decimal): -15465648 or 5243668. OLE color: 5243668.
HSL color Cylindrical-coordinate representation of color #140350: hue angle of 253.25º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #140350 is Cyan = 0.75, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 3 | 80 | - |
| CMYK | 0.75 | 0.96 | 0 | 0.69 |
| HSL | 253.25º | 0.93% | 0.16% | - |
| HSV(B) | 253.25º | 0.96% | 0.31% | - |
| XYZ | 1.77 | 0.79 | 7.65 | - |
| YUV | 16.86 | 163.63 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 3 | 80 | 0.75 | 0.96 | 0 | 0.69 | 253.25 | 0.93 | 0.16 |
| Hex | 14 | 3 | 50 | 4B | 60 | 0 | 45 | FD | 5D | 10 |
| Octal | 24 | 3 | 120 | 113 | 140 | 0 | 105 | 375 | 135 | 20 |
| Binary | 10100 | 11 | 1010000 | 1001011 | 1100000 | 0 | 1000101 | 11111101 | 1011101 | 10000 |
Color Harmonies of #140350
Complementary color
Monochromatic Colors of #140350
Black with #140350
Text Example
Text Example
White with #140350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140350; }
p { color: rgb(20,3,80); }
H1.HeaderClassName
{
color: #140350;
}
.AnyTagClassName
{
color: #140350;
}
</style>
background-color css
<style>
a { background-color: #140350; }
a { background-color: rgb(20,3,80); }
div.DivClassName
{
background-color: #140350;
}
.BgClassName
{
background-color: #140350;
}
</style>
border-color css
<style>
span { border-color: #140350; }
span { border-color: rgb(20,3,80); }
td.TdClassName
{
border-color: #140350;
}
.TagClassName
{
border-color: #140350;
}
</style>