Shades of Tangaroa #152A40
Tints of Tangaroa #152A40
RGB
CMYK
RGB Variations
Color information
#152A40 (or 0x152A40) is known color: Tangaroa. HEX triplet: 15, 2A and 40. RGB value is (21,42,64). Sum of RGB (Red+Green+Blue) = 21+42+64=127 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.54% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 64 (25.39% from 255 or 50.39% from 127); Max value from RGB is 64 - color contains mainly: blue. Hex color #152A40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152A40 is #EAD5BF. Grayscale: #262626. Windows color (decimal): -15390144 or 4205077. OLE color: 4205077.
HSL color Cylindrical-coordinate representation of color #152A40: hue angle of 210.7º 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 #152A40 is Cyan = 0.67, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 42 | 64 | - |
| CMYK | 0.67 | 0.34 | 0 | 0.75 |
| HSL | 210.7º | 0.51% | 0.17% | - |
| HSV(B) | 210.7º | 0.67% | 0.25% | - |
| XYZ | 2.06 | 2.19 | 5.16 | - |
| YUV | 38.23 | 142.54 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 64 | 0.67 | 0.34 | 0 | 0.75 | 210.7 | 0.51 | 0.17 |
| Hex | 15 | 2A | 40 | 43 | 22 | 0 | 4B | D3 | 33 | 11 |
| Octal | 25 | 52 | 100 | 103 | 42 | 0 | 113 | 323 | 63 | 21 |
| Binary | 10101 | 101010 | 1000000 | 1000011 | 100010 | 0 | 1001011 | 11010011 | 110011 | 10001 |
Color Harmonies of #152A40
Complementary color
Monochromatic Colors of #152A40
Black with #152A40
Text Example
Text Example
White with #152A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152A40; }
p { color: rgb(21,42,64); }
H1.HeaderClassName
{
color: #152A40;
}
.AnyTagClassName
{
color: #152A40;
}
</style>
background-color css
<style>
a { background-color: #152A40; }
a { background-color: rgb(21,42,64); }
div.DivClassName
{
background-color: #152A40;
}
.BgClassName
{
background-color: #152A40;
}
</style>
border-color css
<style>
span { border-color: #152A40; }
span { border-color: rgb(21,42,64); }
td.TdClassName
{
border-color: #152A40;
}
.TagClassName
{
border-color: #152A40;
}
</style>