Shades of Tangaroa #1B2E3A
Tints of Tangaroa #1B2E3A
RGB
CMYK
RGB Variations
Color information
#1B2E3A (or 0x1B2E3A) is known color: Tangaroa. HEX triplet: 1B, 2E and 3A. RGB value is (27,46,58). Sum of RGB (Red+Green+Blue) = 27+46+58=131 (17% of max value = 765). Red value is 27 (10.94% from 255 or 20.61% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 58 (23.05% from 255 or 44.27% from 131); Max value from RGB is 58 - color contains mainly: blue. Hex color #1B2E3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2E3A is #E4D1C5. Grayscale: #292929. Windows color (decimal): -14995910 or 3812891. OLE color: 3812891.
HSL color Cylindrical-coordinate representation of color #1B2E3A: hue angle of 203.23º degrees, saturation: 0.36, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1B2E3A is Cyan = 0.53, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 27 | 46 | 58 | - |
| CMYK | 0.53 | 0.21 | 0 | 0.77 |
| HSL | 203.23º | 0.36% | 0.17% | - |
| HSV(B) | 203.23º | 0.53% | 0.23% | - |
| XYZ | 2.19 | 2.49 | 4.37 | - |
| YUV | 41.69 | 137.21 | 117.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 46 | 58 | 0.53 | 0.21 | 0 | 0.77 | 203.23 | 0.36 | 0.17 |
| Hex | 1B | 2E | 3A | 35 | 15 | 0 | 4D | CB | 24 | 11 |
| Octal | 33 | 56 | 72 | 65 | 25 | 0 | 115 | 313 | 44 | 21 |
| Binary | 11011 | 101110 | 111010 | 110101 | 10101 | 0 | 1001101 | 11001011 | 100100 | 10001 |
Color Harmonies of #1B2E3A
Complementary color
Monochromatic Colors of #1B2E3A
Black with #1B2E3A
Text Example
Text Example
White with #1B2E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2E3A; }
p { color: rgb(27,46,58); }
H1.HeaderClassName
{
color: #1B2E3A;
}
.AnyTagClassName
{
color: #1B2E3A;
}
</style>
background-color css
<style>
a { background-color: #1B2E3A; }
a { background-color: rgb(27,46,58); }
div.DivClassName
{
background-color: #1B2E3A;
}
.BgClassName
{
background-color: #1B2E3A;
}
</style>
border-color css
<style>
span { border-color: #1B2E3A; }
span { border-color: rgb(27,46,58); }
td.TdClassName
{
border-color: #1B2E3A;
}
.TagClassName
{
border-color: #1B2E3A;
}
</style>