Shades of Tangaroa #0D2847
Tints of Tangaroa #0D2847
RGB
CMYK
RGB Variations
Color information
#0D2847 (or 0x0D2847) is known color: Tangaroa. HEX triplet: 0D, 28 and 47. RGB value is (13,40,71). Sum of RGB (Red+Green+Blue) = 13+40+71=124 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.48% from 124); Green value is 40 (16.02% from 255 or 32.26% from 124); Blue value is 71 (28.12% from 255 or 57.26% from 124); Max value from RGB is 71 - color contains mainly: blue. Hex color #0D2847 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2847 is #F2D7B8. Grayscale: #232323. Windows color (decimal): -15914937 or 4663309. OLE color: 4663309.
HSL color Cylindrical-coordinate representation of color #0D2847: hue angle of 212.07º 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 #0D2847 is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 13 | 40 | 71 | - |
| CMYK | 0.82 | 0.44 | 0 | 0.72 |
| HSL | 212.07º | 0.69% | 0.16% | - |
| HSV(B) | 212.07º | 0.82% | 0.28% | - |
| XYZ | 2.06 | 2.06 | 6.25 | - |
| YUV | 35.46 | 148.05 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 40 | 71 | 0.82 | 0.44 | 0 | 0.72 | 212.07 | 0.69 | 0.16 |
| Hex | D | 28 | 47 | 52 | 2C | 0 | 48 | D4 | 45 | 10 |
| Octal | 15 | 50 | 107 | 122 | 54 | 0 | 110 | 324 | 105 | 20 |
| Binary | 1101 | 101000 | 1000111 | 1010010 | 101100 | 0 | 1001000 | 11010100 | 1000101 | 10000 |
Color Harmonies of #0D2847
Complementary color
Monochromatic Colors of #0D2847
Black with #0D2847
Text Example
Text Example
White with #0D2847
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2847; }
p { color: rgb(13,40,71); }
H1.HeaderClassName
{
color: #0D2847;
}
.AnyTagClassName
{
color: #0D2847;
}
</style>
background-color css
<style>
a { background-color: #0D2847; }
a { background-color: rgb(13,40,71); }
div.DivClassName
{
background-color: #0D2847;
}
.BgClassName
{
background-color: #0D2847;
}
</style>
border-color css
<style>
span { border-color: #0D2847; }
span { border-color: rgb(13,40,71); }
td.TdClassName
{
border-color: #0D2847;
}
.TagClassName
{
border-color: #0D2847;
}
</style>