Shades of Tangaroa #182737
Tints of Tangaroa #182737
RGB
CMYK
RGB Variations
Color information
#182737 (or 0x182737) is known color: Tangaroa. HEX triplet: 18, 27 and 37. RGB value is (24,39,55). Sum of RGB (Red+Green+Blue) = 24+39+55=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 55 (21.88% from 255 or 46.61% from 118); Max value from RGB is 55 - color contains mainly: blue. Hex color #182737 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182737 is #E7D8C8. Grayscale: #242424. Windows color (decimal): -15194313 or 3614488. OLE color: 3614488.
HSL color Cylindrical-coordinate representation of color #182737: hue angle of 210.97º 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 #182737 is Cyan = 0.56, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 24 | 39 | 55 | - |
| CMYK | 0.56 | 0.29 | 0 | 0.78 |
| HSL | 210.97º | 0.39% | 0.15% | - |
| HSV(B) | 210.97º | 0.56% | 0.22% | - |
| XYZ | 1.79 | 1.92 | 3.89 | - |
| YUV | 36.34 | 138.53 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 39 | 55 | 0.56 | 0.29 | 0 | 0.78 | 210.97 | 0.39 | 0.15 |
| Hex | 18 | 27 | 37 | 38 | 1D | 0 | 4E | D3 | 27 | F |
| Octal | 30 | 47 | 67 | 70 | 35 | 0 | 116 | 323 | 47 | 17 |
| Binary | 11000 | 100111 | 110111 | 111000 | 11101 | 0 | 1001110 | 11010011 | 100111 | 1111 |
Color Harmonies of #182737
Complementary color
Monochromatic Colors of #182737
Black with #182737
Text Example
Text Example
White with #182737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182737; }
p { color: rgb(24,39,55); }
H1.HeaderClassName
{
color: #182737;
}
.AnyTagClassName
{
color: #182737;
}
</style>
background-color css
<style>
a { background-color: #182737; }
a { background-color: rgb(24,39,55); }
div.DivClassName
{
background-color: #182737;
}
.BgClassName
{
background-color: #182737;
}
</style>
border-color css
<style>
span { border-color: #182737; }
span { border-color: rgb(24,39,55); }
td.TdClassName
{
border-color: #182737;
}
.TagClassName
{
border-color: #182737;
}
</style>