Shades of Tangaroa #152E37
Tints of Tangaroa #152E37
RGB
CMYK
RGB Variations
Color information
#152E37 (or 0x152E37) is known color: Tangaroa. HEX triplet: 15, 2E and 37. RGB value is (21,46,55). Sum of RGB (Red+Green+Blue) = 21+46+55=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 46 (18.36% from 255 or 37.70% from 122); Blue value is 55 (21.88% from 255 or 45.08% from 122); Max value from RGB is 55 - color contains mainly: blue. Hex color #152E37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152E37 is #EAD1C8. Grayscale: #272727. Windows color (decimal): -15389129 or 3616277. OLE color: 3616277.
HSL color Cylindrical-coordinate representation of color #152E37: hue angle of 195.88º degrees, saturation: 0.45, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #152E37 is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 46 | 55 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.78 |
| HSL | 195.88º | 0.45% | 0.15% | - |
| HSV(B) | 195.88º | 0.62% | 0.22% | - |
| XYZ | 1.98 | 2.39 | 3.97 | - |
| YUV | 39.55 | 136.72 | 114.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 46 | 55 | 0.62 | 0.16 | 0 | 0.78 | 195.88 | 0.45 | 0.15 |
| Hex | 15 | 2E | 37 | 3E | 10 | 0 | 4E | C4 | 2D | F |
| Octal | 25 | 56 | 67 | 76 | 20 | 0 | 116 | 304 | 55 | 17 |
| Binary | 10101 | 101110 | 110111 | 111110 | 10000 | 0 | 1001110 | 11000100 | 101101 | 1111 |
Color Harmonies of #152E37
Complementary color
Monochromatic Colors of #152E37
Black with #152E37
Text Example
Text Example
White with #152E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152E37; }
p { color: rgb(21,46,55); }
H1.HeaderClassName
{
color: #152E37;
}
.AnyTagClassName
{
color: #152E37;
}
</style>
background-color css
<style>
a { background-color: #152E37; }
a { background-color: rgb(21,46,55); }
div.DivClassName
{
background-color: #152E37;
}
.BgClassName
{
background-color: #152E37;
}
</style>
border-color css
<style>
span { border-color: #152E37; }
span { border-color: rgb(21,46,55); }
td.TdClassName
{
border-color: #152E37;
}
.TagClassName
{
border-color: #152E37;
}
</style>