Shades of Tangaroa #15293B
Tints of Tangaroa #15293B
RGB
CMYK
RGB Variations
Color information
#15293B (or 0x15293B) is known color: Tangaroa. HEX triplet: 15, 29 and 3B. RGB value is (21,41,59). Sum of RGB (Red+Green+Blue) = 21+41+59=121 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.36% from 121); Green value is 41 (16.41% from 255 or 33.88% from 121); Blue value is 59 (23.44% from 255 or 48.76% from 121); Max value from RGB is 59 - color contains mainly: blue. Hex color #15293B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15293B is #EAD6C4. Grayscale: #242424. Windows color (decimal): -15390405 or 3877141. OLE color: 3877141.
HSL color Cylindrical-coordinate representation of color #15293B: hue angle of 208.42º degrees, saturation: 0.47, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #15293B is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 21 | 41 | 59 | - |
| CMYK | 0.64 | 0.31 | 0 | 0.77 |
| HSL | 208.42º | 0.48% | 0.16% | - |
| HSV(B) | 208.42º | 0.64% | 0.23% | - |
| XYZ | 1.89 | 2.06 | 4.44 | - |
| YUV | 37.07 | 140.37 | 116.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 41 | 59 | 0.64 | 0.31 | 0 | 0.77 | 208.42 | 0.48 | 0.16 |
| Hex | 15 | 29 | 3B | 40 | 1F | 0 | 4D | D0 | 30 | 10 |
| Octal | 25 | 51 | 73 | 100 | 37 | 0 | 115 | 320 | 60 | 20 |
| Binary | 10101 | 101001 | 111011 | 1000000 | 11111 | 0 | 1001101 | 11010000 | 110000 | 10000 |
Color Harmonies of #15293B
Complementary color
Monochromatic Colors of #15293B
Black with #15293B
Text Example
Text Example
White with #15293B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15293B; }
p { color: rgb(21,41,59); }
H1.HeaderClassName
{
color: #15293B;
}
.AnyTagClassName
{
color: #15293B;
}
</style>
background-color css
<style>
a { background-color: #15293B; }
a { background-color: rgb(21,41,59); }
div.DivClassName
{
background-color: #15293B;
}
.BgClassName
{
background-color: #15293B;
}
</style>
border-color css
<style>
span { border-color: #15293B; }
span { border-color: rgb(21,41,59); }
td.TdClassName
{
border-color: #15293B;
}
.TagClassName
{
border-color: #15293B;
}
</style>