Shades of Tangaroa #0B2B41
Tints of Tangaroa #0B2B41
RGB
CMYK
RGB Variations
Color information
#0B2B41 (or 0x0B2B41) is known color: Tangaroa. HEX triplet: 0B, 2B and 41. RGB value is (11,43,65). Sum of RGB (Red+Green+Blue) = 11+43+65=119 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.24% from 119); Green value is 43 (17.19% from 255 or 36.13% from 119); Blue value is 65 (25.78% from 255 or 54.62% from 119); Max value from RGB is 65 - color contains mainly: blue. Hex color #0B2B41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2B41 is #F4D4BE. Grayscale: #232323. Windows color (decimal): -16045247 or 4270859. OLE color: 4270859.
HSL color Cylindrical-coordinate representation of color #0B2B41: hue angle of 204.44º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B2B41 is Cyan = 0.83, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 43 | 65 | - |
| CMYK | 0.83 | 0.34 | 0 | 0.75 |
| HSL | 204.44º | 0.71% | 0.15% | - |
| HSV(B) | 204.44º | 0.83% | 0.25% | - |
| XYZ | 1.96 | 2.18 | 5.32 | - |
| YUV | 35.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 43 | 65 | 0.83 | 0.34 | 0 | 0.75 | 204.44 | 0.71 | 0.15 |
| Hex | B | 2B | 41 | 53 | 22 | 0 | 4B | CC | 47 | F |
| Octal | 13 | 53 | 101 | 123 | 42 | 0 | 113 | 314 | 107 | 17 |
| Binary | 1011 | 101011 | 1000001 | 1010011 | 100010 | 0 | 1001011 | 11001100 | 1000111 | 1111 |
Color Harmonies of #0B2B41
Complementary color
Monochromatic Colors of #0B2B41
Black with #0B2B41
Text Example
Text Example
White with #0B2B41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2B41; }
p { color: rgb(11,43,65); }
H1.HeaderClassName
{
color: #0B2B41;
}
.AnyTagClassName
{
color: #0B2B41;
}
</style>
background-color css
<style>
a { background-color: #0B2B41; }
a { background-color: rgb(11,43,65); }
div.DivClassName
{
background-color: #0B2B41;
}
.BgClassName
{
background-color: #0B2B41;
}
</style>
border-color css
<style>
span { border-color: #0B2B41; }
span { border-color: rgb(11,43,65); }
td.TdClassName
{
border-color: #0B2B41;
}
.TagClassName
{
border-color: #0B2B41;
}
</style>