Shades of Tangaroa #0B293A
Tints of Tangaroa #0B293A
RGB
CMYK
RGB Variations
Color information
#0B293A (or 0x0B293A) is known color: Tangaroa. HEX triplet: 0B, 29 and 3A. RGB value is (11,41,58). Sum of RGB (Red+Green+Blue) = 11+41+58=110 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 58 (23.05% from 255 or 52.73% from 110); Max value from RGB is 58 - color contains mainly: blue. Hex color #0B293A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B293A is #F4D6C5. Grayscale: #212121. Windows color (decimal): -16045766 or 3811595. OLE color: 3811595.
HSL color Cylindrical-coordinate representation of color #0B293A: hue angle of 201.7º degrees, saturation: 0.68, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0B293A is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 11 | 41 | 58 | - |
| CMYK | 0.81 | 0.29 | 0 | 0.77 |
| HSL | 201.7º | 0.68% | 0.14% | - |
| HSV(B) | 201.7º | 0.81% | 0.23% | - |
| XYZ | 1.69 | 1.96 | 4.29 | - |
| YUV | 33.97 | 141.56 | 111.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 41 | 58 | 0.81 | 0.29 | 0 | 0.77 | 201.7 | 0.68 | 0.14 |
| Hex | B | 29 | 3A | 51 | 1D | 0 | 4D | CA | 44 | E |
| Octal | 13 | 51 | 72 | 121 | 35 | 0 | 115 | 312 | 104 | 16 |
| Binary | 1011 | 101001 | 111010 | 1010001 | 11101 | 0 | 1001101 | 11001010 | 1000100 | 1110 |
Color Harmonies of #0B293A
Complementary color
Monochromatic Colors of #0B293A
Black with #0B293A
Text Example
Text Example
White with #0B293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B293A; }
p { color: rgb(11,41,58); }
H1.HeaderClassName
{
color: #0B293A;
}
.AnyTagClassName
{
color: #0B293A;
}
</style>
background-color css
<style>
a { background-color: #0B293A; }
a { background-color: rgb(11,41,58); }
div.DivClassName
{
background-color: #0B293A;
}
.BgClassName
{
background-color: #0B293A;
}
</style>
border-color css
<style>
span { border-color: #0B293A; }
span { border-color: rgb(11,41,58); }
td.TdClassName
{
border-color: #0B293A;
}
.TagClassName
{
border-color: #0B293A;
}
</style>