Shades of Paua #0B034A
Tints of Paua #0B034A
RGB
CMYK
RGB Variations
Color information
#0B034A (or 0x0B034A) is known color: Paua. HEX triplet: 0B, 03 and 4A. RGB value is (11,3,74). Sum of RGB (Red+Green+Blue) = 11+3+74=88 (11% of max value = 765). Red value is 11 (4.69% from 255 or 12.5% from 88); Green value is 3 (1.56% from 255 or 3.41% from 88); Blue value is 74 (29.30% from 255 or 84.09% from 88); Max value from RGB is 74 - color contains mainly: blue. Hex color #0B034A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B034A is #F4FCB5. Grayscale: #0D0D0D. Windows color (decimal): -16055478 or 4850443. OLE color: 4850443.
HSL color Cylindrical-coordinate representation of color #0B034A: hue angle of 246.76º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0B034A is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 11 | 3 | 74 | - |
| CMYK | 0.85 | 0.96 | 0 | 0.71 |
| HSL | 246.76º | 0.92% | 0.15% | - |
| HSV(B) | 246.76º | 0.96% | 0.29% | - |
| XYZ | 1.41 | 0.63 | 6.53 | - |
| YUV | 13.49 | 162.15 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 3 | 74 | 0.85 | 0.96 | 0 | 0.71 | 246.76 | 0.92 | 0.15 |
| Hex | B | 3 | 4A | 55 | 60 | 0 | 47 | F7 | 5C | F |
| Octal | 13 | 3 | 112 | 125 | 140 | 0 | 107 | 367 | 134 | 17 |
| Binary | 1011 | 11 | 1001010 | 1010101 | 1100000 | 0 | 1000111 | 11110111 | 1011100 | 1111 |
Color Harmonies of #0B034A
Complementary color
Monochromatic Colors of #0B034A
Black with #0B034A
Text Example
Text Example
White with #0B034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B034A; }
p { color: rgb(11,3,74); }
H1.HeaderClassName
{
color: #0B034A;
}
.AnyTagClassName
{
color: #0B034A;
}
</style>
background-color css
<style>
a { background-color: #0B034A; }
a { background-color: rgb(11,3,74); }
div.DivClassName
{
background-color: #0B034A;
}
.BgClassName
{
background-color: #0B034A;
}
</style>
border-color css
<style>
span { border-color: #0B034A; }
span { border-color: rgb(11,3,74); }
td.TdClassName
{
border-color: #0B034A;
}
.TagClassName
{
border-color: #0B034A;
}
</style>