Shades of Tangaroa #182A3E
Tints of Tangaroa #182A3E
RGB
CMYK
RGB Variations
Color information
#182A3E (or 0x182A3E) is known color: Tangaroa. HEX triplet: 18, 2A and 3E. RGB value is (24,42,62). Sum of RGB (Red+Green+Blue) = 24+42+62=128 (16% of max value = 765). Red value is 24 (9.77% from 255 or 18.75% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 62 (24.61% from 255 or 48.44% from 128); Max value from RGB is 62 - color contains mainly: blue. Hex color #182A3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182A3E is #E7D5C1. Grayscale: #262626. Windows color (decimal): -15193538 or 4074008. OLE color: 4074008.
HSL color Cylindrical-coordinate representation of color #182A3E: hue angle of 211.58º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #182A3E is Cyan = 0.61, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 24 | 42 | 62 | - |
| CMYK | 0.61 | 0.32 | 0 | 0.76 |
| HSL | 211.58º | 0.44% | 0.17% | - |
| HSV(B) | 211.58º | 0.61% | 0.24% | - |
| XYZ | 2.07 | 2.2 | 4.87 | - |
| YUV | 38.9 | 141.04 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 42 | 62 | 0.61 | 0.32 | 0 | 0.76 | 211.58 | 0.44 | 0.17 |
| Hex | 18 | 2A | 3E | 3D | 20 | 0 | 4C | D4 | 2C | 11 |
| Octal | 30 | 52 | 76 | 75 | 40 | 0 | 114 | 324 | 54 | 21 |
| Binary | 11000 | 101010 | 111110 | 111101 | 100000 | 0 | 1001100 | 11010100 | 101100 | 10001 |
Color Harmonies of #182A3E
Complementary color
Monochromatic Colors of #182A3E
Black with #182A3E
Text Example
Text Example
White with #182A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182A3E; }
p { color: rgb(24,42,62); }
H1.HeaderClassName
{
color: #182A3E;
}
.AnyTagClassName
{
color: #182A3E;
}
</style>
background-color css
<style>
a { background-color: #182A3E; }
a { background-color: rgb(24,42,62); }
div.DivClassName
{
background-color: #182A3E;
}
.BgClassName
{
background-color: #182A3E;
}
</style>
border-color css
<style>
span { border-color: #182A3E; }
span { border-color: rgb(24,42,62); }
td.TdClassName
{
border-color: #182A3E;
}
.TagClassName
{
border-color: #182A3E;
}
</style>