Shades of Paua #100E4D
Tints of Paua #100E4D
RGB
CMYK
RGB Variations
Color information
#100E4D (or 0x100E4D) is known color: Paua. HEX triplet: 10, 0E and 4D. RGB value is (16,14,77). Sum of RGB (Red+Green+Blue) = 16+14+77=107 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.95% from 107); Green value is 14 (5.86% from 255 or 13.08% from 107); Blue value is 77 (30.47% from 255 or 71.96% from 107); Max value from RGB is 77 - color contains mainly: blue. Hex color #100E4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100E4D is #EFF1B2. Grayscale: #151515. Windows color (decimal): -15724979 or 5049872. OLE color: 5049872.
HSL color Cylindrical-coordinate representation of color #100E4D: hue angle of 241.9º degrees, saturation: 0.69, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #100E4D is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 16 | 14 | 77 | - |
| CMYK | 0.79 | 0.82 | 0 | 0.70 |
| HSL | 241.9º | 0.69% | 0.18% | - |
| HSV(B) | 241.9º | 0.82% | 0.3% | - |
| XYZ | 1.71 | 0.96 | 7.12 | - |
| YUV | 21.78 | 159.16 | 123.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 14 | 77 | 0.79 | 0.82 | 0 | 0.70 | 241.9 | 0.69 | 0.18 |
| Hex | 10 | E | 4D | 4F | 52 | 0 | 46 | F2 | 45 | 12 |
| Octal | 20 | 16 | 115 | 117 | 122 | 0 | 106 | 362 | 105 | 22 |
| Binary | 10000 | 1110 | 1001101 | 1001111 | 1010010 | 0 | 1000110 | 11110010 | 1000101 | 10010 |
Color Harmonies of #100E4D
Complementary color
Monochromatic Colors of #100E4D
Black with #100E4D
Text Example
Text Example
White with #100E4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100E4D; }
p { color: rgb(16,14,77); }
H1.HeaderClassName
{
color: #100E4D;
}
.AnyTagClassName
{
color: #100E4D;
}
</style>
background-color css
<style>
a { background-color: #100E4D; }
a { background-color: rgb(16,14,77); }
div.DivClassName
{
background-color: #100E4D;
}
.BgClassName
{
background-color: #100E4D;
}
</style>
border-color css
<style>
span { border-color: #100E4D; }
span { border-color: rgb(16,14,77); }
td.TdClassName
{
border-color: #100E4D;
}
.TagClassName
{
border-color: #100E4D;
}
</style>