Shades of Tangaroa #182E42
Tints of Tangaroa #182E42
RGB
CMYK
RGB Variations
Color information
#182E42 (or 0x182E42) is known color: Tangaroa. HEX triplet: 18, 2E and 42. RGB value is (24,46,66). Sum of RGB (Red+Green+Blue) = 24+46+66=136 (18% of max value = 765). Red value is 24 (9.77% from 255 or 17.65% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 66 (26.17% from 255 or 48.53% from 136); Max value from RGB is 66 - color contains mainly: blue. Hex color #182E42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182E42 is #E7D1BD. Grayscale: #292929. Windows color (decimal): -15192510 or 4337176. OLE color: 4337176.
HSL color Cylindrical-coordinate representation of color #182E42: hue angle of 208.57º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #182E42 is Cyan = 0.64, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 24 | 46 | 66 | - |
| CMYK | 0.64 | 0.30 | 0 | 0.74 |
| HSL | 208.57º | 0.47% | 0.18% | - |
| HSV(B) | 208.57º | 0.64% | 0.26% | - |
| XYZ | 2.34 | 2.54 | 5.52 | - |
| YUV | 41.7 | 141.71 | 115.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 46 | 66 | 0.64 | 0.30 | 0 | 0.74 | 208.57 | 0.47 | 0.18 |
| Hex | 18 | 2E | 42 | 40 | 1E | 0 | 4A | D1 | 2F | 12 |
| Octal | 30 | 56 | 102 | 100 | 36 | 0 | 112 | 321 | 57 | 22 |
| Binary | 11000 | 101110 | 1000010 | 1000000 | 11110 | 0 | 1001010 | 11010001 | 101111 | 10010 |
Color Harmonies of #182E42
Complementary color
Monochromatic Colors of #182E42
Black with #182E42
Text Example
Text Example
White with #182E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182E42; }
p { color: rgb(24,46,66); }
H1.HeaderClassName
{
color: #182E42;
}
.AnyTagClassName
{
color: #182E42;
}
</style>
background-color css
<style>
a { background-color: #182E42; }
a { background-color: rgb(24,46,66); }
div.DivClassName
{
background-color: #182E42;
}
.BgClassName
{
background-color: #182E42;
}
</style>
border-color css
<style>
span { border-color: #182E42; }
span { border-color: rgb(24,46,66); }
td.TdClassName
{
border-color: #182E42;
}
.TagClassName
{
border-color: #182E42;
}
</style>