Shades of Tangaroa #152D39
Tints of Tangaroa #152D39
RGB
CMYK
RGB Variations
Color information
#152D39 (or 0x152D39) is known color: Tangaroa. HEX triplet: 15, 2D and 39. RGB value is (21,45,57). Sum of RGB (Red+Green+Blue) = 21+45+57=123 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.07% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 57 (22.66% from 255 or 46.34% from 123); Max value from RGB is 57 - color contains mainly: blue. Hex color #152D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152D39 is #EAD2C6. Grayscale: #272727. Windows color (decimal): -15389383 or 3747093. OLE color: 3747093.
HSL color Cylindrical-coordinate representation of color #152D39: hue angle of 200º degrees, saturation: 0.46, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #152D39 is Cyan = 0.63, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 45 | 57 | - |
| CMYK | 0.63 | 0.21 | 0 | 0.78 |
| HSL | 200º | 0.46% | 0.15% | - |
| HSV(B) | 200º | 0.63% | 0.22% | - |
| XYZ | 1.99 | 2.33 | 4.22 | - |
| YUV | 39.19 | 138.05 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 45 | 57 | 0.63 | 0.21 | 0 | 0.78 | 200 | 0.46 | 0.15 |
| Hex | 15 | 2D | 39 | 3F | 15 | 0 | 4E | C8 | 2E | F |
| Octal | 25 | 55 | 71 | 77 | 25 | 0 | 116 | 310 | 56 | 17 |
| Binary | 10101 | 101101 | 111001 | 111111 | 10101 | 0 | 1001110 | 11001000 | 101110 | 1111 |
Color Harmonies of #152D39
Complementary color
Monochromatic Colors of #152D39
Black with #152D39
Text Example
Text Example
White with #152D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152D39; }
p { color: rgb(21,45,57); }
H1.HeaderClassName
{
color: #152D39;
}
.AnyTagClassName
{
color: #152D39;
}
</style>
background-color css
<style>
a { background-color: #152D39; }
a { background-color: rgb(21,45,57); }
div.DivClassName
{
background-color: #152D39;
}
.BgClassName
{
background-color: #152D39;
}
</style>
border-color css
<style>
span { border-color: #152D39; }
span { border-color: rgb(21,45,57); }
td.TdClassName
{
border-color: #152D39;
}
.TagClassName
{
border-color: #152D39;
}
</style>