Shades of Paua #140251
Tints of Paua #140251
RGB
CMYK
RGB Variations
Color information
#140251 (or 0x140251) is known color: Paua. HEX triplet: 14, 02 and 51. RGB value is (20,2,81). Sum of RGB (Red+Green+Blue) = 20+2+81=103 (13% of max value = 765). Red value is 20 (8.20% from 255 or 19.42% from 103); Green value is 2 (1.17% from 255 or 1.94% from 103); Blue value is 81 (32.03% from 255 or 78.64% from 103); Max value from RGB is 81 - color contains mainly: blue. Hex color #140251 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #140251 is #EBFDAE. Grayscale: #101010. Windows color (decimal): -15465903 or 5308948. OLE color: 5308948.
HSL color Cylindrical-coordinate representation of color #140251: hue angle of 253.67º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #140251 is Cyan = 0.75, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 20 | 2 | 81 | - |
| CMYK | 0.75 | 0.98 | 0 | 0.68 |
| HSL | 253.67º | 0.95% | 0.16% | - |
| HSV(B) | 253.67º | 0.98% | 0.32% | - |
| XYZ | 1.8 | 0.79 | 7.84 | - |
| YUV | 16.39 | 164.46 | 130.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 2 | 81 | 0.75 | 0.98 | 0 | 0.68 | 253.67 | 0.95 | 0.16 |
| Hex | 14 | 2 | 51 | 4B | 62 | 0 | 44 | FE | 5F | 10 |
| Octal | 24 | 2 | 121 | 113 | 142 | 0 | 104 | 376 | 137 | 20 |
| Binary | 10100 | 10 | 1010001 | 1001011 | 1100010 | 0 | 1000100 | 11111110 | 1011111 | 10000 |
Color Harmonies of #140251
Complementary color
Monochromatic Colors of #140251
Black with #140251
Text Example
Text Example
White with #140251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #140251; }
p { color: rgb(20,2,81); }
H1.HeaderClassName
{
color: #140251;
}
.AnyTagClassName
{
color: #140251;
}
</style>
background-color css
<style>
a { background-color: #140251; }
a { background-color: rgb(20,2,81); }
div.DivClassName
{
background-color: #140251;
}
.BgClassName
{
background-color: #140251;
}
</style>
border-color css
<style>
span { border-color: #140251; }
span { border-color: rgb(20,2,81); }
td.TdClassName
{
border-color: #140251;
}
.TagClassName
{
border-color: #140251;
}
</style>