Shades of Tangaroa #182E3E
Tints of Tangaroa #182E3E
RGB
CMYK
RGB Variations
Color information
#182E3E (or 0x182E3E) is known color: Tangaroa. HEX triplet: 18, 2E and 3E. RGB value is (24,46,62). Sum of RGB (Red+Green+Blue) = 24+46+62=132 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.18% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 62 (24.61% from 255 or 46.97% from 132); Max value from RGB is 62 - color contains mainly: blue. Hex color #182E3E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182E3E is #E7D1C1. Grayscale: #292929. Windows color (decimal): -15192514 or 4075032. OLE color: 4075032.
HSL color Cylindrical-coordinate representation of color #182E3E: hue angle of 205.26º 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 #182E3E is Cyan = 0.61, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 24 | 46 | 62 | - |
| CMYK | 0.61 | 0.26 | 0 | 0.76 |
| HSL | 205.26º | 0.44% | 0.17% | - |
| HSV(B) | 205.26º | 0.61% | 0.24% | - |
| XYZ | 2.22 | 2.5 | 4.92 | - |
| YUV | 41.25 | 139.71 | 115.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 46 | 62 | 0.61 | 0.26 | 0 | 0.76 | 205.26 | 0.44 | 0.17 |
| Hex | 18 | 2E | 3E | 3D | 1A | 0 | 4C | CD | 2C | 11 |
| Octal | 30 | 56 | 76 | 75 | 32 | 0 | 114 | 315 | 54 | 21 |
| Binary | 11000 | 101110 | 111110 | 111101 | 11010 | 0 | 1001100 | 11001101 | 101100 | 10001 |
Color Harmonies of #182E3E
Complementary color
Monochromatic Colors of #182E3E
Black with #182E3E
Text Example
Text Example
White with #182E3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182E3E; }
p { color: rgb(24,46,62); }
H1.HeaderClassName
{
color: #182E3E;
}
.AnyTagClassName
{
color: #182E3E;
}
</style>
background-color css
<style>
a { background-color: #182E3E; }
a { background-color: rgb(24,46,62); }
div.DivClassName
{
background-color: #182E3E;
}
.BgClassName
{
background-color: #182E3E;
}
</style>
border-color css
<style>
span { border-color: #182E3E; }
span { border-color: rgb(24,46,62); }
td.TdClassName
{
border-color: #182E3E;
}
.TagClassName
{
border-color: #182E3E;
}
</style>