Shades of Tangaroa #152B40
Tints of Tangaroa #152B40
RGB
CMYK
RGB Variations
Color information
#152B40 (or 0x152B40) is known color: Tangaroa. HEX triplet: 15, 2B and 40. RGB value is (21,43,64). Sum of RGB (Red+Green+Blue) = 21+43+64=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 64 (25.39% from 255 or 50% from 128); Max value from RGB is 64 - color contains mainly: blue. Hex color #152B40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152B40 is #EAD4BF. Grayscale: #262626. Windows color (decimal): -15389888 or 4205333. OLE color: 4205333.
HSL color Cylindrical-coordinate representation of color #152B40: hue angle of 209.3º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #152B40 is Cyan = 0.67, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 43 | 64 | - |
| CMYK | 0.67 | 0.33 | 0 | 0.75 |
| HSL | 209.3º | 0.51% | 0.17% | - |
| HSV(B) | 209.3º | 0.67% | 0.25% | - |
| XYZ | 2.1 | 2.26 | 5.18 | - |
| YUV | 38.82 | 142.21 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 43 | 64 | 0.67 | 0.33 | 0 | 0.75 | 209.3 | 0.51 | 0.17 |
| Hex | 15 | 2B | 40 | 43 | 21 | 0 | 4B | D1 | 33 | 11 |
| Octal | 25 | 53 | 100 | 103 | 41 | 0 | 113 | 321 | 63 | 21 |
| Binary | 10101 | 101011 | 1000000 | 1000011 | 100001 | 0 | 1001011 | 11010001 | 110011 | 10001 |
Color Harmonies of #152B40
Complementary color
Monochromatic Colors of #152B40
Black with #152B40
Text Example
Text Example
White with #152B40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152B40; }
p { color: rgb(21,43,64); }
H1.HeaderClassName
{
color: #152B40;
}
.AnyTagClassName
{
color: #152B40;
}
</style>
background-color css
<style>
a { background-color: #152B40; }
a { background-color: rgb(21,43,64); }
div.DivClassName
{
background-color: #152B40;
}
.BgClassName
{
background-color: #152B40;
}
</style>
border-color css
<style>
span { border-color: #152B40; }
span { border-color: rgb(21,43,64); }
td.TdClassName
{
border-color: #152B40;
}
.TagClassName
{
border-color: #152B40;
}
</style>