Shades of Tangaroa #0D2D39
Tints of Tangaroa #0D2D39
RGB
CMYK
RGB Variations
Color information
#0D2D39 (or 0x0D2D39) is known color: Tangaroa. HEX triplet: 0D, 2D and 39. RGB value is (13,45,57). Sum of RGB (Red+Green+Blue) = 13+45+57=115 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.30% from 115); Green value is 45 (17.97% from 255 or 39.13% from 115); Blue value is 57 (22.66% from 255 or 49.57% from 115); Max value from RGB is 57 - color contains mainly: blue. Hex color #0D2D39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2D39 is #F2D2C6. Grayscale: #242424. Windows color (decimal): -15913671 or 3747085. OLE color: 3747085.
HSL color Cylindrical-coordinate representation of color #0D2D39: hue angle of 196.36º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D2D39 is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 45 | 57 | - |
| CMYK | 0.77 | 0.21 | 0 | 0.78 |
| HSL | 196.36º | 0.63% | 0.14% | - |
| HSV(B) | 196.36º | 0.77% | 0.22% | - |
| XYZ | 1.84 | 2.26 | 4.21 | - |
| YUV | 36.8 | 139.4 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 45 | 57 | 0.77 | 0.21 | 0 | 0.78 | 196.36 | 0.63 | 0.14 |
| Hex | D | 2D | 39 | 4D | 15 | 0 | 4E | C4 | 3F | E |
| Octal | 15 | 55 | 71 | 115 | 25 | 0 | 116 | 304 | 77 | 16 |
| Binary | 1101 | 101101 | 111001 | 1001101 | 10101 | 0 | 1001110 | 11000100 | 111111 | 1110 |
Color Harmonies of #0D2D39
Complementary color
Monochromatic Colors of #0D2D39
Black with #0D2D39
Text Example
Text Example
White with #0D2D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2D39; }
p { color: rgb(13,45,57); }
H1.HeaderClassName
{
color: #0D2D39;
}
.AnyTagClassName
{
color: #0D2D39;
}
</style>
background-color css
<style>
a { background-color: #0D2D39; }
a { background-color: rgb(13,45,57); }
div.DivClassName
{
background-color: #0D2D39;
}
.BgClassName
{
background-color: #0D2D39;
}
</style>
border-color css
<style>
span { border-color: #0D2D39; }
span { border-color: rgb(13,45,57); }
td.TdClassName
{
border-color: #0D2D39;
}
.TagClassName
{
border-color: #0D2D39;
}
</style>