Shades of Paua #100A45
Tints of Paua #100A45
RGB
CMYK
RGB Variations
Color information
#100A45 (or 0x100A45) is known color: Paua. HEX triplet: 10, 0A and 45. RGB value is (16,10,69). Sum of RGB (Red+Green+Blue) = 16+10+69=95 (12% of max value = 765). Red value is 16 (6.64% from 255 or 16.84% from 95); Green value is 10 (4.30% from 255 or 10.53% from 95); Blue value is 69 (27.34% from 255 or 72.63% from 95); Max value from RGB is 69 - color contains mainly: blue. Hex color #100A45 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100A45 is #EFF5BA. Grayscale: #121212. Windows color (decimal): -15726011 or 4524560. OLE color: 4524560.
HSL color Cylindrical-coordinate representation of color #100A45: hue angle of 246.1º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #100A45 is Cyan = 0.77, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 16 | 10 | 69 | - |
| CMYK | 0.77 | 0.86 | 0 | 0.73 |
| HSL | 246.1º | 0.75% | 0.15% | - |
| HSV(B) | 246.1º | 0.86% | 0.27% | - |
| XYZ | 1.4 | 0.76 | 5.7 | - |
| YUV | 18.52 | 156.49 | 126.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 69 | 0.77 | 0.86 | 0 | 0.73 | 246.1 | 0.75 | 0.15 |
| Hex | 10 | A | 45 | 4D | 56 | 0 | 49 | F6 | 4B | F |
| Octal | 20 | 12 | 105 | 115 | 126 | 0 | 111 | 366 | 113 | 17 |
| Binary | 10000 | 1010 | 1000101 | 1001101 | 1010110 | 0 | 1001001 | 11110110 | 1001011 | 1111 |
Color Harmonies of #100A45
Complementary color
Monochromatic Colors of #100A45
Black with #100A45
Text Example
Text Example
White with #100A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100A45; }
p { color: rgb(16,10,69); }
H1.HeaderClassName
{
color: #100A45;
}
.AnyTagClassName
{
color: #100A45;
}
</style>
background-color css
<style>
a { background-color: #100A45; }
a { background-color: rgb(16,10,69); }
div.DivClassName
{
background-color: #100A45;
}
.BgClassName
{
background-color: #100A45;
}
</style>
border-color css
<style>
span { border-color: #100A45; }
span { border-color: rgb(16,10,69); }
td.TdClassName
{
border-color: #100A45;
}
.TagClassName
{
border-color: #100A45;
}
</style>