Shades of Tangaroa #182E37
Tints of Tangaroa #182E37
RGB
CMYK
RGB Variations
Color information
#182E37 (or 0x182E37) is known color: Tangaroa. HEX triplet: 18, 2E and 37. RGB value is (24,46,55). Sum of RGB (Red+Green+Blue) = 24+46+55=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 46 (18.36% from 255 or 36.8% from 125); Blue value is 55 (21.88% from 255 or 44% from 125); Max value from RGB is 55 - color contains mainly: blue. Hex color #182E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182E37 is #E7D1C8. Grayscale: #282828. Windows color (decimal): -15192521 or 3616280. OLE color: 3616280.
HSL color Cylindrical-coordinate representation of color #182E37: hue angle of 197.42º degrees, saturation: 0.39, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #182E37 is Cyan = 0.56, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 46 | 55 | - |
| CMYK | 0.56 | 0.16 | 0 | 0.78 |
| HSL | 197.42º | 0.39% | 0.15% | - |
| HSV(B) | 197.42º | 0.56% | 0.22% | - |
| XYZ | 2.04 | 2.42 | 3.97 | - |
| YUV | 40.45 | 136.21 | 116.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 46 | 55 | 0.56 | 0.16 | 0 | 0.78 | 197.42 | 0.39 | 0.15 |
| Hex | 18 | 2E | 37 | 38 | 10 | 0 | 4E | C5 | 27 | F |
| Octal | 30 | 56 | 67 | 70 | 20 | 0 | 116 | 305 | 47 | 17 |
| Binary | 11000 | 101110 | 110111 | 111000 | 10000 | 0 | 1001110 | 11000101 | 100111 | 1111 |
Color Harmonies of #182E37
Complementary color
Monochromatic Colors of #182E37
Black with #182E37
Text Example
Text Example
White with #182E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182E37; }
p { color: rgb(24,46,55); }
H1.HeaderClassName
{
color: #182E37;
}
.AnyTagClassName
{
color: #182E37;
}
</style>
background-color css
<style>
a { background-color: #182E37; }
a { background-color: rgb(24,46,55); }
div.DivClassName
{
background-color: #182E37;
}
.BgClassName
{
background-color: #182E37;
}
</style>
border-color css
<style>
span { border-color: #182E37; }
span { border-color: rgb(24,46,55); }
td.TdClassName
{
border-color: #182E37;
}
.TagClassName
{
border-color: #182E37;
}
</style>