Shades of Tangaroa #0B293D
Tints of Tangaroa #0B293D
RGB
CMYK
RGB Variations
Color information
#0B293D (or 0x0B293D) is known color: Tangaroa. HEX triplet: 0B, 29 and 3D. RGB value is (11,41,61). Sum of RGB (Red+Green+Blue) = 11+41+61=113 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.73% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 61 (24.22% from 255 or 53.98% from 113); Max value from RGB is 61 - color contains mainly: blue. Hex color #0B293D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B293D is #F4D6C2. Grayscale: #222222. Windows color (decimal): -16045763 or 4008203. OLE color: 4008203.
HSL color Cylindrical-coordinate representation of color #0B293D: hue angle of 204º 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 #0B293D is Cyan = 0.82, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 41 | 61 | - |
| CMYK | 0.82 | 0.33 | 0 | 0.76 |
| HSL | 204º | 0.69% | 0.14% | - |
| HSV(B) | 204º | 0.82% | 0.24% | - |
| XYZ | 1.77 | 1.99 | 4.71 | - |
| YUV | 34.31 | 143.06 | 111.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 41 | 61 | 0.82 | 0.33 | 0 | 0.76 | 204 | 0.69 | 0.14 |
| Hex | B | 29 | 3D | 52 | 21 | 0 | 4C | CC | 45 | E |
| Octal | 13 | 51 | 75 | 122 | 41 | 0 | 114 | 314 | 105 | 16 |
| Binary | 1011 | 101001 | 111101 | 1010010 | 100001 | 0 | 1001100 | 11001100 | 1000101 | 1110 |
Color Harmonies of #0B293D
Complementary color
Monochromatic Colors of #0B293D
Black with #0B293D
Text Example
Text Example
White with #0B293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B293D; }
p { color: rgb(11,41,61); }
H1.HeaderClassName
{
color: #0B293D;
}
.AnyTagClassName
{
color: #0B293D;
}
</style>
background-color css
<style>
a { background-color: #0B293D; }
a { background-color: rgb(11,41,61); }
div.DivClassName
{
background-color: #0B293D;
}
.BgClassName
{
background-color: #0B293D;
}
</style>
border-color css
<style>
span { border-color: #0B293D; }
span { border-color: rgb(11,41,61); }
td.TdClassName
{
border-color: #0B293D;
}
.TagClassName
{
border-color: #0B293D;
}
</style>