Shades of Tangaroa #0B2C38
Tints of Tangaroa #0B2C38
RGB
CMYK
RGB Variations
Color information
#0B2C38 (or 0x0B2C38) is known color: Tangaroa. HEX triplet: 0B, 2C and 38. RGB value is (11,44,56). Sum of RGB (Red+Green+Blue) = 11+44+56=111 (14% of max value = 765). Red value is 11 (4.69% from 255 or 9.91% from 111); Green value is 44 (17.58% from 255 or 39.64% from 111); Blue value is 56 (22.27% from 255 or 50.45% from 111); Max value from RGB is 56 - color contains mainly: blue. Hex color #0B2C38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2C38 is #F4D3C7. Grayscale: #232323. Windows color (decimal): -16045000 or 3681291. OLE color: 3681291.
HSL color Cylindrical-coordinate representation of color #0B2C38: hue angle of 196º degrees, saturation: 0.67, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B2C38 is Cyan = 0.80, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 44 | 56 | - |
| CMYK | 0.80 | 0.21 | 0 | 0.78 |
| HSL | 196º | 0.67% | 0.13% | - |
| HSV(B) | 196º | 0.8% | 0.22% | - |
| XYZ | 1.75 | 2.16 | 4.07 | - |
| YUV | 35.5 | 139.57 | 110.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 44 | 56 | 0.80 | 0.21 | 0 | 0.78 | 196 | 0.67 | 0.13 |
| Hex | B | 2C | 38 | 50 | 15 | 0 | 4E | C4 | 43 | D |
| Octal | 13 | 54 | 70 | 120 | 25 | 0 | 116 | 304 | 103 | 15 |
| Binary | 1011 | 101100 | 111000 | 1010000 | 10101 | 0 | 1001110 | 11000100 | 1000011 | 1101 |
Color Harmonies of #0B2C38
Complementary color
Monochromatic Colors of #0B2C38
Black with #0B2C38
Text Example
Text Example
White with #0B2C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2C38; }
p { color: rgb(11,44,56); }
H1.HeaderClassName
{
color: #0B2C38;
}
.AnyTagClassName
{
color: #0B2C38;
}
</style>
background-color css
<style>
a { background-color: #0B2C38; }
a { background-color: rgb(11,44,56); }
div.DivClassName
{
background-color: #0B2C38;
}
.BgClassName
{
background-color: #0B2C38;
}
</style>
border-color css
<style>
span { border-color: #0B2C38; }
span { border-color: rgb(11,44,56); }
td.TdClassName
{
border-color: #0B2C38;
}
.TagClassName
{
border-color: #0B2C38;
}
</style>