Shades of Tangaroa #152A41
Tints of Tangaroa #152A41
RGB
CMYK
RGB Variations
Color information
#152A41 (or 0x152A41) is known color: Tangaroa. HEX triplet: 15, 2A and 41. RGB value is (21,42,65). Sum of RGB (Red+Green+Blue) = 21+42+65=128 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.41% from 128); Green value is 42 (16.80% from 255 or 32.81% from 128); Blue value is 65 (25.78% from 255 or 50.78% from 128); Max value from RGB is 65 - color contains mainly: blue. Hex color #152A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152A41 is #EAD5BE. Grayscale: #262626. Windows color (decimal): -15390143 or 4270613. OLE color: 4270613.
HSL color Cylindrical-coordinate representation of color #152A41: hue angle of 211.36º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #152A41 is Cyan = 0.68, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 21 | 42 | 65 | - |
| CMYK | 0.68 | 0.35 | 0 | 0.75 |
| HSL | 211.36º | 0.51% | 0.17% | - |
| HSV(B) | 211.36º | 0.68% | 0.25% | - |
| XYZ | 2.09 | 2.2 | 5.31 | - |
| YUV | 38.34 | 143.04 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 42 | 65 | 0.68 | 0.35 | 0 | 0.75 | 211.36 | 0.51 | 0.17 |
| Hex | 15 | 2A | 41 | 44 | 23 | 0 | 4B | D3 | 33 | 11 |
| Octal | 25 | 52 | 101 | 104 | 43 | 0 | 113 | 323 | 63 | 21 |
| Binary | 10101 | 101010 | 1000001 | 1000100 | 100011 | 0 | 1001011 | 11010011 | 110011 | 10001 |
Color Harmonies of #152A41
Complementary color
Monochromatic Colors of #152A41
Black with #152A41
Text Example
Text Example
White with #152A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152A41; }
p { color: rgb(21,42,65); }
H1.HeaderClassName
{
color: #152A41;
}
.AnyTagClassName
{
color: #152A41;
}
</style>
background-color css
<style>
a { background-color: #152A41; }
a { background-color: rgb(21,42,65); }
div.DivClassName
{
background-color: #152A41;
}
.BgClassName
{
background-color: #152A41;
}
</style>
border-color css
<style>
span { border-color: #152A41; }
span { border-color: rgb(21,42,65); }
td.TdClassName
{
border-color: #152A41;
}
.TagClassName
{
border-color: #152A41;
}
</style>