Shades of Paua #100B42
Tints of Paua #100B42
RGB
CMYK
RGB Variations
Color information
#100B42 (or 0x100B42) is known color: Paua. HEX triplet: 10, 0B and 42. RGB value is (16,11,66). Sum of RGB (Red+Green+Blue) = 16+11+66=93 (12% of max value = 765). Red value is 16 (6.64% from 255 or 17.20% from 93); Green value is 11 (4.69% from 255 or 11.83% from 93); Blue value is 66 (26.17% from 255 or 70.97% from 93); Max value from RGB is 66 - color contains mainly: blue. Hex color #100B42 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100B42 is #EFF4BD. Grayscale: #121212. Windows color (decimal): -15725758 or 4328208. OLE color: 4328208.
HSL color Cylindrical-coordinate representation of color #100B42: hue angle of 245.45º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #100B42 is Cyan = 0.76, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 16 | 11 | 66 | - |
| CMYK | 0.76 | 0.83 | 0 | 0.74 |
| HSL | 245.45º | 0.71% | 0.15% | - |
| HSV(B) | 245.45º | 0.83% | 0.26% | - |
| XYZ | 1.32 | 0.74 | 5.23 | - |
| YUV | 18.77 | 154.66 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 66 | 0.76 | 0.83 | 0 | 0.74 | 245.45 | 0.71 | 0.15 |
| Hex | 10 | B | 42 | 4C | 53 | 0 | 4A | F5 | 47 | F |
| Octal | 20 | 13 | 102 | 114 | 123 | 0 | 112 | 365 | 107 | 17 |
| Binary | 10000 | 1011 | 1000010 | 1001100 | 1010011 | 0 | 1001010 | 11110101 | 1000111 | 1111 |
Color Harmonies of #100B42
Complementary color
Monochromatic Colors of #100B42
Black with #100B42
Text Example
Text Example
White with #100B42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B42; }
p { color: rgb(16,11,66); }
H1.HeaderClassName
{
color: #100B42;
}
.AnyTagClassName
{
color: #100B42;
}
</style>
background-color css
<style>
a { background-color: #100B42; }
a { background-color: rgb(16,11,66); }
div.DivClassName
{
background-color: #100B42;
}
.BgClassName
{
background-color: #100B42;
}
</style>
border-color css
<style>
span { border-color: #100B42; }
span { border-color: rgb(16,11,66); }
td.TdClassName
{
border-color: #100B42;
}
.TagClassName
{
border-color: #100B42;
}
</style>