Shades of Tangaroa #0B294D
Tints of Tangaroa #0B294D
RGB
CMYK
RGB Variations
Color information
#0B294D (or 0x0B294D) is known color: Tangaroa. HEX triplet: 0B, 29 and 4D. RGB value is (11,41,77). Sum of RGB (Red+Green+Blue) = 11+41+77=129 (17% of max value = 765). Red value is 11 (4.69% from 255 or 8.53% from 129); Green value is 41 (16.41% from 255 or 31.78% from 129); Blue value is 77 (30.47% from 255 or 59.69% from 129); Max value from RGB is 77 - color contains mainly: blue. Hex color #0B294D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B294D is #F4D6B2. Grayscale: #232323. Windows color (decimal): -16045747 or 5056779. OLE color: 5056779.
HSL color Cylindrical-coordinate representation of color #0B294D: hue angle of 212.73º 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 #0B294D is Cyan = 0.86, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 11 | 41 | 77 | - |
| CMYK | 0.86 | 0.47 | 0 | 0.70 |
| HSL | 212.73º | 0.75% | 0.17% | - |
| HSV(B) | 212.73º | 0.86% | 0.3% | - |
| XYZ | 2.27 | 2.19 | 7.32 | - |
| YUV | 36.13 | 151.06 | 110.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 41 | 77 | 0.86 | 0.47 | 0 | 0.70 | 212.73 | 0.75 | 0.17 |
| Hex | B | 29 | 4D | 56 | 2F | 0 | 46 | D5 | 4B | 11 |
| Octal | 13 | 51 | 115 | 126 | 57 | 0 | 106 | 325 | 113 | 21 |
| Binary | 1011 | 101001 | 1001101 | 1010110 | 101111 | 0 | 1000110 | 11010101 | 1001011 | 10001 |
Color Harmonies of #0B294D
Complementary color
Monochromatic Colors of #0B294D
Black with #0B294D
Text Example
Text Example
White with #0B294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B294D; }
p { color: rgb(11,41,77); }
H1.HeaderClassName
{
color: #0B294D;
}
.AnyTagClassName
{
color: #0B294D;
}
</style>
background-color css
<style>
a { background-color: #0B294D; }
a { background-color: rgb(11,41,77); }
div.DivClassName
{
background-color: #0B294D;
}
.BgClassName
{
background-color: #0B294D;
}
</style>
border-color css
<style>
span { border-color: #0B294D; }
span { border-color: rgb(11,41,77); }
td.TdClassName
{
border-color: #0B294D;
}
.TagClassName
{
border-color: #0B294D;
}
</style>