Shades of Paua #0B033E
Tints of Paua #0B033E
RGB
CMYK
RGB Variations
Color information
#0B033E (or 0x0B033E) is known color: Paua. HEX triplet: 0B, 03 and 3E. RGB value is (11,3,62). Sum of RGB (Red+Green+Blue) = 11+3+62=76 (10% of max value = 765). Red value is 11 (4.69% from 255 or 14.47% from 76); Green value is 3 (1.56% from 255 or 3.95% from 76); Blue value is 62 (24.61% from 255 or 81.58% from 76); Max value from RGB is 62 - color contains mainly: blue. Hex color #0B033E is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0B033E is #F4FCC1. Grayscale: #0B0B0B. Windows color (decimal): -16055490 or 4064011. OLE color: 4064011.
HSL color Cylindrical-coordinate representation of color #0B033E: hue angle of 248.14º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0B033E is Cyan = 0.82, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 3 | 62 | - |
| CMYK | 0.82 | 0.95 | 0 | 0.76 |
| HSL | 248.14º | 0.91% | 0.13% | - |
| HSV(B) | 248.14º | 0.95% | 0.24% | - |
| XYZ | 1.04 | 0.48 | 4.6 | - |
| YUV | 12.12 | 156.15 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 3 | 62 | 0.82 | 0.95 | 0 | 0.76 | 248.14 | 0.91 | 0.13 |
| Hex | B | 3 | 3E | 52 | 5F | 0 | 4C | F8 | 5B | D |
| Octal | 13 | 3 | 76 | 122 | 137 | 0 | 114 | 370 | 133 | 15 |
| Binary | 1011 | 11 | 111110 | 1010010 | 1011111 | 0 | 1001100 | 11111000 | 1011011 | 1101 |
Color Harmonies of #0B033E
Complementary color
Monochromatic Colors of #0B033E
Black with #0B033E
Text Example
Text Example
White with #0B033E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B033E; }
p { color: rgb(11,3,62); }
H1.HeaderClassName
{
color: #0B033E;
}
.AnyTagClassName
{
color: #0B033E;
}
</style>
background-color css
<style>
a { background-color: #0B033E; }
a { background-color: rgb(11,3,62); }
div.DivClassName
{
background-color: #0B033E;
}
.BgClassName
{
background-color: #0B033E;
}
</style>
border-color css
<style>
span { border-color: #0B033E; }
span { border-color: rgb(11,3,62); }
td.TdClassName
{
border-color: #0B033E;
}
.TagClassName
{
border-color: #0B033E;
}
</style>