Shades of Tangaroa #15293C
Tints of Tangaroa #15293C
RGB
CMYK
RGB Variations
Color information
#15293C (or 0x15293C) is known color: Tangaroa. HEX triplet: 15, 29 and 3C. RGB value is (21,41,60). Sum of RGB (Red+Green+Blue) = 21+41+60=122 (16% of max value = 765). Red value is 21 (8.59% from 255 or 17.21% from 122); Green value is 41 (16.41% from 255 or 33.61% from 122); Blue value is 60 (23.83% from 255 or 49.18% from 122); Max value from RGB is 60 - color contains mainly: blue. Hex color #15293C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15293C is #EAD6C3. Grayscale: #252525. Windows color (decimal): -15390404 or 3942677. OLE color: 3942677.
HSL color Cylindrical-coordinate representation of color #15293C: hue angle of 209.23º degrees, saturation: 0.48, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #15293C is Cyan = 0.65, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 41 | 60 | - |
| CMYK | 0.65 | 0.32 | 0 | 0.76 |
| HSL | 209.23º | 0.48% | 0.16% | - |
| HSV(B) | 209.23º | 0.65% | 0.24% | - |
| XYZ | 1.92 | 2.07 | 4.57 | - |
| YUV | 37.19 | 140.87 | 116.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 41 | 60 | 0.65 | 0.32 | 0 | 0.76 | 209.23 | 0.48 | 0.16 |
| Hex | 15 | 29 | 3C | 41 | 20 | 0 | 4C | D1 | 30 | 10 |
| Octal | 25 | 51 | 74 | 101 | 40 | 0 | 114 | 321 | 60 | 20 |
| Binary | 10101 | 101001 | 111100 | 1000001 | 100000 | 0 | 1001100 | 11010001 | 110000 | 10000 |
Color Harmonies of #15293C
Complementary color
Monochromatic Colors of #15293C
Black with #15293C
Text Example
Text Example
White with #15293C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15293C; }
p { color: rgb(21,41,60); }
H1.HeaderClassName
{
color: #15293C;
}
.AnyTagClassName
{
color: #15293C;
}
</style>
background-color css
<style>
a { background-color: #15293C; }
a { background-color: rgb(21,41,60); }
div.DivClassName
{
background-color: #15293C;
}
.BgClassName
{
background-color: #15293C;
}
</style>
border-color css
<style>
span { border-color: #15293C; }
span { border-color: rgb(21,41,60); }
td.TdClassName
{
border-color: #15293C;
}
.TagClassName
{
border-color: #15293C;
}
</style>