Shades of Tangaroa #0B213D
Tints of Tangaroa #0B213D
RGB
CMYK
RGB Variations
Color information
#0B213D (or 0x0B213D) is known color: Tangaroa. HEX triplet: 0B, 21 and 3D. RGB value is (11,33,61). Sum of RGB (Red+Green+Blue) = 11+33+61=105 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.48% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 61 (24.22% from 255 or 58.10% from 105); Max value from RGB is 61 - color contains mainly: blue. Hex color #0B213D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B213D is #F4DEC2. Grayscale: #1D1D1D. Windows color (decimal): -16047811 or 4006155. OLE color: 4006155.
HSL color Cylindrical-coordinate representation of color #0B213D: hue angle of 213.6º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B213D is Cyan = 0.82, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 33 | 61 | - |
| CMYK | 0.82 | 0.46 | 0 | 0.76 |
| HSL | 213.6º | 0.69% | 0.14% | - |
| HSV(B) | 213.6º | 0.82% | 0.24% | - |
| XYZ | 1.52 | 1.5 | 4.62 | - |
| YUV | 29.61 | 145.71 | 114.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 33 | 61 | 0.82 | 0.46 | 0 | 0.76 | 213.6 | 0.69 | 0.14 |
| Hex | B | 21 | 3D | 52 | 2E | 0 | 4C | D6 | 45 | E |
| Octal | 13 | 41 | 75 | 122 | 56 | 0 | 114 | 326 | 105 | 16 |
| Binary | 1011 | 100001 | 111101 | 1010010 | 101110 | 0 | 1001100 | 11010110 | 1000101 | 1110 |
Color Harmonies of #0B213D
Complementary color
Monochromatic Colors of #0B213D
Black with #0B213D
Text Example
Text Example
White with #0B213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B213D; }
p { color: rgb(11,33,61); }
H1.HeaderClassName
{
color: #0B213D;
}
.AnyTagClassName
{
color: #0B213D;
}
</style>
background-color css
<style>
a { background-color: #0B213D; }
a { background-color: rgb(11,33,61); }
div.DivClassName
{
background-color: #0B213D;
}
.BgClassName
{
background-color: #0B213D;
}
</style>
border-color css
<style>
span { border-color: #0B213D; }
span { border-color: rgb(11,33,61); }
td.TdClassName
{
border-color: #0B213D;
}
.TagClassName
{
border-color: #0B213D;
}
</style>