Shades of Tangaroa #0B2B39
Tints of Tangaroa #0B2B39
RGB
CMYK
RGB Variations
Color information
#0B2B39 (or 0x0B2B39) is known color: Tangaroa. HEX triplet: 0B, 2B and 39. RGB value is (11,43,57). Sum of RGB (Red+Green+Blue) = 11+43+57=111 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.91% from 111); Green value is 43 (17.19% from 255 or 38.74% from 111); Blue value is 57 (22.66% from 255 or 51.35% from 111); Max value from RGB is 57 - color contains mainly: blue. Hex color #0B2B39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2B39 is #F4D4C6. Grayscale: #222222. Windows color (decimal): -16045255 or 3746571. OLE color: 3746571.
HSL color Cylindrical-coordinate representation of color #0B2B39: hue angle of 198.26º 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 #0B2B39 is Cyan = 0.81, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 43 | 57 | - |
| CMYK | 0.81 | 0.25 | 0 | 0.78 |
| HSL | 198.26º | 0.68% | 0.13% | - |
| HSV(B) | 198.26º | 0.81% | 0.22% | - |
| XYZ | 1.74 | 2.09 | 4.18 | - |
| YUV | 35.03 | 140.4 | 110.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 43 | 57 | 0.81 | 0.25 | 0 | 0.78 | 198.26 | 0.68 | 0.13 |
| Hex | B | 2B | 39 | 51 | 19 | 0 | 4E | C6 | 44 | D |
| Octal | 13 | 53 | 71 | 121 | 31 | 0 | 116 | 306 | 104 | 15 |
| Binary | 1011 | 101011 | 111001 | 1010001 | 11001 | 0 | 1001110 | 11000110 | 1000100 | 1101 |
Color Harmonies of #0B2B39
Complementary color
Monochromatic Colors of #0B2B39
Black with #0B2B39
Text Example
Text Example
White with #0B2B39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2B39; }
p { color: rgb(11,43,57); }
H1.HeaderClassName
{
color: #0B2B39;
}
.AnyTagClassName
{
color: #0B2B39;
}
</style>
background-color css
<style>
a { background-color: #0B2B39; }
a { background-color: rgb(11,43,57); }
div.DivClassName
{
background-color: #0B2B39;
}
.BgClassName
{
background-color: #0B2B39;
}
</style>
border-color css
<style>
span { border-color: #0B2B39; }
span { border-color: rgb(11,43,57); }
td.TdClassName
{
border-color: #0B2B39;
}
.TagClassName
{
border-color: #0B2B39;
}
</style>