Shades of Tangaroa #0D2A47
Tints of Tangaroa #0D2A47
RGB
CMYK
RGB Variations
Color information
#0D2A47 (or 0x0D2A47) is known color: Tangaroa. HEX triplet: 0D, 2A and 47. RGB value is (13,42,71). Sum of RGB (Red+Green+Blue) = 13+42+71=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 71 (28.12% from 255 or 56.35% from 126); Max value from RGB is 71 - color contains mainly: blue. Hex color #0D2A47 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2A47 is #F2D5B8. Grayscale: #242424. Windows color (decimal): -15914425 or 4663821. OLE color: 4663821.
HSL color Cylindrical-coordinate representation of color #0D2A47: hue angle of 210º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0D2A47 is Cyan = 0.82, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 42 | 71 | - |
| CMYK | 0.82 | 0.41 | 0 | 0.72 |
| HSL | 210º | 0.69% | 0.16% | - |
| HSV(B) | 210º | 0.82% | 0.28% | - |
| XYZ | 2.13 | 2.2 | 6.27 | - |
| YUV | 36.64 | 147.39 | 111.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 42 | 71 | 0.82 | 0.41 | 0 | 0.72 | 210 | 0.69 | 0.16 |
| Hex | D | 2A | 47 | 52 | 29 | 0 | 48 | D2 | 45 | 10 |
| Octal | 15 | 52 | 107 | 122 | 51 | 0 | 110 | 322 | 105 | 20 |
| Binary | 1101 | 101010 | 1000111 | 1010010 | 101001 | 0 | 1001000 | 11010010 | 1000101 | 10000 |
Color Harmonies of #0D2A47
Complementary color
Monochromatic Colors of #0D2A47
Black with #0D2A47
Text Example
Text Example
White with #0D2A47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2A47; }
p { color: rgb(13,42,71); }
H1.HeaderClassName
{
color: #0D2A47;
}
.AnyTagClassName
{
color: #0D2A47;
}
</style>
background-color css
<style>
a { background-color: #0D2A47; }
a { background-color: rgb(13,42,71); }
div.DivClassName
{
background-color: #0D2A47;
}
.BgClassName
{
background-color: #0D2A47;
}
</style>
border-color css
<style>
span { border-color: #0D2A47; }
span { border-color: rgb(13,42,71); }
td.TdClassName
{
border-color: #0D2A47;
}
.TagClassName
{
border-color: #0D2A47;
}
</style>