Shades of Tangaroa #0D213A
Tints of Tangaroa #0D213A
RGB
CMYK
RGB Variations
Color information
#0D213A (or 0x0D213A) is known color: Tangaroa. HEX triplet: 0D, 21 and 3A. RGB value is (13,33,58). Sum of RGB (Red+Green+Blue) = 13+33+58=104 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.5% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 58 (23.05% from 255 or 55.77% from 104); Max value from RGB is 58 - color contains mainly: blue. Hex color #0D213A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D213A is #F2DEC5. Grayscale: #1D1D1D. Windows color (decimal): -15916742 or 3809549. OLE color: 3809549.
HSL color Cylindrical-coordinate representation of color #0D213A: hue angle of 213.33º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D213A is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 13 | 33 | 58 | - |
| CMYK | 0.78 | 0.43 | 0 | 0.77 |
| HSL | 213.33º | 0.63% | 0.14% | - |
| HSV(B) | 213.33º | 0.78% | 0.23% | - |
| XYZ | 1.47 | 1.48 | 4.21 | - |
| YUV | 29.87 | 143.87 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 33 | 58 | 0.78 | 0.43 | 0 | 0.77 | 213.33 | 0.63 | 0.14 |
| Hex | D | 21 | 3A | 4E | 2B | 0 | 4D | D5 | 3F | E |
| Octal | 15 | 41 | 72 | 116 | 53 | 0 | 115 | 325 | 77 | 16 |
| Binary | 1101 | 100001 | 111010 | 1001110 | 101011 | 0 | 1001101 | 11010101 | 111111 | 1110 |
Color Harmonies of #0D213A
Complementary color
Monochromatic Colors of #0D213A
Black with #0D213A
Text Example
Text Example
White with #0D213A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D213A; }
p { color: rgb(13,33,58); }
H1.HeaderClassName
{
color: #0D213A;
}
.AnyTagClassName
{
color: #0D213A;
}
</style>
background-color css
<style>
a { background-color: #0D213A; }
a { background-color: rgb(13,33,58); }
div.DivClassName
{
background-color: #0D213A;
}
.BgClassName
{
background-color: #0D213A;
}
</style>
border-color css
<style>
span { border-color: #0D213A; }
span { border-color: rgb(13,33,58); }
td.TdClassName
{
border-color: #0D213A;
}
.TagClassName
{
border-color: #0D213A;
}
</style>