Shades of Tangaroa #1C2A39
Tints of Tangaroa #1C2A39
RGB
CMYK
RGB Variations
Color information
#1C2A39 (or 0x1C2A39) is known color: Tangaroa. HEX triplet: 1C, 2A and 39. RGB value is (28,42,57). Sum of RGB (Red+Green+Blue) = 28+42+57=127 (16% of max value = 765). Red value is 28 (11.33% from 255 or 22.05% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 57 (22.66% from 255 or 44.88% from 127); Max value from RGB is 57 - color contains mainly: blue. Hex color #1C2A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2A39 is #E3D5C6. Grayscale: #272727. Windows color (decimal): -14931399 or 3746332. OLE color: 3746332.
HSL color Cylindrical-coordinate representation of color #1C2A39: hue angle of 211.03º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1C2A39 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 42 | 57 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.78 |
| HSL | 211.03º | 0.34% | 0.17% | - |
| HSV(B) | 211.03º | 0.51% | 0.22% | - |
| XYZ | 2.05 | 2.2 | 4.19 | - |
| YUV | 39.52 | 137.86 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 42 | 57 | 0.51 | 0.26 | 0 | 0.78 | 211.03 | 0.34 | 0.17 |
| Hex | 1C | 2A | 39 | 33 | 1A | 0 | 4E | D3 | 22 | 11 |
| Octal | 34 | 52 | 71 | 63 | 32 | 0 | 116 | 323 | 42 | 21 |
| Binary | 11100 | 101010 | 111001 | 110011 | 11010 | 0 | 1001110 | 11010011 | 100010 | 10001 |
Color Harmonies of #1C2A39
Complementary color
Monochromatic Colors of #1C2A39
Black with #1C2A39
Text Example
Text Example
White with #1C2A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2A39; }
p { color: rgb(28,42,57); }
H1.HeaderClassName
{
color: #1C2A39;
}
.AnyTagClassName
{
color: #1C2A39;
}
</style>
background-color css
<style>
a { background-color: #1C2A39; }
a { background-color: rgb(28,42,57); }
div.DivClassName
{
background-color: #1C2A39;
}
.BgClassName
{
background-color: #1C2A39;
}
</style>
border-color css
<style>
span { border-color: #1C2A39; }
span { border-color: rgb(28,42,57); }
td.TdClassName
{
border-color: #1C2A39;
}
.TagClassName
{
border-color: #1C2A39;
}
</style>