Shades of Paua #0B0046
Tints of Paua #0B0046
RGB
CMYK
RGB Variations
Color information
#0B0046 (or 0x0B0046) is known color: Paua. HEX triplet: 0B, 00 and 46. RGB value is (11,0,70). Sum of RGB (Red+Green+Blue) = 11+0+70=81 (10% of max value = 765). Red value is 11 (4.69% from 255 or 13.58% from 81); Green value is 0 (0.39% from 255 or 0% from 81); Blue value is 70 (27.73% from 255 or 86.42% from 81); Max value from RGB is 70 - color contains mainly: blue. Hex color #0B0046 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0046 is #F4FFB9. Grayscale: #0B0B0B. Windows color (decimal): -16056250 or 4587531. OLE color: 4587531.
HSL color Cylindrical-coordinate representation of color #0B0046: hue angle of 249.43º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B0046 is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 11 | 0 | 70 | - |
| CMYK | 0.84 | 1 | 0 | 0.73 |
| HSL | 249.43º | 1% | 0.14% | - |
| HSV(B) | 249.43º | 1% | 0.27% | - |
| XYZ | 1.24 | 0.51 | 5.83 | - |
| YUV | 11.27 | 161.14 | 127.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 0 | 70 | 0.84 | 1 | 0 | 0.73 | 249.43 | 1 | 0.14 |
| Hex | B | 0 | 46 | 54 | 64 | 0 | 49 | F9 | 64 | E |
| Octal | 13 | 0 | 106 | 124 | 144 | 0 | 111 | 371 | 144 | 16 |
| Binary | 1011 | 0 | 1000110 | 1010100 | 1100100 | 0 | 1001001 | 11111001 | 1100100 | 1110 |
Color Harmonies of #0B0046
Complementary color
Monochromatic Colors of #0B0046
Black with #0B0046
Text Example
Text Example
White with #0B0046
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0046; }
p { color: rgb(11,0,70); }
H1.HeaderClassName
{
color: #0B0046;
}
.AnyTagClassName
{
color: #0B0046;
}
</style>
background-color css
<style>
a { background-color: #0B0046; }
a { background-color: rgb(11,0,70); }
div.DivClassName
{
background-color: #0B0046;
}
.BgClassName
{
background-color: #0B0046;
}
</style>
border-color css
<style>
span { border-color: #0B0046; }
span { border-color: rgb(11,0,70); }
td.TdClassName
{
border-color: #0B0046;
}
.TagClassName
{
border-color: #0B0046;
}
</style>