Shades of Tangaroa #15293A
Tints of Tangaroa #15293A
RGB
CMYK
RGB Variations
Color information
#15293A (or 0x15293A) is known color: Tangaroa. HEX triplet: 15, 29 and 3A. RGB value is (21,41,58). Sum of RGB (Red+Green+Blue) = 21+41+58=120 (15% of max value = 765). Red value is 21 (8.59% from 255 or 17.5% from 120); Green value is 41 (16.41% from 255 or 34.17% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 58 - color contains mainly: blue. Hex color #15293A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15293A is #EAD6C5. Grayscale: #242424. Windows color (decimal): -15390406 or 3811605. OLE color: 3811605.
HSL color Cylindrical-coordinate representation of color #15293A: hue angle of 207.57º degrees, saturation: 0.47, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #15293A is Cyan = 0.64, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 41 | 58 | - |
| CMYK | 0.64 | 0.29 | 0 | 0.77 |
| HSL | 207.57º | 0.47% | 0.15% | - |
| HSV(B) | 207.57º | 0.64% | 0.23% | - |
| XYZ | 1.87 | 2.05 | 4.3 | - |
| YUV | 36.96 | 139.87 | 116.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 41 | 58 | 0.64 | 0.29 | 0 | 0.77 | 207.57 | 0.47 | 0.15 |
| Hex | 15 | 29 | 3A | 40 | 1D | 0 | 4D | D0 | 2F | F |
| Octal | 25 | 51 | 72 | 100 | 35 | 0 | 115 | 320 | 57 | 17 |
| Binary | 10101 | 101001 | 111010 | 1000000 | 11101 | 0 | 1001101 | 11010000 | 101111 | 1111 |
Color Harmonies of #15293A
Complementary color
Monochromatic Colors of #15293A
Black with #15293A
Text Example
Text Example
White with #15293A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15293A; }
p { color: rgb(21,41,58); }
H1.HeaderClassName
{
color: #15293A;
}
.AnyTagClassName
{
color: #15293A;
}
</style>
background-color css
<style>
a { background-color: #15293A; }
a { background-color: rgb(21,41,58); }
div.DivClassName
{
background-color: #15293A;
}
.BgClassName
{
background-color: #15293A;
}
</style>
border-color css
<style>
span { border-color: #15293A; }
span { border-color: rgb(21,41,58); }
td.TdClassName
{
border-color: #15293A;
}
.TagClassName
{
border-color: #15293A;
}
</style>