Shades of Paua #0B0544
Tints of Paua #0B0544
RGB
CMYK
RGB Variations
Color information
#0B0544 (or 0x0B0544) is known color: Paua. HEX triplet: 0B, 05 and 44. RGB value is (11,5,68). Sum of RGB (Red+Green+Blue) = 11+5+68=84 (11% of max value = 765). Red value is 11 (4.69% from 255 or 13.10% from 84); Green value is 5 (2.34% from 255 or 5.95% from 84); Blue value is 68 (26.95% from 255 or 80.95% from 84); Max value from RGB is 68 - color contains mainly: blue. Hex color #0B0544 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0544 is #F4FABB. Grayscale: #0D0D0D. Windows color (decimal): -16054972 or 4457739. OLE color: 4457739.
HSL color Cylindrical-coordinate representation of color #0B0544: hue angle of 245.71º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B0544 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 11 | 5 | 68 | - |
| CMYK | 0.84 | 0.93 | 0 | 0.73 |
| HSL | 245.71º | 0.86% | 0.14% | - |
| HSV(B) | 245.71º | 0.93% | 0.27% | - |
| XYZ | 1.24 | 0.6 | 5.52 | - |
| YUV | 13.98 | 158.49 | 125.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 5 | 68 | 0.84 | 0.93 | 0 | 0.73 | 245.71 | 0.86 | 0.14 |
| Hex | B | 5 | 44 | 54 | 5D | 0 | 49 | F6 | 56 | E |
| Octal | 13 | 5 | 104 | 124 | 135 | 0 | 111 | 366 | 126 | 16 |
| Binary | 1011 | 101 | 1000100 | 1010100 | 1011101 | 0 | 1001001 | 11110110 | 1010110 | 1110 |
Color Harmonies of #0B0544
Complementary color
Monochromatic Colors of #0B0544
Black with #0B0544
Text Example
Text Example
White with #0B0544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0544; }
p { color: rgb(11,5,68); }
H1.HeaderClassName
{
color: #0B0544;
}
.AnyTagClassName
{
color: #0B0544;
}
</style>
background-color css
<style>
a { background-color: #0B0544; }
a { background-color: rgb(11,5,68); }
div.DivClassName
{
background-color: #0B0544;
}
.BgClassName
{
background-color: #0B0544;
}
</style>
border-color css
<style>
span { border-color: #0B0544; }
span { border-color: rgb(11,5,68); }
td.TdClassName
{
border-color: #0B0544;
}
.TagClassName
{
border-color: #0B0544;
}
</style>