Shades of Tangaroa #182B3F
Tints of Tangaroa #182B3F
RGB
CMYK
RGB Variations
Color information
#182B3F (or 0x182B3F) is known color: Tangaroa. HEX triplet: 18, 2B and 3F. RGB value is (24,43,63). Sum of RGB (Red+Green+Blue) = 24+43+63=130 (17% of max value = 765). Red value is 24 (9.77% from 255 or 18.46% from 130); Green value is 43 (17.19% from 255 or 33.08% from 130); Blue value is 63 (25% from 255 or 48.46% from 130); Max value from RGB is 63 - color contains mainly: blue. Hex color #182B3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182B3F is #E7D4C0. Grayscale: #272727. Windows color (decimal): -15193281 or 4139800. OLE color: 4139800.
HSL color Cylindrical-coordinate representation of color #182B3F: hue angle of 210.77º degrees, saturation: 0.45, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #182B3F is Cyan = 0.62, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 24 | 43 | 63 | - |
| CMYK | 0.62 | 0.32 | 0 | 0.75 |
| HSL | 210.77º | 0.45% | 0.17% | - |
| HSV(B) | 210.77º | 0.62% | 0.25% | - |
| XYZ | 2.14 | 2.28 | 5.03 | - |
| YUV | 39.6 | 141.21 | 116.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 43 | 63 | 0.62 | 0.32 | 0 | 0.75 | 210.77 | 0.45 | 0.17 |
| Hex | 18 | 2B | 3F | 3E | 20 | 0 | 4B | D3 | 2D | 11 |
| Octal | 30 | 53 | 77 | 76 | 40 | 0 | 113 | 323 | 55 | 21 |
| Binary | 11000 | 101011 | 111111 | 111110 | 100000 | 0 | 1001011 | 11010011 | 101101 | 10001 |
Color Harmonies of #182B3F
Complementary color
Monochromatic Colors of #182B3F
Black with #182B3F
Text Example
Text Example
White with #182B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182B3F; }
p { color: rgb(24,43,63); }
H1.HeaderClassName
{
color: #182B3F;
}
.AnyTagClassName
{
color: #182B3F;
}
</style>
background-color css
<style>
a { background-color: #182B3F; }
a { background-color: rgb(24,43,63); }
div.DivClassName
{
background-color: #182B3F;
}
.BgClassName
{
background-color: #182B3F;
}
</style>
border-color css
<style>
span { border-color: #182B3F; }
span { border-color: rgb(24,43,63); }
td.TdClassName
{
border-color: #182B3F;
}
.TagClassName
{
border-color: #182B3F;
}
</style>