Shades of Paua #14134A
Tints of Paua #14134A
RGB
CMYK
RGB Variations
Color information
#14134A (or 0x14134A) is known color: Paua. HEX triplet: 14, 13 and 4A. RGB value is (20,19,74). Sum of RGB (Red+Green+Blue) = 20+19+74=113 (14% of max value = 765). Red value is 20 (8.20% from 255 or 17.70% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 74 (29.30% from 255 or 65.49% from 113); Max value from RGB is 74 - color contains mainly: blue. Hex color #14134A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #14134A is #EBECB5. Grayscale: #191919. Windows color (decimal): -15461558 or 4854548. OLE color: 4854548.
HSL color Cylindrical-coordinate representation of color #14134A: hue angle of 241.09º degrees, saturation: 0.59, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14134A is Cyan = 0.73, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 20 | 19 | 74 | - |
| CMYK | 0.73 | 0.74 | 0 | 0.71 |
| HSL | 241.09º | 0.59% | 0.18% | - |
| HSV(B) | 241.09º | 0.74% | 0.29% | - |
| XYZ | 1.76 | 1.11 | 6.6 | - |
| YUV | 25.57 | 155.33 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 19 | 74 | 0.73 | 0.74 | 0 | 0.71 | 241.09 | 0.59 | 0.18 |
| Hex | 14 | 13 | 4A | 49 | 4A | 0 | 47 | F1 | 3B | 12 |
| Octal | 24 | 23 | 112 | 111 | 112 | 0 | 107 | 361 | 73 | 22 |
| Binary | 10100 | 10011 | 1001010 | 1001001 | 1001010 | 0 | 1000111 | 11110001 | 111011 | 10010 |
Color Harmonies of #14134A
Complementary color
Monochromatic Colors of #14134A
Black with #14134A
Text Example
Text Example
White with #14134A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14134A; }
p { color: rgb(20,19,74); }
H1.HeaderClassName
{
color: #14134A;
}
.AnyTagClassName
{
color: #14134A;
}
</style>
background-color css
<style>
a { background-color: #14134A; }
a { background-color: rgb(20,19,74); }
div.DivClassName
{
background-color: #14134A;
}
.BgClassName
{
background-color: #14134A;
}
</style>
border-color css
<style>
span { border-color: #14134A; }
span { border-color: rgb(20,19,74); }
td.TdClassName
{
border-color: #14134A;
}
.TagClassName
{
border-color: #14134A;
}
</style>