Shades of Paua #0B0043
Tints of Paua #0B0043
RGB
CMYK
RGB Variations
Color information
#0B0043 (or 0x0B0043) is known color: Paua. HEX triplet: 0B, 00 and 43. RGB value is (11,0,67). Sum of RGB (Red+Green+Blue) = 11+0+67=78 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.10% from 78); Green value is 0 (0.39% from 255 or 0% from 78); Blue value is 67 (26.56% from 255 or 85.90% from 78); Max value from RGB is 67 - color contains mainly: blue. Hex color #0B0043 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0043 is #F4FFBC. Grayscale: #0A0A0A. Windows color (decimal): -16056253 or 4390923. OLE color: 4390923.
HSL color Cylindrical-coordinate representation of color #0B0043: hue angle of 249.85º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0B0043 is Cyan = 0.84, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 11 | 0 | 67 | - |
| CMYK | 0.84 | 1 | 0 | 0.74 |
| HSL | 249.85º | 1% | 0.13% | - |
| HSV(B) | 249.85º | 1% | 0.26% | - |
| XYZ | 1.15 | 0.48 | 5.34 | - |
| YUV | 10.93 | 159.64 | 128.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 0 | 67 | 0.84 | 1 | 0 | 0.74 | 249.85 | 1 | 0.13 |
| Hex | B | 0 | 43 | 54 | 64 | 0 | 4A | FA | 64 | D |
| Octal | 13 | 0 | 103 | 124 | 144 | 0 | 112 | 372 | 144 | 15 |
| Binary | 1011 | 0 | 1000011 | 1010100 | 1100100 | 0 | 1001010 | 11111010 | 1100100 | 1101 |
Color Harmonies of #0B0043
Complementary color
Monochromatic Colors of #0B0043
Black with #0B0043
Text Example
Text Example
White with #0B0043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0043; }
p { color: rgb(11,0,67); }
H1.HeaderClassName
{
color: #0B0043;
}
.AnyTagClassName
{
color: #0B0043;
}
</style>
background-color css
<style>
a { background-color: #0B0043; }
a { background-color: rgb(11,0,67); }
div.DivClassName
{
background-color: #0B0043;
}
.BgClassName
{
background-color: #0B0043;
}
</style>
border-color css
<style>
span { border-color: #0B0043; }
span { border-color: rgb(11,0,67); }
td.TdClassName
{
border-color: #0B0043;
}
.TagClassName
{
border-color: #0B0043;
}
</style>