Shades of Tangaroa #0B2446
Tints of Tangaroa #0B2446
RGB
CMYK
RGB Variations
Color information
#0B2446 (or 0x0B2446) is known color: Tangaroa. HEX triplet: 0B, 24 and 46. RGB value is (11,36,70). Sum of RGB (Red+Green+Blue) = 11+36+70=117 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.40% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 70 (27.73% from 255 or 59.83% from 117); Max value from RGB is 70 - color contains mainly: blue. Hex color #0B2446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2446 is #F4DBB9. Grayscale: #202020. Windows color (decimal): -16047034 or 4596747. OLE color: 4596747.
HSL color Cylindrical-coordinate representation of color #0B2446: hue angle of 214.58º 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 #0B2446 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 11 | 36 | 70 | - |
| CMYK | 0.84 | 0.49 | 0 | 0.73 |
| HSL | 214.58º | 0.73% | 0.16% | - |
| HSV(B) | 214.58º | 0.84% | 0.27% | - |
| XYZ | 1.87 | 1.78 | 6.04 | - |
| YUV | 32.4 | 149.22 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 36 | 70 | 0.84 | 0.49 | 0 | 0.73 | 214.58 | 0.73 | 0.16 |
| Hex | B | 24 | 46 | 54 | 31 | 0 | 49 | D7 | 49 | 10 |
| Octal | 13 | 44 | 106 | 124 | 61 | 0 | 111 | 327 | 111 | 20 |
| Binary | 1011 | 100100 | 1000110 | 1010100 | 110001 | 0 | 1001001 | 11010111 | 1001001 | 10000 |
Color Harmonies of #0B2446
Complementary color
Monochromatic Colors of #0B2446
Black with #0B2446
Text Example
Text Example
White with #0B2446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2446; }
p { color: rgb(11,36,70); }
H1.HeaderClassName
{
color: #0B2446;
}
.AnyTagClassName
{
color: #0B2446;
}
</style>
background-color css
<style>
a { background-color: #0B2446; }
a { background-color: rgb(11,36,70); }
div.DivClassName
{
background-color: #0B2446;
}
.BgClassName
{
background-color: #0B2446;
}
</style>
border-color css
<style>
span { border-color: #0B2446; }
span { border-color: rgb(11,36,70); }
td.TdClassName
{
border-color: #0B2446;
}
.TagClassName
{
border-color: #0B2446;
}
</style>