Shades of Tangaroa #0D294A
Tints of Tangaroa #0D294A
RGB
CMYK
RGB Variations
Color information
#0D294A (or 0x0D294A) is known color: Tangaroa. HEX triplet: 0D, 29 and 4A. RGB value is (13,41,74). Sum of RGB (Red+Green+Blue) = 13+41+74=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 41 (16.41% from 255 or 32.03% from 128); Blue value is 74 (29.30% from 255 or 57.81% from 128); Max value from RGB is 74 - color contains mainly: blue. Hex color #0D294A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D294A is #F2D6B5. Grayscale: #242424. Windows color (decimal): -15914678 or 4860173. OLE color: 4860173.
HSL color Cylindrical-coordinate representation of color #0D294A: hue angle of 212.46º degrees, saturation: 0.7, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D294A is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 13 | 41 | 74 | - |
| CMYK | 0.82 | 0.45 | 0 | 0.71 |
| HSL | 212.46º | 0.7% | 0.17% | - |
| HSV(B) | 212.46º | 0.82% | 0.29% | - |
| XYZ | 2.19 | 2.17 | 6.78 | - |
| YUV | 36.39 | 149.22 | 111.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 41 | 74 | 0.82 | 0.45 | 0 | 0.71 | 212.46 | 0.7 | 0.17 |
| Hex | D | 29 | 4A | 52 | 2D | 0 | 47 | D4 | 46 | 11 |
| Octal | 15 | 51 | 112 | 122 | 55 | 0 | 107 | 324 | 106 | 21 |
| Binary | 1101 | 101001 | 1001010 | 1010010 | 101101 | 0 | 1000111 | 11010100 | 1000110 | 10001 |
Color Harmonies of #0D294A
Complementary color
Monochromatic Colors of #0D294A
Black with #0D294A
Text Example
Text Example
White with #0D294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D294A; }
p { color: rgb(13,41,74); }
H1.HeaderClassName
{
color: #0D294A;
}
.AnyTagClassName
{
color: #0D294A;
}
</style>
background-color css
<style>
a { background-color: #0D294A; }
a { background-color: rgb(13,41,74); }
div.DivClassName
{
background-color: #0D294A;
}
.BgClassName
{
background-color: #0D294A;
}
</style>
border-color css
<style>
span { border-color: #0D294A; }
span { border-color: rgb(13,41,74); }
td.TdClassName
{
border-color: #0D294A;
}
.TagClassName
{
border-color: #0D294A;
}
</style>