Shades of Tangaroa #1A2C38
Tints of Tangaroa #1A2C38
RGB
CMYK
RGB Variations
Color information
#1A2C38 (or 0x1A2C38) is known color: Tangaroa. HEX triplet: 1A, 2C and 38. RGB value is (26,44,56). Sum of RGB (Red+Green+Blue) = 26+44+56=126 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.63% from 126); Green value is 44 (17.58% from 255 or 34.92% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 56 - color contains mainly: blue. Hex color #1A2C38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2C38 is #E5D3C7. Grayscale: #272727. Windows color (decimal): -15061960 or 3681306. OLE color: 3681306.
HSL color Cylindrical-coordinate representation of color #1A2C38: hue angle of 204º degrees, saturation: 0.37, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1A2C38 is Cyan = 0.54, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 44 | 56 | - |
| CMYK | 0.54 | 0.21 | 0 | 0.78 |
| HSL | 204º | 0.37% | 0.16% | - |
| HSV(B) | 204º | 0.54% | 0.22% | - |
| XYZ | 2.04 | 2.31 | 4.08 | - |
| YUV | 39.99 | 137.04 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 44 | 56 | 0.54 | 0.21 | 0 | 0.78 | 204 | 0.37 | 0.16 |
| Hex | 1A | 2C | 38 | 36 | 15 | 0 | 4E | CC | 25 | 10 |
| Octal | 32 | 54 | 70 | 66 | 25 | 0 | 116 | 314 | 45 | 20 |
| Binary | 11010 | 101100 | 111000 | 110110 | 10101 | 0 | 1001110 | 11001100 | 100101 | 10000 |
Color Harmonies of #1A2C38
Complementary color
Monochromatic Colors of #1A2C38
Black with #1A2C38
Text Example
Text Example
White with #1A2C38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2C38; }
p { color: rgb(26,44,56); }
H1.HeaderClassName
{
color: #1A2C38;
}
.AnyTagClassName
{
color: #1A2C38;
}
</style>
background-color css
<style>
a { background-color: #1A2C38; }
a { background-color: rgb(26,44,56); }
div.DivClassName
{
background-color: #1A2C38;
}
.BgClassName
{
background-color: #1A2C38;
}
</style>
border-color css
<style>
span { border-color: #1A2C38; }
span { border-color: rgb(26,44,56); }
td.TdClassName
{
border-color: #1A2C38;
}
.TagClassName
{
border-color: #1A2C38;
}
</style>