Shades of Tangaroa #0D2039
Tints of Tangaroa #0D2039
RGB
CMYK
RGB Variations
Color information
#0D2039 (or 0x0D2039) is known color: Tangaroa. HEX triplet: 0D, 20 and 39. RGB value is (13,32,57). Sum of RGB (Red+Green+Blue) = 13+32+57=102 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.75% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 57 (22.66% from 255 or 55.88% from 102); Max value from RGB is 57 - color contains mainly: blue. Hex color #0D2039 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2039 is #F2DFC6. Grayscale: #1D1D1D. Windows color (decimal): -15916999 or 3743757. OLE color: 3743757.
HSL color Cylindrical-coordinate representation of color #0D2039: hue angle of 214.09º 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 #0D2039 is Cyan = 0.77, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 32 | 57 | - |
| CMYK | 0.77 | 0.44 | 0 | 0.78 |
| HSL | 214.09º | 0.63% | 0.14% | - |
| HSV(B) | 214.09º | 0.77% | 0.22% | - |
| XYZ | 1.42 | 1.41 | 4.07 | - |
| YUV | 29.17 | 143.71 | 116.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 32 | 57 | 0.77 | 0.44 | 0 | 0.78 | 214.09 | 0.63 | 0.14 |
| Hex | D | 20 | 39 | 4D | 2C | 0 | 4E | D6 | 3F | E |
| Octal | 15 | 40 | 71 | 115 | 54 | 0 | 116 | 326 | 77 | 16 |
| Binary | 1101 | 100000 | 111001 | 1001101 | 101100 | 0 | 1001110 | 11010110 | 111111 | 1110 |
Color Harmonies of #0D2039
Complementary color
Monochromatic Colors of #0D2039
Black with #0D2039
Text Example
Text Example
White with #0D2039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2039; }
p { color: rgb(13,32,57); }
H1.HeaderClassName
{
color: #0D2039;
}
.AnyTagClassName
{
color: #0D2039;
}
</style>
background-color css
<style>
a { background-color: #0D2039; }
a { background-color: rgb(13,32,57); }
div.DivClassName
{
background-color: #0D2039;
}
.BgClassName
{
background-color: #0D2039;
}
</style>
border-color css
<style>
span { border-color: #0D2039; }
span { border-color: rgb(13,32,57); }
td.TdClassName
{
border-color: #0D2039;
}
.TagClassName
{
border-color: #0D2039;
}
</style>