Shades of Paua #14094D
Tints of Paua #14094D
RGB
CMYK
RGB Variations
Color information
#14094D (or 0x14094D) is known color: Paua. HEX triplet: 14, 09 and 4D. RGB value is (20,9,77). Sum of RGB (Red+Green+Blue) = 20+9+77=106 (14% of max value = 765). Red value is 20 (8.20% from 255 or 18.87% from 106); Green value is 9 (3.91% from 255 or 8.49% from 106); Blue value is 77 (30.47% from 255 or 72.64% from 106); Max value from RGB is 77 - color contains mainly: blue. Hex color #14094D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14094D is #EBF6B2. Grayscale: #131313. Windows color (decimal): -15464115 or 5048596. OLE color: 5048596.
HSL color Cylindrical-coordinate representation of color #14094D: hue angle of 249.71º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #14094D is Cyan = 0.74, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 20 | 9 | 77 | - |
| CMYK | 0.74 | 0.88 | 0 | 0.70 |
| HSL | 249.71º | 0.79% | 0.17% | - |
| HSV(B) | 249.71º | 0.88% | 0.3% | - |
| XYZ | 1.73 | 0.88 | 7.1 | - |
| YUV | 20.04 | 160.14 | 127.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 9 | 77 | 0.74 | 0.88 | 0 | 0.70 | 249.71 | 0.79 | 0.17 |
| Hex | 14 | 9 | 4D | 4A | 58 | 0 | 46 | FA | 4F | 11 |
| Octal | 24 | 11 | 115 | 112 | 130 | 0 | 106 | 372 | 117 | 21 |
| Binary | 10100 | 1001 | 1001101 | 1001010 | 1011000 | 0 | 1000110 | 11111010 | 1001111 | 10001 |
Color Harmonies of #14094D
Complementary color
Monochromatic Colors of #14094D
Black with #14094D
Text Example
Text Example
White with #14094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14094D; }
p { color: rgb(20,9,77); }
H1.HeaderClassName
{
color: #14094D;
}
.AnyTagClassName
{
color: #14094D;
}
</style>
background-color css
<style>
a { background-color: #14094D; }
a { background-color: rgb(20,9,77); }
div.DivClassName
{
background-color: #14094D;
}
.BgClassName
{
background-color: #14094D;
}
</style>
border-color css
<style>
span { border-color: #14094D; }
span { border-color: rgb(20,9,77); }
td.TdClassName
{
border-color: #14094D;
}
.TagClassName
{
border-color: #14094D;
}
</style>