Shades of Tangaroa #0B2238
Tints of Tangaroa #0B2238
RGB
CMYK
RGB Variations
Color information
#0B2238 (or 0x0B2238) is known color: Tangaroa. HEX triplet: 0B, 22 and 38. RGB value is (11,34,56). Sum of RGB (Red+Green+Blue) = 11+34+56=101 (13% of max value = 765). Red value is 11 (4.69% from 255 or 10.89% from 101); Green value is 34 (13.67% from 255 or 33.66% from 101); Blue value is 56 (22.27% from 255 or 55.45% from 101); Max value from RGB is 56 - color contains mainly: blue. Hex color #0B2238 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2238 is #F4DDC7. Grayscale: #1D1D1D. Windows color (decimal): -16047560 or 3678731. OLE color: 3678731.
HSL color Cylindrical-coordinate representation of color #0B2238: hue angle of 209.33º 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 #0B2238 is Cyan = 0.80, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 11 | 34 | 56 | - |
| CMYK | 0.80 | 0.39 | 0 | 0.78 |
| HSL | 209.33º | 0.67% | 0.13% | - |
| HSV(B) | 209.33º | 0.8% | 0.22% | - |
| XYZ | 1.42 | 1.5 | 3.96 | - |
| YUV | 29.63 | 142.88 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 34 | 56 | 0.80 | 0.39 | 0 | 0.78 | 209.33 | 0.67 | 0.13 |
| Hex | B | 22 | 38 | 50 | 27 | 0 | 4E | D1 | 43 | D |
| Octal | 13 | 42 | 70 | 120 | 47 | 0 | 116 | 321 | 103 | 15 |
| Binary | 1011 | 100010 | 111000 | 1010000 | 100111 | 0 | 1001110 | 11010001 | 1000011 | 1101 |
Color Harmonies of #0B2238
Complementary color
Monochromatic Colors of #0B2238
Black with #0B2238
Text Example
Text Example
White with #0B2238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2238; }
p { color: rgb(11,34,56); }
H1.HeaderClassName
{
color: #0B2238;
}
.AnyTagClassName
{
color: #0B2238;
}
</style>
background-color css
<style>
a { background-color: #0B2238; }
a { background-color: rgb(11,34,56); }
div.DivClassName
{
background-color: #0B2238;
}
.BgClassName
{
background-color: #0B2238;
}
</style>
border-color css
<style>
span { border-color: #0B2238; }
span { border-color: rgb(11,34,56); }
td.TdClassName
{
border-color: #0B2238;
}
.TagClassName
{
border-color: #0B2238;
}
</style>