Shades of Tangaroa #152434
Tints of Tangaroa #152434
RGB
CMYK
RGB Variations
Color information
#152434 (or 0x152434) is known color: Tangaroa. HEX triplet: 15, 24 and 34. RGB value is (21,36,52). Sum of RGB (Red+Green+Blue) = 21+36+52=109 (14% of max value = 765). Red value is 21 (8.59% from 255 or 19.27% from 109); Green value is 36 (14.45% from 255 or 33.03% from 109); Blue value is 52 (20.70% from 255 or 47.71% from 109); Max value from RGB is 52 - color contains mainly: blue. Hex color #152434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152434 is #EADBCB. Grayscale: #212121. Windows color (decimal): -15391692 or 3417109. OLE color: 3417109.
HSL color Cylindrical-coordinate representation of color #152434: hue angle of 210.97º degrees, saturation: 0.42, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #152434 is Cyan = 0.60, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 21 | 36 | 52 | - |
| CMYK | 0.60 | 0.31 | 0 | 0.80 |
| HSL | 210.97º | 0.42% | 0.14% | - |
| HSV(B) | 210.97º | 0.6% | 0.2% | - |
| XYZ | 1.56 | 1.67 | 3.49 | - |
| YUV | 33.34 | 138.53 | 119.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 36 | 52 | 0.60 | 0.31 | 0 | 0.80 | 210.97 | 0.42 | 0.14 |
| Hex | 15 | 24 | 34 | 3C | 1F | 0 | 50 | D3 | 2A | E |
| Octal | 25 | 44 | 64 | 74 | 37 | 0 | 120 | 323 | 52 | 16 |
| Binary | 10101 | 100100 | 110100 | 111100 | 11111 | 0 | 1010000 | 11010011 | 101010 | 1110 |
Color Harmonies of #152434
Complementary color
Monochromatic Colors of #152434
Black with #152434
Text Example
Text Example
White with #152434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152434; }
p { color: rgb(21,36,52); }
H1.HeaderClassName
{
color: #152434;
}
.AnyTagClassName
{
color: #152434;
}
</style>
background-color css
<style>
a { background-color: #152434; }
a { background-color: rgb(21,36,52); }
div.DivClassName
{
background-color: #152434;
}
.BgClassName
{
background-color: #152434;
}
</style>
border-color css
<style>
span { border-color: #152434; }
span { border-color: rgb(21,36,52); }
td.TdClassName
{
border-color: #152434;
}
.TagClassName
{
border-color: #152434;
}
</style>