Shades of Tangaroa #0B223D
Tints of Tangaroa #0B223D
RGB
CMYK
RGB Variations
Color information
#0B223D (or 0x0B223D) is known color: Tangaroa. HEX triplet: 0B, 22 and 3D. RGB value is (11,34,61). Sum of RGB (Red+Green+Blue) = 11+34+61=106 (14% of max value = 765). Red value is 11 (4.69% from 255 or 10.38% from 106); Green value is 34 (13.67% from 255 or 32.08% from 106); Blue value is 61 (24.22% from 255 or 57.55% from 106); Max value from RGB is 61 - color contains mainly: blue. Hex color #0B223D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B223D is #F4DDC2. Grayscale: #1E1E1E. Windows color (decimal): -16047555 or 4006411. OLE color: 4006411.
HSL color Cylindrical-coordinate representation of color #0B223D: hue angle of 212.4º 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 #0B223D is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 34 | 61 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.76 |
| HSL | 212.4º | 0.69% | 0.14% | - |
| HSV(B) | 212.4º | 0.82% | 0.24% | - |
| XYZ | 1.55 | 1.55 | 4.63 | - |
| YUV | 30.2 | 145.38 | 114.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 34 | 61 | 0.82 | 0.44 | 0 | 0.76 | 212.4 | 0.69 | 0.14 |
| Hex | B | 22 | 3D | 52 | 2C | 0 | 4C | D4 | 45 | E |
| Octal | 13 | 42 | 75 | 122 | 54 | 0 | 114 | 324 | 105 | 16 |
| Binary | 1011 | 100010 | 111101 | 1010010 | 101100 | 0 | 1001100 | 11010100 | 1000101 | 1110 |
Color Harmonies of #0B223D
Complementary color
Monochromatic Colors of #0B223D
Black with #0B223D
Text Example
Text Example
White with #0B223D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B223D; }
p { color: rgb(11,34,61); }
H1.HeaderClassName
{
color: #0B223D;
}
.AnyTagClassName
{
color: #0B223D;
}
</style>
background-color css
<style>
a { background-color: #0B223D; }
a { background-color: rgb(11,34,61); }
div.DivClassName
{
background-color: #0B223D;
}
.BgClassName
{
background-color: #0B223D;
}
</style>
border-color css
<style>
span { border-color: #0B223D; }
span { border-color: rgb(11,34,61); }
td.TdClassName
{
border-color: #0B223D;
}
.TagClassName
{
border-color: #0B223D;
}
</style>