Shades of Tangaroa #0B2A46
Tints of Tangaroa #0B2A46
RGB
CMYK
RGB Variations
Color information
#0B2A46 (or 0x0B2A46) is known color: Tangaroa. HEX triplet: 0B, 2A and 46. RGB value is (11,42,70). Sum of RGB (Red+Green+Blue) = 11+42+70=123 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.94% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 70 (27.73% from 255 or 56.91% from 123); Max value from RGB is 70 - color contains mainly: blue. Hex color #0B2A46 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2A46 is #F4D5B9. Grayscale: #232323. Windows color (decimal): -16045498 or 4598283. OLE color: 4598283.
HSL color Cylindrical-coordinate representation of color #0B2A46: hue angle of 208.47º degrees, saturation: 0.73, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0B2A46 is Cyan = 0.84, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 11 | 42 | 70 | - |
| CMYK | 0.84 | 0.40 | 0 | 0.73 |
| HSL | 208.47º | 0.73% | 0.16% | - |
| HSV(B) | 208.47º | 0.84% | 0.27% | - |
| XYZ | 2.07 | 2.17 | 6.1 | - |
| YUV | 35.92 | 147.23 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 42 | 70 | 0.84 | 0.40 | 0 | 0.73 | 208.47 | 0.73 | 0.16 |
| Hex | B | 2A | 46 | 54 | 28 | 0 | 49 | D0 | 49 | 10 |
| Octal | 13 | 52 | 106 | 124 | 50 | 0 | 111 | 320 | 111 | 20 |
| Binary | 1011 | 101010 | 1000110 | 1010100 | 101000 | 0 | 1001001 | 11010000 | 1001001 | 10000 |
Color Harmonies of #0B2A46
Complementary color
Monochromatic Colors of #0B2A46
Black with #0B2A46
Text Example
Text Example
White with #0B2A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2A46; }
p { color: rgb(11,42,70); }
H1.HeaderClassName
{
color: #0B2A46;
}
.AnyTagClassName
{
color: #0B2A46;
}
</style>
background-color css
<style>
a { background-color: #0B2A46; }
a { background-color: rgb(11,42,70); }
div.DivClassName
{
background-color: #0B2A46;
}
.BgClassName
{
background-color: #0B2A46;
}
</style>
border-color css
<style>
span { border-color: #0B2A46; }
span { border-color: rgb(11,42,70); }
td.TdClassName
{
border-color: #0B2A46;
}
.TagClassName
{
border-color: #0B2A46;
}
</style>