Shades of Tangaroa #152E40
Tints of Tangaroa #152E40
RGB
CMYK
RGB Variations
Color information
#152E40 (or 0x152E40) is known color: Tangaroa. HEX triplet: 15, 2E and 40. RGB value is (21,46,64). Sum of RGB (Red+Green+Blue) = 21+46+64=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 64 (25.39% from 255 or 48.85% from 131); Max value from RGB is 64 - color contains mainly: blue. Hex color #152E40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152E40 is #EAD1BF. Grayscale: #282828. Windows color (decimal): -15389120 or 4206101. OLE color: 4206101.
HSL color Cylindrical-coordinate representation of color #152E40: hue angle of 205.12º 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 #152E40 is Cyan = 0.67, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 46 | 64 | - |
| CMYK | 0.67 | 0.28 | 0 | 0.75 |
| HSL | 205.12º | 0.51% | 0.17% | - |
| HSV(B) | 205.12º | 0.67% | 0.25% | - |
| XYZ | 2.21 | 2.48 | 5.21 | - |
| YUV | 40.58 | 141.22 | 114.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 46 | 64 | 0.67 | 0.28 | 0 | 0.75 | 205.12 | 0.51 | 0.17 |
| Hex | 15 | 2E | 40 | 43 | 1C | 0 | 4B | CD | 33 | 11 |
| Octal | 25 | 56 | 100 | 103 | 34 | 0 | 113 | 315 | 63 | 21 |
| Binary | 10101 | 101110 | 1000000 | 1000011 | 11100 | 0 | 1001011 | 11001101 | 110011 | 10001 |
Color Harmonies of #152E40
Complementary color
Monochromatic Colors of #152E40
Black with #152E40
Text Example
Text Example
White with #152E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152E40; }
p { color: rgb(21,46,64); }
H1.HeaderClassName
{
color: #152E40;
}
.AnyTagClassName
{
color: #152E40;
}
</style>
background-color css
<style>
a { background-color: #152E40; }
a { background-color: rgb(21,46,64); }
div.DivClassName
{
background-color: #152E40;
}
.BgClassName
{
background-color: #152E40;
}
</style>
border-color css
<style>
span { border-color: #152E40; }
span { border-color: rgb(21,46,64); }
td.TdClassName
{
border-color: #152E40;
}
.TagClassName
{
border-color: #152E40;
}
</style>