Shades of Paua #100D47
Tints of Paua #100D47
RGB
CMYK
RGB Variations
Color information
#100D47 (or 0x100D47) is known color: Paua. HEX triplet: 10, 0D and 47. RGB value is (16,13,71). Sum of RGB (Red+Green+Blue) = 16+13+71=100 (13% of max value = 765). Red value is 16 (6.64% from 255 or 16% from 100); Green value is 13 (5.47% from 255 or 13% from 100); Blue value is 71 (28.12% from 255 or 71% from 100); Max value from RGB is 71 - color contains mainly: blue. Hex color #100D47 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100D47 is #EFF2B8. Grayscale: #141414. Windows color (decimal): -15725241 or 4656400. OLE color: 4656400.
HSL color Cylindrical-coordinate representation of color #100D47: hue angle of 243.1º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #100D47 is Cyan = 0.77, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 13 | 71 | - |
| CMYK | 0.77 | 0.82 | 0 | 0.72 |
| HSL | 243.1º | 0.69% | 0.16% | - |
| HSV(B) | 243.1º | 0.82% | 0.28% | - |
| XYZ | 1.49 | 0.85 | 6.05 | - |
| YUV | 20.51 | 156.49 | 124.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 13 | 71 | 0.77 | 0.82 | 0 | 0.72 | 243.1 | 0.69 | 0.16 |
| Hex | 10 | D | 47 | 4D | 52 | 0 | 48 | F3 | 45 | 10 |
| Octal | 20 | 15 | 107 | 115 | 122 | 0 | 110 | 363 | 105 | 20 |
| Binary | 10000 | 1101 | 1000111 | 1001101 | 1010010 | 0 | 1001000 | 11110011 | 1000101 | 10000 |
Color Harmonies of #100D47
Complementary color
Monochromatic Colors of #100D47
Black with #100D47
Text Example
Text Example
White with #100D47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100D47; }
p { color: rgb(16,13,71); }
H1.HeaderClassName
{
color: #100D47;
}
.AnyTagClassName
{
color: #100D47;
}
</style>
background-color css
<style>
a { background-color: #100D47; }
a { background-color: rgb(16,13,71); }
div.DivClassName
{
background-color: #100D47;
}
.BgClassName
{
background-color: #100D47;
}
</style>
border-color css
<style>
span { border-color: #100D47; }
span { border-color: rgb(16,13,71); }
td.TdClassName
{
border-color: #100D47;
}
.TagClassName
{
border-color: #100D47;
}
</style>