Shades of Paua #0B0240
Tints of Paua #0B0240
RGB
CMYK
RGB Variations
Color information
#0B0240 (or 0x0B0240) is known color: Paua. HEX triplet: 0B, 02 and 40. RGB value is (11,2,64). Sum of RGB (Red+Green+Blue) = 11+2+64=77 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.29% from 77); Green value is 2 (1.17% from 255 or 2.60% from 77); Blue value is 64 (25.39% from 255 or 83.12% from 77); Max value from RGB is 64 - color contains mainly: blue. Hex color #0B0240 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B0240 is #F4FDBF. Grayscale: #0B0B0B. Windows color (decimal): -16055744 or 4194827. OLE color: 4194827.
HSL color Cylindrical-coordinate representation of color #0B0240: hue angle of 248.71º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0B0240 is Cyan = 0.83, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 2 | 64 | - |
| CMYK | 0.83 | 0.97 | 0 | 0.75 |
| HSL | 248.71º | 0.94% | 0.13% | - |
| HSV(B) | 248.71º | 0.97% | 0.25% | - |
| XYZ | 1.09 | 0.48 | 4.89 | - |
| YUV | 11.76 | 157.48 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 2 | 64 | 0.83 | 0.97 | 0 | 0.75 | 248.71 | 0.94 | 0.13 |
| Hex | B | 2 | 40 | 53 | 61 | 0 | 4B | F9 | 5E | D |
| Octal | 13 | 2 | 100 | 123 | 141 | 0 | 113 | 371 | 136 | 15 |
| Binary | 1011 | 10 | 1000000 | 1010011 | 1100001 | 0 | 1001011 | 11111001 | 1011110 | 1101 |
Color Harmonies of #0B0240
Complementary color
Monochromatic Colors of #0B0240
Black with #0B0240
Text Example
Text Example
White with #0B0240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0240; }
p { color: rgb(11,2,64); }
H1.HeaderClassName
{
color: #0B0240;
}
.AnyTagClassName
{
color: #0B0240;
}
</style>
background-color css
<style>
a { background-color: #0B0240; }
a { background-color: rgb(11,2,64); }
div.DivClassName
{
background-color: #0B0240;
}
.BgClassName
{
background-color: #0B0240;
}
</style>
border-color css
<style>
span { border-color: #0B0240; }
span { border-color: rgb(11,2,64); }
td.TdClassName
{
border-color: #0B0240;
}
.TagClassName
{
border-color: #0B0240;
}
</style>