Shades of Tangaroa #152C39
Tints of Tangaroa #152C39
RGB
CMYK
RGB Variations
Color information
#152C39 (or 0x152C39) is known color: Tangaroa. HEX triplet: 15, 2C and 39. RGB value is (21,44,57). Sum of RGB (Red+Green+Blue) = 21+44+57=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 44 (17.58% from 255 or 36.07% from 122); Blue value is 57 (22.66% from 255 or 46.72% from 122); Max value from RGB is 57 - color contains mainly: blue. Hex color #152C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C39 is #EAD3C6. Grayscale: #262626. Windows color (decimal): -15389639 or 3746837. OLE color: 3746837.
HSL color Cylindrical-coordinate representation of color #152C39: hue angle of 201.67º 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 #152C39 is Cyan = 0.63, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 21 | 44 | 57 | - |
| CMYK | 0.63 | 0.23 | 0 | 0.78 |
| HSL | 201.67º | 0.46% | 0.15% | - |
| HSV(B) | 201.67º | 0.63% | 0.22% | - |
| XYZ | 1.95 | 2.26 | 4.2 | - |
| YUV | 38.61 | 138.38 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 57 | 0.63 | 0.23 | 0 | 0.78 | 201.67 | 0.46 | 0.15 |
| Hex | 15 | 2C | 39 | 3F | 17 | 0 | 4E | CA | 2E | F |
| Octal | 25 | 54 | 71 | 77 | 27 | 0 | 116 | 312 | 56 | 17 |
| Binary | 10101 | 101100 | 111001 | 111111 | 10111 | 0 | 1001110 | 11001010 | 101110 | 1111 |
Color Harmonies of #152C39
Complementary color
Monochromatic Colors of #152C39
Black with #152C39
Text Example
Text Example
White with #152C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C39; }
p { color: rgb(21,44,57); }
H1.HeaderClassName
{
color: #152C39;
}
.AnyTagClassName
{
color: #152C39;
}
</style>
background-color css
<style>
a { background-color: #152C39; }
a { background-color: rgb(21,44,57); }
div.DivClassName
{
background-color: #152C39;
}
.BgClassName
{
background-color: #152C39;
}
</style>
border-color css
<style>
span { border-color: #152C39; }
span { border-color: rgb(21,44,57); }
td.TdClassName
{
border-color: #152C39;
}
.TagClassName
{
border-color: #152C39;
}
</style>