Shades of Tangaroa #10293D
Tints of Tangaroa #10293D
RGB
CMYK
RGB Variations
Color information
#10293D (or 0x10293D) is known color: Tangaroa. HEX triplet: 10, 29 and 3D. RGB value is (16,41,61). Sum of RGB (Red+Green+Blue) = 16+41+61=118 (15% of max value = 765). Red value is 16 (6.64% from 255 or 13.56% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 61 (24.22% from 255 or 51.69% from 118); Max value from RGB is 61 - color contains mainly: blue. Hex color #10293D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10293D is #EFD6C2. Grayscale: #232323. Windows color (decimal): -15718083 or 4008208. OLE color: 4008208.
HSL color Cylindrical-coordinate representation of color #10293D: hue angle of 206.67º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #10293D is Cyan = 0.74, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 41 | 61 | - |
| CMYK | 0.74 | 0.33 | 0 | 0.76 |
| HSL | 206.67º | 0.58% | 0.15% | - |
| HSV(B) | 206.67º | 0.74% | 0.24% | - |
| XYZ | 1.85 | 2.03 | 4.71 | - |
| YUV | 35.81 | 142.22 | 113.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 41 | 61 | 0.74 | 0.33 | 0 | 0.76 | 206.67 | 0.58 | 0.15 |
| Hex | 10 | 29 | 3D | 4A | 21 | 0 | 4C | CF | 3A | F |
| Octal | 20 | 51 | 75 | 112 | 41 | 0 | 114 | 317 | 72 | 17 |
| Binary | 10000 | 101001 | 111101 | 1001010 | 100001 | 0 | 1001100 | 11001111 | 111010 | 1111 |
Color Harmonies of #10293D
Complementary color
Monochromatic Colors of #10293D
Black with #10293D
Text Example
Text Example
White with #10293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10293D; }
p { color: rgb(16,41,61); }
H1.HeaderClassName
{
color: #10293D;
}
.AnyTagClassName
{
color: #10293D;
}
</style>
background-color css
<style>
a { background-color: #10293D; }
a { background-color: rgb(16,41,61); }
div.DivClassName
{
background-color: #10293D;
}
.BgClassName
{
background-color: #10293D;
}
</style>
border-color css
<style>
span { border-color: #10293D; }
span { border-color: rgb(16,41,61); }
td.TdClassName
{
border-color: #10293D;
}
.TagClassName
{
border-color: #10293D;
}
</style>