Shades of Tangaroa #0B293F
Tints of Tangaroa #0B293F
RGB
CMYK
RGB Variations
Color information
#0B293F (or 0x0B293F) is known color: Tangaroa. HEX triplet: 0B, 29 and 3F. RGB value is (11,41,63). Sum of RGB (Red+Green+Blue) = 11+41+63=115 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.57% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 63 (25% from 255 or 54.78% from 115); Max value from RGB is 63 - color contains mainly: blue. Hex color #0B293F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B293F is #F4D6C0. Grayscale: #222222. Windows color (decimal): -16045761 or 4139275. OLE color: 4139275.
HSL color Cylindrical-coordinate representation of color #0B293F: hue angle of 205.38º degrees, saturation: 0.7, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #0B293F is Cyan = 0.83, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 11 | 41 | 63 | - |
| CMYK | 0.83 | 0.35 | 0 | 0.75 |
| HSL | 205.38º | 0.7% | 0.15% | - |
| HSV(B) | 205.38º | 0.83% | 0.25% | - |
| XYZ | 1.83 | 2.02 | 5 | - |
| YUV | 34.54 | 144.06 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 41 | 63 | 0.83 | 0.35 | 0 | 0.75 | 205.38 | 0.7 | 0.15 |
| Hex | B | 29 | 3F | 53 | 23 | 0 | 4B | CD | 46 | F |
| Octal | 13 | 51 | 77 | 123 | 43 | 0 | 113 | 315 | 106 | 17 |
| Binary | 1011 | 101001 | 111111 | 1010011 | 100011 | 0 | 1001011 | 11001101 | 1000110 | 1111 |
Color Harmonies of #0B293F
Complementary color
Monochromatic Colors of #0B293F
Black with #0B293F
Text Example
Text Example
White with #0B293F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B293F; }
p { color: rgb(11,41,63); }
H1.HeaderClassName
{
color: #0B293F;
}
.AnyTagClassName
{
color: #0B293F;
}
</style>
background-color css
<style>
a { background-color: #0B293F; }
a { background-color: rgb(11,41,63); }
div.DivClassName
{
background-color: #0B293F;
}
.BgClassName
{
background-color: #0B293F;
}
</style>
border-color css
<style>
span { border-color: #0B293F; }
span { border-color: rgb(11,41,63); }
td.TdClassName
{
border-color: #0B293F;
}
.TagClassName
{
border-color: #0B293F;
}
</style>