Shades of Paua #100648
Tints of Paua #100648
RGB
CMYK
RGB Variations
Color information
#100648 (or 0x100648) is known color: Paua. HEX triplet: 10, 06 and 48. RGB value is (16,6,72). Sum of RGB (Red+Green+Blue) = 16+6+72=94 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.02% from 94); Green value is 6 (2.73% from 255 or 6.38% from 94); Blue value is 72 (28.52% from 255 or 76.60% from 94); Max value from RGB is 72 - color contains mainly: blue. Hex color #100648 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100648 is #EFF9B7. Grayscale: #101010. Windows color (decimal): -15727032 or 4720144. OLE color: 4720144.
HSL color Cylindrical-coordinate representation of color #100648: hue angle of 249.09º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #100648 is Cyan = 0.78, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 16 | 6 | 72 | - |
| CMYK | 0.78 | 0.92 | 0 | 0.72 |
| HSL | 249.09º | 0.85% | 0.15% | - |
| HSV(B) | 249.09º | 0.92% | 0.28% | - |
| XYZ | 1.45 | 0.71 | 6.19 | - |
| YUV | 16.51 | 159.31 | 127.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 6 | 72 | 0.78 | 0.92 | 0 | 0.72 | 249.09 | 0.85 | 0.15 |
| Hex | 10 | 6 | 48 | 4E | 5C | 0 | 48 | F9 | 55 | F |
| Octal | 20 | 6 | 110 | 116 | 134 | 0 | 110 | 371 | 125 | 17 |
| Binary | 10000 | 110 | 1001000 | 1001110 | 1011100 | 0 | 1001000 | 11111001 | 1010101 | 1111 |
Color Harmonies of #100648
Complementary color
Monochromatic Colors of #100648
Black with #100648
Text Example
Text Example
White with #100648
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100648; }
p { color: rgb(16,6,72); }
H1.HeaderClassName
{
color: #100648;
}
.AnyTagClassName
{
color: #100648;
}
</style>
background-color css
<style>
a { background-color: #100648; }
a { background-color: rgb(16,6,72); }
div.DivClassName
{
background-color: #100648;
}
.BgClassName
{
background-color: #100648;
}
</style>
border-color css
<style>
span { border-color: #100648; }
span { border-color: rgb(16,6,72); }
td.TdClassName
{
border-color: #100648;
}
.TagClassName
{
border-color: #100648;
}
</style>