Shades of Tangaroa #0B2B3D
Tints of Tangaroa #0B2B3D
RGB
CMYK
RGB Variations
Color information
#0B2B3D (or 0x0B2B3D) is known color: Tangaroa. HEX triplet: 0B, 2B and 3D. RGB value is (11,43,61). Sum of RGB (Red+Green+Blue) = 11+43+61=115 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.57% from 115); Green value is 43 (17.19% from 255 or 37.39% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #0B2B3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2B3D is #F4D4C2. Grayscale: #232323. Windows color (decimal): -16045251 or 4008715. OLE color: 4008715.
HSL color Cylindrical-coordinate representation of color #0B2B3D: hue angle of 201.6º 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 #0B2B3D is Cyan = 0.82, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 43 | 61 | - |
| CMYK | 0.82 | 0.30 | 0 | 0.76 |
| HSL | 201.6º | 0.69% | 0.14% | - |
| HSV(B) | 201.6º | 0.82% | 0.24% | - |
| XYZ | 1.84 | 2.14 | 4.73 | - |
| YUV | 35.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 43 | 61 | 0.82 | 0.30 | 0 | 0.76 | 201.6 | 0.69 | 0.14 |
| Hex | B | 2B | 3D | 52 | 1E | 0 | 4C | CA | 45 | E |
| Octal | 13 | 53 | 75 | 122 | 36 | 0 | 114 | 312 | 105 | 16 |
| Binary | 1011 | 101011 | 111101 | 1010010 | 11110 | 0 | 1001100 | 11001010 | 1000101 | 1110 |
Color Harmonies of #0B2B3D
Complementary color
Monochromatic Colors of #0B2B3D
Black with #0B2B3D
Text Example
Text Example
White with #0B2B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2B3D; }
p { color: rgb(11,43,61); }
H1.HeaderClassName
{
color: #0B2B3D;
}
.AnyTagClassName
{
color: #0B2B3D;
}
</style>
background-color css
<style>
a { background-color: #0B2B3D; }
a { background-color: rgb(11,43,61); }
div.DivClassName
{
background-color: #0B2B3D;
}
.BgClassName
{
background-color: #0B2B3D;
}
</style>
border-color css
<style>
span { border-color: #0B2B3D; }
span { border-color: rgb(11,43,61); }
td.TdClassName
{
border-color: #0B2B3D;
}
.TagClassName
{
border-color: #0B2B3D;
}
</style>