Shades of Tangaroa #15293E
Tints of Tangaroa #15293E
RGB
CMYK
RGB Variations
Color information
#15293E (or 0x15293E) is known color: Tangaroa. HEX triplet: 15, 29 and 3E. RGB value is (21,41,62). Sum of RGB (Red+Green+Blue) = 21+41+62=124 (16% of max value = 765). Red value is 21 (8.59% from 255 or 16.94% from 124); Green value is 41 (16.41% from 255 or 33.06% from 124); Blue value is 62 (24.61% from 255 or 50% from 124); Max value from RGB is 62 - color contains mainly: blue. Hex color #15293E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15293E is #EAD6C1. Grayscale: #252525. Windows color (decimal): -15390402 or 4073749. OLE color: 4073749.
HSL color Cylindrical-coordinate representation of color #15293E: hue angle of 210.73º degrees, saturation: 0.49, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #15293E is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 21 | 41 | 62 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.76 |
| HSL | 210.73º | 0.49% | 0.16% | - |
| HSV(B) | 210.73º | 0.66% | 0.24% | - |
| XYZ | 1.97 | 2.09 | 4.86 | - |
| YUV | 37.41 | 141.87 | 116.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 41 | 62 | 0.66 | 0.34 | 0 | 0.76 | 210.73 | 0.49 | 0.16 |
| Hex | 15 | 29 | 3E | 42 | 22 | 0 | 4C | D3 | 31 | 10 |
| Octal | 25 | 51 | 76 | 102 | 42 | 0 | 114 | 323 | 61 | 20 |
| Binary | 10101 | 101001 | 111110 | 1000010 | 100010 | 0 | 1001100 | 11010011 | 110001 | 10000 |
Color Harmonies of #15293E
Complementary color
Monochromatic Colors of #15293E
Black with #15293E
Text Example
Text Example
White with #15293E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15293E; }
p { color: rgb(21,41,62); }
H1.HeaderClassName
{
color: #15293E;
}
.AnyTagClassName
{
color: #15293E;
}
</style>
background-color css
<style>
a { background-color: #15293E; }
a { background-color: rgb(21,41,62); }
div.DivClassName
{
background-color: #15293E;
}
.BgClassName
{
background-color: #15293E;
}
</style>
border-color css
<style>
span { border-color: #15293E; }
span { border-color: rgb(21,41,62); }
td.TdClassName
{
border-color: #15293E;
}
.TagClassName
{
border-color: #15293E;
}
</style>