Shades of Tangaroa #1A2836
Tints of Tangaroa #1A2836
RGB
CMYK
RGB Variations
Color information
#1A2836 (or 0x1A2836) is known color: Tangaroa. HEX triplet: 1A, 28 and 36. RGB value is (26,40,54). Sum of RGB (Red+Green+Blue) = 26+40+54=120 (15% of max value = 765). Red value is 26 (10.55% from 255 or 21.67% from 120); Green value is 40 (16.02% from 255 or 33.33% from 120); Blue value is 54 (21.48% from 255 or 45% from 120); Max value from RGB is 54 - color contains mainly: blue. Hex color #1A2836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2836 is #E5D7C9. Grayscale: #252525. Windows color (decimal): -15062986 or 3549210. OLE color: 3549210.
HSL color Cylindrical-coordinate representation of color #1A2836: hue angle of 210º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1A2836 is Cyan = 0.52, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 26 | 40 | 54 | - |
| CMYK | 0.52 | 0.26 | 0 | 0.79 |
| HSL | 210º | 0.35% | 0.16% | - |
| HSV(B) | 210º | 0.52% | 0.21% | - |
| XYZ | 1.85 | 2 | 3.78 | - |
| YUV | 37.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 40 | 54 | 0.52 | 0.26 | 0 | 0.79 | 210 | 0.35 | 0.16 |
| Hex | 1A | 28 | 36 | 34 | 1A | 0 | 4F | D2 | 23 | 10 |
| Octal | 32 | 50 | 66 | 64 | 32 | 0 | 117 | 322 | 43 | 20 |
| Binary | 11010 | 101000 | 110110 | 110100 | 11010 | 0 | 1001111 | 11010010 | 100011 | 10000 |
Color Harmonies of #1A2836
Complementary color
Monochromatic Colors of #1A2836
Black with #1A2836
Text Example
Text Example
White with #1A2836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2836; }
p { color: rgb(26,40,54); }
H1.HeaderClassName
{
color: #1A2836;
}
.AnyTagClassName
{
color: #1A2836;
}
</style>
background-color css
<style>
a { background-color: #1A2836; }
a { background-color: rgb(26,40,54); }
div.DivClassName
{
background-color: #1A2836;
}
.BgClassName
{
background-color: #1A2836;
}
</style>
border-color css
<style>
span { border-color: #1A2836; }
span { border-color: rgb(26,40,54); }
td.TdClassName
{
border-color: #1A2836;
}
.TagClassName
{
border-color: #1A2836;
}
</style>