Shades of Tangaroa #1B2836
Tints of Tangaroa #1B2836
RGB
CMYK
RGB Variations
Color information
#1B2836 (or 0x1B2836) is known color: Tangaroa. HEX triplet: 1B, 28 and 36. RGB value is (27,40,54). Sum of RGB (Red+Green+Blue) = 27+40+54=121 (16% of max value = 765). Red value is 27 (10.94% from 255 or 22.31% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 54 (21.48% from 255 or 44.63% from 121); Max value from RGB is 54 - color contains mainly: blue. Hex color #1B2836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2836 is #E4D7C9. Grayscale: #252525. Windows color (decimal): -14997450 or 3549211. OLE color: 3549211.
HSL color Cylindrical-coordinate representation of color #1B2836: hue angle of 211.11º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1B2836 is Cyan = 0.5, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 27 | 40 | 54 | - |
| CMYK | 0.5 | 0.26 | 0 | 0.79 |
| HSL | 211.11º | 0.33% | 0.16% | - |
| HSV(B) | 211.11º | 0.5% | 0.21% | - |
| XYZ | 1.88 | 2.02 | 3.78 | - |
| YUV | 37.71 | 137.19 | 120.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 40 | 54 | 0.5 | 0.26 | 0 | 0.79 | 211.11 | 0.33 | 0.16 |
| Hex | 1B | 28 | 36 | 32 | 1A | 0 | 4F | D3 | 21 | 10 |
| Octal | 33 | 50 | 66 | 62 | 32 | 0 | 117 | 323 | 41 | 20 |
| Binary | 11011 | 101000 | 110110 | 110010 | 11010 | 0 | 1001111 | 11010011 | 100001 | 10000 |
Color Harmonies of #1B2836
Complementary color
Monochromatic Colors of #1B2836
Black with #1B2836
Text Example
Text Example
White with #1B2836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2836; }
p { color: rgb(27,40,54); }
H1.HeaderClassName
{
color: #1B2836;
}
.AnyTagClassName
{
color: #1B2836;
}
</style>
background-color css
<style>
a { background-color: #1B2836; }
a { background-color: rgb(27,40,54); }
div.DivClassName
{
background-color: #1B2836;
}
.BgClassName
{
background-color: #1B2836;
}
</style>
border-color css
<style>
span { border-color: #1B2836; }
span { border-color: rgb(27,40,54); }
td.TdClassName
{
border-color: #1B2836;
}
.TagClassName
{
border-color: #1B2836;
}
</style>