Shades of Tangaroa #1A2837
Tints of Tangaroa #1A2837
RGB
CMYK
RGB Variations
Color information
#1A2837 (or 0x1A2837) is known color: Tangaroa. HEX triplet: 1A, 28 and 37. RGB value is (26,40,55). Sum of RGB (Red+Green+Blue) = 26+40+55=121 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.49% from 121); Green value is 40 (16.02% from 255 or 33.06% from 121); Blue value is 55 (21.88% from 255 or 45.45% from 121); Max value from RGB is 55 - color contains mainly: blue. Hex color #1A2837 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2837 is #E5D7C8. Grayscale: #252525. Windows color (decimal): -15062985 or 3614746. OLE color: 3614746.
HSL color Cylindrical-coordinate representation of color #1A2837: hue angle of 211.03º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1A2837 is Cyan = 0.53, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 40 | 55 | - |
| CMYK | 0.53 | 0.27 | 0 | 0.78 |
| HSL | 211.03º | 0.36% | 0.16% | - |
| HSV(B) | 211.03º | 0.53% | 0.22% | - |
| XYZ | 1.87 | 2.01 | 3.9 | - |
| YUV | 37.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 40 | 55 | 0.53 | 0.27 | 0 | 0.78 | 211.03 | 0.36 | 0.16 |
| Hex | 1A | 28 | 37 | 35 | 1B | 0 | 4E | D3 | 24 | 10 |
| Octal | 32 | 50 | 67 | 65 | 33 | 0 | 116 | 323 | 44 | 20 |
| Binary | 11010 | 101000 | 110111 | 110101 | 11011 | 0 | 1001110 | 11010011 | 100100 | 10000 |
Color Harmonies of #1A2837
Complementary color
Monochromatic Colors of #1A2837
Black with #1A2837
Text Example
Text Example
White with #1A2837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2837; }
p { color: rgb(26,40,55); }
H1.HeaderClassName
{
color: #1A2837;
}
.AnyTagClassName
{
color: #1A2837;
}
</style>
background-color css
<style>
a { background-color: #1A2837; }
a { background-color: rgb(26,40,55); }
div.DivClassName
{
background-color: #1A2837;
}
.BgClassName
{
background-color: #1A2837;
}
</style>
border-color css
<style>
span { border-color: #1A2837; }
span { border-color: rgb(26,40,55); }
td.TdClassName
{
border-color: #1A2837;
}
.TagClassName
{
border-color: #1A2837;
}
</style>