Shades of Paua #100A4B
Tints of Paua #100A4B
RGB
CMYK
RGB Variations
Color information
#100A4B (or 0x100A4B) is known color: Paua. HEX triplet: 10, 0A and 4B. RGB value is (16,10,75). Sum of RGB (Red+Green+Blue) = 16+10+75=101 (13% of max value = 765). Red value is 16 (6.64% from 255 or 15.84% from 101); Green value is 10 (4.30% from 255 or 9.90% from 101); Blue value is 75 (29.69% from 255 or 74.26% from 101); Max value from RGB is 75 - color contains mainly: blue. Hex color #100A4B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100A4B is #EFF5B4. Grayscale: #121212. Windows color (decimal): -15726005 or 4917776. OLE color: 4917776.
HSL color Cylindrical-coordinate representation of color #100A4B: hue angle of 245.54º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #100A4B is Cyan = 0.79, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 16 | 10 | 75 | - |
| CMYK | 0.79 | 0.87 | 0 | 0.71 |
| HSL | 245.54º | 0.76% | 0.17% | - |
| HSV(B) | 245.54º | 0.87% | 0.29% | - |
| XYZ | 1.59 | 0.84 | 6.73 | - |
| YUV | 19.2 | 159.49 | 125.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 10 | 75 | 0.79 | 0.87 | 0 | 0.71 | 245.54 | 0.76 | 0.17 |
| Hex | 10 | A | 4B | 4F | 57 | 0 | 47 | F6 | 4C | 11 |
| Octal | 20 | 12 | 113 | 117 | 127 | 0 | 107 | 366 | 114 | 21 |
| Binary | 10000 | 1010 | 1001011 | 1001111 | 1010111 | 0 | 1000111 | 11110110 | 1001100 | 10001 |
Color Harmonies of #100A4B
Complementary color
Monochromatic Colors of #100A4B
Black with #100A4B
Text Example
Text Example
White with #100A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100A4B; }
p { color: rgb(16,10,75); }
H1.HeaderClassName
{
color: #100A4B;
}
.AnyTagClassName
{
color: #100A4B;
}
</style>
background-color css
<style>
a { background-color: #100A4B; }
a { background-color: rgb(16,10,75); }
div.DivClassName
{
background-color: #100A4B;
}
.BgClassName
{
background-color: #100A4B;
}
</style>
border-color css
<style>
span { border-color: #100A4B; }
span { border-color: rgb(16,10,75); }
td.TdClassName
{
border-color: #100A4B;
}
.TagClassName
{
border-color: #100A4B;
}
</style>