Shades of Tangaroa #0B2139
Tints of Tangaroa #0B2139
RGB
CMYK
RGB Variations
Color information
#0B2139 (or 0x0B2139) is known color: Tangaroa. HEX triplet: 0B, 21 and 39. RGB value is (11,33,57). Sum of RGB (Red+Green+Blue) = 11+33+57=101 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.89% from 101); Green value is 33 (13.28% from 255 or 32.67% from 101); Blue value is 57 (22.66% from 255 or 56.44% from 101); Max value from RGB is 57 - color contains mainly: blue. Hex color #0B2139 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2139 is #F4DEC6. Grayscale: #1D1D1D. Windows color (decimal): -16047815 or 3744011. OLE color: 3744011.
HSL color Cylindrical-coordinate representation of color #0B2139: hue angle of 211.3º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B2139 is Cyan = 0.81, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 33 | 57 | - |
| CMYK | 0.81 | 0.42 | 0 | 0.78 |
| HSL | 211.3º | 0.68% | 0.13% | - |
| HSV(B) | 211.3º | 0.81% | 0.22% | - |
| XYZ | 1.42 | 1.45 | 4.08 | - |
| YUV | 29.16 | 143.71 | 115.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 33 | 57 | 0.81 | 0.42 | 0 | 0.78 | 211.3 | 0.68 | 0.13 |
| Hex | B | 21 | 39 | 51 | 2A | 0 | 4E | D3 | 44 | D |
| Octal | 13 | 41 | 71 | 121 | 52 | 0 | 116 | 323 | 104 | 15 |
| Binary | 1011 | 100001 | 111001 | 1010001 | 101010 | 0 | 1001110 | 11010011 | 1000100 | 1101 |
Color Harmonies of #0B2139
Complementary color
Monochromatic Colors of #0B2139
Black with #0B2139
Text Example
Text Example
White with #0B2139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2139; }
p { color: rgb(11,33,57); }
H1.HeaderClassName
{
color: #0B2139;
}
.AnyTagClassName
{
color: #0B2139;
}
</style>
background-color css
<style>
a { background-color: #0B2139; }
a { background-color: rgb(11,33,57); }
div.DivClassName
{
background-color: #0B2139;
}
.BgClassName
{
background-color: #0B2139;
}
</style>
border-color css
<style>
span { border-color: #0B2139; }
span { border-color: rgb(11,33,57); }
td.TdClassName
{
border-color: #0B2139;
}
.TagClassName
{
border-color: #0B2139;
}
</style>