Shades of Paua #141850
Tints of Paua #141850
RGB
CMYK
RGB Variations
Color information
#141850 (or 0x141850) is known color: Paua. HEX triplet: 14, 18 and 50. RGB value is (20,24,80). Sum of RGB (Red+Green+Blue) = 20+24+80=124 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.13% from 124); Green value is 24 (9.77% from 255 or 19.35% from 124); Blue value is 80 (31.64% from 255 or 64.52% from 124); Max value from RGB is 80 - color contains mainly: blue. Hex color #141850 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #141850 is #EBE7AF. Grayscale: #1C1C1C. Windows color (decimal): -15460272 or 5249044. OLE color: 5249044.
HSL color Cylindrical-coordinate representation of color #141850: hue angle of 236º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #141850 is Cyan = 0.75, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 24 | 80 | - |
| CMYK | 0.75 | 0.70 | 0 | 0.69 |
| HSL | 236º | 0.6% | 0.2% | - |
| HSV(B) | 236º | 0.75% | 0.31% | - |
| XYZ | 2.06 | 1.38 | 7.75 | - |
| YUV | 29.19 | 156.67 | 121.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 24 | 80 | 0.75 | 0.70 | 0 | 0.69 | 236 | 0.6 | 0.2 |
| Hex | 14 | 18 | 50 | 4B | 46 | 0 | 45 | EC | 3C | 14 |
| Octal | 24 | 30 | 120 | 113 | 106 | 0 | 105 | 354 | 74 | 24 |
| Binary | 10100 | 11000 | 1010000 | 1001011 | 1000110 | 0 | 1000101 | 11101100 | 111100 | 10100 |
Color Harmonies of #141850
Complementary color
Monochromatic Colors of #141850
Black with #141850
Text Example
Text Example
White with #141850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141850; }
p { color: rgb(20,24,80); }
H1.HeaderClassName
{
color: #141850;
}
.AnyTagClassName
{
color: #141850;
}
</style>
background-color css
<style>
a { background-color: #141850; }
a { background-color: rgb(20,24,80); }
div.DivClassName
{
background-color: #141850;
}
.BgClassName
{
background-color: #141850;
}
</style>
border-color css
<style>
span { border-color: #141850; }
span { border-color: rgb(20,24,80); }
td.TdClassName
{
border-color: #141850;
}
.TagClassName
{
border-color: #141850;
}
</style>