Shades of Tangaroa #0B284D
Tints of Tangaroa #0B284D
RGB
CMYK
RGB Variations
Color information
#0B284D (or 0x0B284D) is known color: Tangaroa. HEX triplet: 0B, 28 and 4D. RGB value is (11,40,77). Sum of RGB (Red+Green+Blue) = 11+40+77=128 (16% of max value = 765). Red value is 11 (4.69% from 255 or 8.59% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 77 (30.47% from 255 or 60.16% from 128); Max value from RGB is 77 - color contains mainly: blue. Hex color #0B284D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B284D is #F4D7B2. Grayscale: #232323. Windows color (decimal): -16046003 or 5056523. OLE color: 5056523.
HSL color Cylindrical-coordinate representation of color #0B284D: hue angle of 213.64º degrees, saturation: 0.75, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0B284D is Cyan = 0.86, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 11 | 40 | 77 | - |
| CMYK | 0.86 | 0.48 | 0 | 0.70 |
| HSL | 213.64º | 0.75% | 0.17% | - |
| HSV(B) | 213.64º | 0.86% | 0.3% | - |
| XYZ | 2.24 | 2.12 | 7.31 | - |
| YUV | 35.55 | 151.39 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 40 | 77 | 0.86 | 0.48 | 0 | 0.70 | 213.64 | 0.75 | 0.17 |
| Hex | B | 28 | 4D | 56 | 30 | 0 | 46 | D6 | 4B | 11 |
| Octal | 13 | 50 | 115 | 126 | 60 | 0 | 106 | 326 | 113 | 21 |
| Binary | 1011 | 101000 | 1001101 | 1010110 | 110000 | 0 | 1000110 | 11010110 | 1001011 | 10001 |
Color Harmonies of #0B284D
Complementary color
Monochromatic Colors of #0B284D
Black with #0B284D
Text Example
Text Example
White with #0B284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B284D; }
p { color: rgb(11,40,77); }
H1.HeaderClassName
{
color: #0B284D;
}
.AnyTagClassName
{
color: #0B284D;
}
</style>
background-color css
<style>
a { background-color: #0B284D; }
a { background-color: rgb(11,40,77); }
div.DivClassName
{
background-color: #0B284D;
}
.BgClassName
{
background-color: #0B284D;
}
</style>
border-color css
<style>
span { border-color: #0B284D; }
span { border-color: rgb(11,40,77); }
td.TdClassName
{
border-color: #0B284D;
}
.TagClassName
{
border-color: #0B284D;
}
</style>