Shades of Tangaroa #0D2947
Tints of Tangaroa #0D2947
RGB
CMYK
RGB Variations
Color information
#0D2947 (or 0x0D2947) is known color: Tangaroa. HEX triplet: 0D, 29 and 47. RGB value is (13,41,71). Sum of RGB (Red+Green+Blue) = 13+41+71=125 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.4% from 125); Green value is 41 (16.41% from 255 or 32.8% from 125); Blue value is 71 (28.12% from 255 or 56.8% from 125); Max value from RGB is 71 - color contains mainly: blue. Hex color #0D2947 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2947 is #F2D6B8. Grayscale: #232323. Windows color (decimal): -15914681 or 4663565. OLE color: 4663565.
HSL color Cylindrical-coordinate representation of color #0D2947: hue angle of 211.03º 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 #0D2947 is Cyan = 0.82, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 41 | 71 | - |
| CMYK | 0.82 | 0.42 | 0 | 0.72 |
| HSL | 211.03º | 0.69% | 0.16% | - |
| HSV(B) | 211.03º | 0.82% | 0.28% | - |
| XYZ | 2.1 | 2.13 | 6.26 | - |
| YUV | 36.05 | 147.72 | 111.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 41 | 71 | 0.82 | 0.42 | 0 | 0.72 | 211.03 | 0.69 | 0.16 |
| Hex | D | 29 | 47 | 52 | 2A | 0 | 48 | D3 | 45 | 10 |
| Octal | 15 | 51 | 107 | 122 | 52 | 0 | 110 | 323 | 105 | 20 |
| Binary | 1101 | 101001 | 1000111 | 1010010 | 101010 | 0 | 1001000 | 11010011 | 1000101 | 10000 |
Color Harmonies of #0D2947
Complementary color
Monochromatic Colors of #0D2947
Black with #0D2947
Text Example
Text Example
White with #0D2947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2947; }
p { color: rgb(13,41,71); }
H1.HeaderClassName
{
color: #0D2947;
}
.AnyTagClassName
{
color: #0D2947;
}
</style>
background-color css
<style>
a { background-color: #0D2947; }
a { background-color: rgb(13,41,71); }
div.DivClassName
{
background-color: #0D2947;
}
.BgClassName
{
background-color: #0D2947;
}
</style>
border-color css
<style>
span { border-color: #0D2947; }
span { border-color: rgb(13,41,71); }
td.TdClassName
{
border-color: #0D2947;
}
.TagClassName
{
border-color: #0D2947;
}
</style>