Shades of Tangaroa #1A2838
Tints of Tangaroa #1A2838
RGB
CMYK
RGB Variations
Color information
#1A2838 (or 0x1A2838) is known color: Tangaroa. HEX triplet: 1A, 28 and 38. RGB value is (26,40,56). Sum of RGB (Red+Green+Blue) = 26+40+56=122 (16% of max value = 765). Red value is 26 (10.55% from 255 or 21.31% from 122); Green value is 40 (16.02% from 255 or 32.79% from 122); Blue value is 56 (22.27% from 255 or 45.90% from 122); Max value from RGB is 56 - color contains mainly: blue. Hex color #1A2838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2838 is #E5D7C7. Grayscale: #252525. Windows color (decimal): -15062984 or 3680282. OLE color: 3680282.
HSL color Cylindrical-coordinate representation of color #1A2838: hue angle of 212º 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 #1A2838 is Cyan = 0.54, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 26 | 40 | 56 | - |
| CMYK | 0.54 | 0.29 | 0 | 0.78 |
| HSL | 212º | 0.37% | 0.16% | - |
| HSV(B) | 212º | 0.54% | 0.22% | - |
| XYZ | 1.9 | 2.02 | 4.03 | - |
| YUV | 37.64 | 138.36 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 40 | 56 | 0.54 | 0.29 | 0 | 0.78 | 212 | 0.37 | 0.16 |
| Hex | 1A | 28 | 38 | 36 | 1D | 0 | 4E | D4 | 25 | 10 |
| Octal | 32 | 50 | 70 | 66 | 35 | 0 | 116 | 324 | 45 | 20 |
| Binary | 11010 | 101000 | 111000 | 110110 | 11101 | 0 | 1001110 | 11010100 | 100101 | 10000 |
Color Harmonies of #1A2838
Complementary color
Monochromatic Colors of #1A2838
Black with #1A2838
Text Example
Text Example
White with #1A2838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2838; }
p { color: rgb(26,40,56); }
H1.HeaderClassName
{
color: #1A2838;
}
.AnyTagClassName
{
color: #1A2838;
}
</style>
background-color css
<style>
a { background-color: #1A2838; }
a { background-color: rgb(26,40,56); }
div.DivClassName
{
background-color: #1A2838;
}
.BgClassName
{
background-color: #1A2838;
}
</style>
border-color css
<style>
span { border-color: #1A2838; }
span { border-color: rgb(26,40,56); }
td.TdClassName
{
border-color: #1A2838;
}
.TagClassName
{
border-color: #1A2838;
}
</style>