Shades of Tangaroa #152C42
Tints of Tangaroa #152C42
RGB
CMYK
RGB Variations
Color information
#152C42 (or 0x152C42) is known color: Tangaroa. HEX triplet: 15, 2C and 42. RGB value is (21,44,66). Sum of RGB (Red+Green+Blue) = 21+44+66=131 (17% of max value = 765). Red value is 21 (8.59% from 255 or 16.03% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 66 (26.17% from 255 or 50.38% from 131); Max value from RGB is 66 - color contains mainly: blue. Hex color #152C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152C42 is #EAD3BD. Grayscale: #272727. Windows color (decimal): -15389630 or 4336661. OLE color: 4336661.
HSL color Cylindrical-coordinate representation of color #152C42: hue angle of 209.33º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #152C42 is Cyan = 0.68, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 21 | 44 | 66 | - |
| CMYK | 0.68 | 0.33 | 0 | 0.74 |
| HSL | 209.33º | 0.52% | 0.17% | - |
| HSV(B) | 209.33º | 0.68% | 0.26% | - |
| XYZ | 2.19 | 2.35 | 5.49 | - |
| YUV | 39.63 | 142.88 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 44 | 66 | 0.68 | 0.33 | 0 | 0.74 | 209.33 | 0.52 | 0.17 |
| Hex | 15 | 2C | 42 | 44 | 21 | 0 | 4A | D1 | 34 | 11 |
| Octal | 25 | 54 | 102 | 104 | 41 | 0 | 112 | 321 | 64 | 21 |
| Binary | 10101 | 101100 | 1000010 | 1000100 | 100001 | 0 | 1001010 | 11010001 | 110100 | 10001 |
Color Harmonies of #152C42
Complementary color
Monochromatic Colors of #152C42
Black with #152C42
Text Example
Text Example
White with #152C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152C42; }
p { color: rgb(21,44,66); }
H1.HeaderClassName
{
color: #152C42;
}
.AnyTagClassName
{
color: #152C42;
}
</style>
background-color css
<style>
a { background-color: #152C42; }
a { background-color: rgb(21,44,66); }
div.DivClassName
{
background-color: #152C42;
}
.BgClassName
{
background-color: #152C42;
}
</style>
border-color css
<style>
span { border-color: #152C42; }
span { border-color: rgb(21,44,66); }
td.TdClassName
{
border-color: #152C42;
}
.TagClassName
{
border-color: #152C42;
}
</style>