Shades of Paua #0B0149
Tints of Paua #0B0149
RGB
CMYK
RGB Variations
Color information
#0B0149 (or 0x0B0149) is known color: Paua. HEX triplet: 0B, 01 and 49. RGB value is (11,1,73). Sum of RGB (Red+Green+Blue) = 11+1+73=85 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.94% from 85); Green value is 1 (0.78% from 255 or 1.18% from 85); Blue value is 73 (28.91% from 255 or 85.88% from 85); Max value from RGB is 73 - color contains mainly: blue. Hex color #0B0149 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0149 is #F4FEB6. Grayscale: #0B0B0B. Windows color (decimal): -16055991 or 4784395. OLE color: 4784395.
HSL color Cylindrical-coordinate representation of color #0B0149: hue angle of 248.33º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0B0149 is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 11 | 1 | 73 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.71 |
| HSL | 248.33º | 0.97% | 0.15% | - |
| HSV(B) | 248.33º | 0.99% | 0.29% | - |
| XYZ | 1.35 | 0.57 | 6.34 | - |
| YUV | 12.2 | 162.31 | 127.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 1 | 73 | 0.85 | 0.99 | 0 | 0.71 | 248.33 | 0.97 | 0.15 |
| Hex | B | 1 | 49 | 55 | 63 | 0 | 47 | F8 | 61 | F |
| Octal | 13 | 1 | 111 | 125 | 143 | 0 | 107 | 370 | 141 | 17 |
| Binary | 1011 | 1 | 1001001 | 1010101 | 1100011 | 0 | 1000111 | 11111000 | 1100001 | 1111 |
Color Harmonies of #0B0149
Complementary color
Monochromatic Colors of #0B0149
Black with #0B0149
Text Example
Text Example
White with #0B0149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0149; }
p { color: rgb(11,1,73); }
H1.HeaderClassName
{
color: #0B0149;
}
.AnyTagClassName
{
color: #0B0149;
}
</style>
background-color css
<style>
a { background-color: #0B0149; }
a { background-color: rgb(11,1,73); }
div.DivClassName
{
background-color: #0B0149;
}
.BgClassName
{
background-color: #0B0149;
}
</style>
border-color css
<style>
span { border-color: #0B0149; }
span { border-color: rgb(11,1,73); }
td.TdClassName
{
border-color: #0B0149;
}
.TagClassName
{
border-color: #0B0149;
}
</style>