Shades of Tangaroa #0B2B45
Tints of Tangaroa #0B2B45
RGB
CMYK
RGB Variations
Color information
#0B2B45 (or 0x0B2B45) is known color: Tangaroa. HEX triplet: 0B, 2B and 45. RGB value is (11,43,69). Sum of RGB (Red+Green+Blue) = 11+43+69=123 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.94% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 69 (27.34% from 255 or 56.10% from 123); Max value from RGB is 69 - color contains mainly: blue. Hex color #0B2B45 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2B45 is #F4D4BA. Grayscale: #242424. Windows color (decimal): -16045243 or 4533003. OLE color: 4533003.
HSL color Cylindrical-coordinate representation of color #0B2B45: hue angle of 206.9º 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 #0B2B45 is Cyan = 0.84, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 11 | 43 | 69 | - |
| CMYK | 0.84 | 0.38 | 0 | 0.73 |
| HSL | 206.9º | 0.73% | 0.16% | - |
| HSV(B) | 206.9º | 0.84% | 0.27% | - |
| XYZ | 2.08 | 2.23 | 5.95 | - |
| YUV | 36.4 | 146.4 | 109.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 43 | 69 | 0.84 | 0.38 | 0 | 0.73 | 206.9 | 0.73 | 0.16 |
| Hex | B | 2B | 45 | 54 | 26 | 0 | 49 | CF | 48 | 10 |
| Octal | 13 | 53 | 105 | 124 | 46 | 0 | 111 | 317 | 110 | 20 |
| Binary | 1011 | 101011 | 1000101 | 1010100 | 100110 | 0 | 1001001 | 11001111 | 1001000 | 10000 |
Color Harmonies of #0B2B45
Complementary color
Monochromatic Colors of #0B2B45
Black with #0B2B45
Text Example
Text Example
White with #0B2B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2B45; }
p { color: rgb(11,43,69); }
H1.HeaderClassName
{
color: #0B2B45;
}
.AnyTagClassName
{
color: #0B2B45;
}
</style>
background-color css
<style>
a { background-color: #0B2B45; }
a { background-color: rgb(11,43,69); }
div.DivClassName
{
background-color: #0B2B45;
}
.BgClassName
{
background-color: #0B2B45;
}
</style>
border-color css
<style>
span { border-color: #0B2B45; }
span { border-color: rgb(11,43,69); }
td.TdClassName
{
border-color: #0B2B45;
}
.TagClassName
{
border-color: #0B2B45;
}
</style>