Shades of Tangaroa #0B2A3E
Tints of Tangaroa #0B2A3E
RGB
CMYK
RGB Variations
Color information
#0B2A3E (or 0x0B2A3E) is known color: Tangaroa. HEX triplet: 0B, 2A and 3E. RGB value is (11,42,62). Sum of RGB (Red+Green+Blue) = 11+42+62=115 (15% of max value = 765). Red value is 11 (4.69% from 255 or 9.57% from 115); Green value is 42 (16.80% from 255 or 36.52% from 115); Blue value is 62 (24.61% from 255 or 53.91% from 115); Max value from RGB is 62 - color contains mainly: blue. Hex color #0B2A3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B2A3E is #F4D5C1. Grayscale: #222222. Windows color (decimal): -16045506 or 4073995. OLE color: 4073995.
HSL color Cylindrical-coordinate representation of color #0B2A3E: hue angle of 203.53º degrees, saturation: 0.7, 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 #0B2A3E is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 11 | 42 | 62 | - |
| CMYK | 0.82 | 0.32 | 0 | 0.76 |
| HSL | 203.53º | 0.7% | 0.14% | - |
| HSV(B) | 203.53º | 0.82% | 0.24% | - |
| XYZ | 1.84 | 2.07 | 4.86 | - |
| YUV | 35.01 | 143.23 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 42 | 62 | 0.82 | 0.32 | 0 | 0.76 | 203.53 | 0.7 | 0.14 |
| Hex | B | 2A | 3E | 52 | 20 | 0 | 4C | CC | 46 | E |
| Octal | 13 | 52 | 76 | 122 | 40 | 0 | 114 | 314 | 106 | 16 |
| Binary | 1011 | 101010 | 111110 | 1010010 | 100000 | 0 | 1001100 | 11001100 | 1000110 | 1110 |
Color Harmonies of #0B2A3E
Complementary color
Monochromatic Colors of #0B2A3E
Black with #0B2A3E
Text Example
Text Example
White with #0B2A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2A3E; }
p { color: rgb(11,42,62); }
H1.HeaderClassName
{
color: #0B2A3E;
}
.AnyTagClassName
{
color: #0B2A3E;
}
</style>
background-color css
<style>
a { background-color: #0B2A3E; }
a { background-color: rgb(11,42,62); }
div.DivClassName
{
background-color: #0B2A3E;
}
.BgClassName
{
background-color: #0B2A3E;
}
</style>
border-color css
<style>
span { border-color: #0B2A3E; }
span { border-color: rgb(11,42,62); }
td.TdClassName
{
border-color: #0B2A3E;
}
.TagClassName
{
border-color: #0B2A3E;
}
</style>