Shades of Paua #100E4E
Tints of Paua #100E4E
RGB
CMYK
RGB Variations
Color information
#100E4E (or 0x100E4E) is known color: Paua. HEX triplet: 10, 0E and 4E. RGB value is (16,14,78). Sum of RGB (Red+Green+Blue) = 16+14+78=108 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.81% from 108); Green value is 14 (5.86% from 255 or 12.96% from 108); Blue value is 78 (30.86% from 255 or 72.22% from 108); Max value from RGB is 78 - color contains mainly: blue. Hex color #100E4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #100E4E is #EFF1B1. Grayscale: #151515. Windows color (decimal): -15724978 or 5115408. OLE color: 5115408.
HSL color Cylindrical-coordinate representation of color #100E4E: hue angle of 241.88º degrees, saturation: 0.7, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #100E4E is Cyan = 0.79, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 16 | 14 | 78 | - |
| CMYK | 0.79 | 0.82 | 0 | 0.69 |
| HSL | 241.88º | 0.7% | 0.18% | - |
| HSV(B) | 241.88º | 0.82% | 0.31% | - |
| XYZ | 1.75 | 0.97 | 7.3 | - |
| YUV | 21.89 | 159.66 | 123.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 14 | 78 | 0.79 | 0.82 | 0 | 0.69 | 241.88 | 0.7 | 0.18 |
| Hex | 10 | E | 4E | 4F | 52 | 0 | 45 | F2 | 46 | 12 |
| Octal | 20 | 16 | 116 | 117 | 122 | 0 | 105 | 362 | 106 | 22 |
| Binary | 10000 | 1110 | 1001110 | 1001111 | 1010010 | 0 | 1000101 | 11110010 | 1000110 | 10010 |
Color Harmonies of #100E4E
Complementary color
Monochromatic Colors of #100E4E
Black with #100E4E
Text Example
Text Example
White with #100E4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100E4E; }
p { color: rgb(16,14,78); }
H1.HeaderClassName
{
color: #100E4E;
}
.AnyTagClassName
{
color: #100E4E;
}
</style>
background-color css
<style>
a { background-color: #100E4E; }
a { background-color: rgb(16,14,78); }
div.DivClassName
{
background-color: #100E4E;
}
.BgClassName
{
background-color: #100E4E;
}
</style>
border-color css
<style>
span { border-color: #100E4E; }
span { border-color: rgb(16,14,78); }
td.TdClassName
{
border-color: #100E4E;
}
.TagClassName
{
border-color: #100E4E;
}
</style>