Shades of Tangaroa #0D2B44
Tints of Tangaroa #0D2B44
RGB
CMYK
RGB Variations
Color information
#0D2B44 (or 0x0D2B44) is known color: Tangaroa. HEX triplet: 0D, 2B and 44. RGB value is (13,43,68). Sum of RGB (Red+Green+Blue) = 13+43+68=124 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.48% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 68 (26.95% from 255 or 54.84% from 124); Max value from RGB is 68 - color contains mainly: blue. Hex color #0D2B44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2B44 is #F2D4BB. Grayscale: #242424. Windows color (decimal): -15914172 or 4467469. OLE color: 4467469.
HSL color Cylindrical-coordinate representation of color #0D2B44: hue angle of 207.27º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D2B44 is Cyan = 0.81, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 43 | 68 | - |
| CMYK | 0.81 | 0.37 | 0 | 0.73 |
| HSL | 207.27º | 0.68% | 0.16% | - |
| HSV(B) | 207.27º | 0.81% | 0.27% | - |
| XYZ | 2.07 | 2.23 | 5.79 | - |
| YUV | 36.88 | 145.56 | 110.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 43 | 68 | 0.81 | 0.37 | 0 | 0.73 | 207.27 | 0.68 | 0.16 |
| Hex | D | 2B | 44 | 51 | 25 | 0 | 49 | CF | 44 | 10 |
| Octal | 15 | 53 | 104 | 121 | 45 | 0 | 111 | 317 | 104 | 20 |
| Binary | 1101 | 101011 | 1000100 | 1010001 | 100101 | 0 | 1001001 | 11001111 | 1000100 | 10000 |
Color Harmonies of #0D2B44
Complementary color
Monochromatic Colors of #0D2B44
Black with #0D2B44
Text Example
Text Example
White with #0D2B44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2B44; }
p { color: rgb(13,43,68); }
H1.HeaderClassName
{
color: #0D2B44;
}
.AnyTagClassName
{
color: #0D2B44;
}
</style>
background-color css
<style>
a { background-color: #0D2B44; }
a { background-color: rgb(13,43,68); }
div.DivClassName
{
background-color: #0D2B44;
}
.BgClassName
{
background-color: #0D2B44;
}
</style>
border-color css
<style>
span { border-color: #0D2B44; }
span { border-color: rgb(13,43,68); }
td.TdClassName
{
border-color: #0D2B44;
}
.TagClassName
{
border-color: #0D2B44;
}
</style>