Shades of Paua #0B0347
Tints of Paua #0B0347
RGB
CMYK
RGB Variations
Color information
#0B0347 (or 0x0B0347) is known color: Paua. HEX triplet: 0B, 03 and 47. RGB value is (11,3,71). Sum of RGB (Red+Green+Blue) = 11+3+71=85 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.94% from 85); Green value is 3 (1.56% from 255 or 3.53% from 85); Blue value is 71 (28.12% from 255 or 83.53% from 85); Max value from RGB is 71 - color contains mainly: blue. Hex color #0B0347 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0347 is #F4FCB8. Grayscale: #0C0C0C. Windows color (decimal): -16055481 or 4653835. OLE color: 4653835.
HSL color Cylindrical-coordinate representation of color #0B0347: hue angle of 247.06º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B0347 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 11 | 3 | 71 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.72 |
| HSL | 247.06º | 0.92% | 0.15% | - |
| HSV(B) | 247.06º | 0.96% | 0.28% | - |
| XYZ | 1.31 | 0.59 | 6.01 | - |
| YUV | 13.14 | 160.65 | 126.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 3 | 71 | 0.85 | 0.96 | 0 | 0.72 | 247.06 | 0.92 | 0.15 |
| Hex | B | 3 | 47 | 55 | 60 | 0 | 48 | F7 | 5C | F |
| Octal | 13 | 3 | 107 | 125 | 140 | 0 | 110 | 367 | 134 | 17 |
| Binary | 1011 | 11 | 1000111 | 1010101 | 1100000 | 0 | 1001000 | 11110111 | 1011100 | 1111 |
Color Harmonies of #0B0347
Complementary color
Monochromatic Colors of #0B0347
Black with #0B0347
Text Example
Text Example
White with #0B0347
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0347; }
p { color: rgb(11,3,71); }
H1.HeaderClassName
{
color: #0B0347;
}
.AnyTagClassName
{
color: #0B0347;
}
</style>
background-color css
<style>
a { background-color: #0B0347; }
a { background-color: rgb(11,3,71); }
div.DivClassName
{
background-color: #0B0347;
}
.BgClassName
{
background-color: #0B0347;
}
</style>
border-color css
<style>
span { border-color: #0B0347; }
span { border-color: rgb(11,3,71); }
td.TdClassName
{
border-color: #0B0347;
}
.TagClassName
{
border-color: #0B0347;
}
</style>