Shades of Tangaroa #1A2E3D
Tints of Tangaroa #1A2E3D
RGB
CMYK
RGB Variations
Color information
#1A2E3D (or 0x1A2E3D) is known color: Tangaroa. HEX triplet: 1A, 2E and 3D. RGB value is (26,46,61). Sum of RGB (Red+Green+Blue) = 26+46+61=133 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.55% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 61 (24.22% from 255 or 45.86% from 133); Max value from RGB is 61 - color contains mainly: blue. Hex color #1A2E3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2E3D is #E5D1C2. Grayscale: #292929. Windows color (decimal): -15061443 or 4009498. OLE color: 4009498.
HSL color Cylindrical-coordinate representation of color #1A2E3D: hue angle of 205.71º degrees, saturation: 0.4, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1A2E3D is Cyan = 0.57, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 26 | 46 | 61 | - |
| CMYK | 0.57 | 0.25 | 0 | 0.76 |
| HSL | 205.71º | 0.4% | 0.17% | - |
| HSV(B) | 205.71º | 0.57% | 0.24% | - |
| XYZ | 2.25 | 2.51 | 4.78 | - |
| YUV | 41.73 | 138.87 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 46 | 61 | 0.57 | 0.25 | 0 | 0.76 | 205.71 | 0.4 | 0.17 |
| Hex | 1A | 2E | 3D | 39 | 19 | 0 | 4C | CE | 28 | 11 |
| Octal | 32 | 56 | 75 | 71 | 31 | 0 | 114 | 316 | 50 | 21 |
| Binary | 11010 | 101110 | 111101 | 111001 | 11001 | 0 | 1001100 | 11001110 | 101000 | 10001 |
Color Harmonies of #1A2E3D
Complementary color
Monochromatic Colors of #1A2E3D
Black with #1A2E3D
Text Example
Text Example
White with #1A2E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2E3D; }
p { color: rgb(26,46,61); }
H1.HeaderClassName
{
color: #1A2E3D;
}
.AnyTagClassName
{
color: #1A2E3D;
}
</style>
background-color css
<style>
a { background-color: #1A2E3D; }
a { background-color: rgb(26,46,61); }
div.DivClassName
{
background-color: #1A2E3D;
}
.BgClassName
{
background-color: #1A2E3D;
}
</style>
border-color css
<style>
span { border-color: #1A2E3D; }
span { border-color: rgb(26,46,61); }
td.TdClassName
{
border-color: #1A2E3D;
}
.TagClassName
{
border-color: #1A2E3D;
}
</style>