Shades of Tangaroa #0D293D
Tints of Tangaroa #0D293D
RGB
CMYK
RGB Variations
Color information
#0D293D (or 0x0D293D) is known color: Tangaroa. HEX triplet: 0D, 29 and 3D. RGB value is (13,41,61). Sum of RGB (Red+Green+Blue) = 13+41+61=115 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.30% from 115); Green value is 41 (16.41% from 255 or 35.65% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #0D293D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D293D is #F2D6C2. Grayscale: #222222. Windows color (decimal): -15914691 or 4008205. OLE color: 4008205.
HSL color Cylindrical-coordinate representation of color #0D293D: hue angle of 205º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D293D is Cyan = 0.79, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 41 | 61 | - |
| CMYK | 0.79 | 0.33 | 0 | 0.76 |
| HSL | 205º | 0.65% | 0.15% | - |
| HSV(B) | 205º | 0.79% | 0.24% | - |
| XYZ | 1.8 | 2.01 | 4.71 | - |
| YUV | 34.91 | 142.72 | 112.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 41 | 61 | 0.79 | 0.33 | 0 | 0.76 | 205 | 0.65 | 0.15 |
| Hex | D | 29 | 3D | 4F | 21 | 0 | 4C | CD | 41 | F |
| Octal | 15 | 51 | 75 | 117 | 41 | 0 | 114 | 315 | 101 | 17 |
| Binary | 1101 | 101001 | 111101 | 1001111 | 100001 | 0 | 1001100 | 11001101 | 1000001 | 1111 |
Color Harmonies of #0D293D
Complementary color
Monochromatic Colors of #0D293D
Black with #0D293D
Text Example
Text Example
White with #0D293D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D293D; }
p { color: rgb(13,41,61); }
H1.HeaderClassName
{
color: #0D293D;
}
.AnyTagClassName
{
color: #0D293D;
}
</style>
background-color css
<style>
a { background-color: #0D293D; }
a { background-color: rgb(13,41,61); }
div.DivClassName
{
background-color: #0D293D;
}
.BgClassName
{
background-color: #0D293D;
}
</style>
border-color css
<style>
span { border-color: #0D293D; }
span { border-color: rgb(13,41,61); }
td.TdClassName
{
border-color: #0D293D;
}
.TagClassName
{
border-color: #0D293D;
}
</style>