Shades of Tangaroa #0B1D36
Tints of Tangaroa #0B1D36
RGB
CMYK
RGB Variations
Color information
#0B1D36 (or 0x0B1D36) is known color: Tangaroa. HEX triplet: 0B, 1D and 36. RGB value is (11,29,54). Sum of RGB (Red+Green+Blue) = 11+29+54=94 (12% of max value = 765). Red value is 11 (4.69% from 255 or 11.70% from 94); Green value is 29 (11.72% from 255 or 30.85% from 94); Blue value is 54 (21.48% from 255 or 57.45% from 94); Max value from RGB is 54 - color contains mainly: blue. Hex color #0B1D36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0B1D36 is #F4E2C9. Grayscale: #1A1A1A. Windows color (decimal): -16048842 or 3546379. OLE color: 3546379.
HSL color Cylindrical-coordinate representation of color #0B1D36: hue angle of 214.88º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0B1D36 is Cyan = 0.80, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 11 | 29 | 54 | - |
| CMYK | 0.80 | 0.46 | 0 | 0.79 |
| HSL | 214.88º | 0.66% | 0.13% | - |
| HSV(B) | 214.88º | 0.8% | 0.21% | - |
| XYZ | 1.24 | 1.22 | 3.66 | - |
| YUV | 26.47 | 143.54 | 116.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 29 | 54 | 0.80 | 0.46 | 0 | 0.79 | 214.88 | 0.66 | 0.13 |
| Hex | B | 1D | 36 | 50 | 2E | 0 | 4F | D7 | 42 | D |
| Octal | 13 | 35 | 66 | 120 | 56 | 0 | 117 | 327 | 102 | 15 |
| Binary | 1011 | 11101 | 110110 | 1010000 | 101110 | 0 | 1001111 | 11010111 | 1000010 | 1101 |
Color Harmonies of #0B1D36
Complementary color
Monochromatic Colors of #0B1D36
Black with #0B1D36
Text Example
Text Example
White with #0B1D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B1D36; }
p { color: rgb(11,29,54); }
H1.HeaderClassName
{
color: #0B1D36;
}
.AnyTagClassName
{
color: #0B1D36;
}
</style>
background-color css
<style>
a { background-color: #0B1D36; }
a { background-color: rgb(11,29,54); }
div.DivClassName
{
background-color: #0B1D36;
}
.BgClassName
{
background-color: #0B1D36;
}
</style>
border-color css
<style>
span { border-color: #0B1D36; }
span { border-color: rgb(11,29,54); }
td.TdClassName
{
border-color: #0B1D36;
}
.TagClassName
{
border-color: #0B1D36;
}
</style>