Shades of Paua #14174E
Tints of Paua #14174E
RGB
CMYK
RGB Variations
Color information
#14174E (or 0x14174E) is known color: Paua. HEX triplet: 14, 17 and 4E. RGB value is (20,23,78). Sum of RGB (Red+Green+Blue) = 20+23+78=121 (16% of max value = 765). Red value is 20 (8.20% from 255 or 16.53% from 121); Green value is 23 (9.38% from 255 or 19.01% from 121); Blue value is 78 (30.86% from 255 or 64.46% from 121); Max value from RGB is 78 - color contains mainly: blue. Hex color #14174E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #14174E is #EBE8B1. Grayscale: #1C1C1C. Windows color (decimal): -15460530 or 5117716. OLE color: 5117716.
HSL color Cylindrical-coordinate representation of color #14174E: hue angle of 236.9º degrees, saturation: 0.59, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #14174E is Cyan = 0.74, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 20 | 23 | 78 | - |
| CMYK | 0.74 | 0.71 | 0 | 0.69 |
| HSL | 236.9º | 0.59% | 0.19% | - |
| HSV(B) | 236.9º | 0.74% | 0.31% | - |
| XYZ | 1.97 | 1.31 | 7.36 | - |
| YUV | 28.37 | 156.01 | 122.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 23 | 78 | 0.74 | 0.71 | 0 | 0.69 | 236.9 | 0.59 | 0.19 |
| Hex | 14 | 17 | 4E | 4A | 47 | 0 | 45 | ED | 3B | 13 |
| Octal | 24 | 27 | 116 | 112 | 107 | 0 | 105 | 355 | 73 | 23 |
| Binary | 10100 | 10111 | 1001110 | 1001010 | 1000111 | 0 | 1000101 | 11101101 | 111011 | 10011 |
Color Harmonies of #14174E
Complementary color
Monochromatic Colors of #14174E
Black with #14174E
Text Example
Text Example
White with #14174E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #14174E; }
p { color: rgb(20,23,78); }
H1.HeaderClassName
{
color: #14174E;
}
.AnyTagClassName
{
color: #14174E;
}
</style>
background-color css
<style>
a { background-color: #14174E; }
a { background-color: rgb(20,23,78); }
div.DivClassName
{
background-color: #14174E;
}
.BgClassName
{
background-color: #14174E;
}
</style>
border-color css
<style>
span { border-color: #14174E; }
span { border-color: rgb(20,23,78); }
td.TdClassName
{
border-color: #14174E;
}
.TagClassName
{
border-color: #14174E;
}
</style>