Shades of Tangaroa #1A2E3C
Tints of Tangaroa #1A2E3C
RGB
CMYK
RGB Variations
Color information
#1A2E3C (or 0x1A2E3C) is known color: Tangaroa. HEX triplet: 1A, 2E and 3C. RGB value is (26,46,60). Sum of RGB (Red+Green+Blue) = 26+46+60=132 (17% of max value = 765). Red value is 26 (10.55% from 255 or 19.70% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 60 (23.83% from 255 or 45.45% from 132); Max value from RGB is 60 - color contains mainly: blue. Hex color #1A2E3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2E3C is #E5D1C3. Grayscale: #292929. Windows color (decimal): -15061444 or 3943962. OLE color: 3943962.
HSL color Cylindrical-coordinate representation of color #1A2E3C: hue angle of 204.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 #1A2E3C is Cyan = 0.57, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 26 | 46 | 60 | - |
| CMYK | 0.57 | 0.23 | 0 | 0.76 |
| HSL | 204.71º | 0.4% | 0.17% | - |
| HSV(B) | 204.71º | 0.57% | 0.24% | - |
| XYZ | 2.22 | 2.5 | 4.64 | - |
| YUV | 41.62 | 138.37 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 46 | 60 | 0.57 | 0.23 | 0 | 0.76 | 204.71 | 0.4 | 0.17 |
| Hex | 1A | 2E | 3C | 39 | 17 | 0 | 4C | CD | 28 | 11 |
| Octal | 32 | 56 | 74 | 71 | 27 | 0 | 114 | 315 | 50 | 21 |
| Binary | 11010 | 101110 | 111100 | 111001 | 10111 | 0 | 1001100 | 11001101 | 101000 | 10001 |
Color Harmonies of #1A2E3C
Complementary color
Monochromatic Colors of #1A2E3C
Black with #1A2E3C
Text Example
Text Example
White with #1A2E3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2E3C; }
p { color: rgb(26,46,60); }
H1.HeaderClassName
{
color: #1A2E3C;
}
.AnyTagClassName
{
color: #1A2E3C;
}
</style>
background-color css
<style>
a { background-color: #1A2E3C; }
a { background-color: rgb(26,46,60); }
div.DivClassName
{
background-color: #1A2E3C;
}
.BgClassName
{
background-color: #1A2E3C;
}
</style>
border-color css
<style>
span { border-color: #1A2E3C; }
span { border-color: rgb(26,46,60); }
td.TdClassName
{
border-color: #1A2E3C;
}
.TagClassName
{
border-color: #1A2E3C;
}
</style>