Shades of Tangaroa #0D2539
Tints of Tangaroa #0D2539
RGB
CMYK
RGB Variations
Color information
#0D2539 (or 0x0D2539) is known color: Tangaroa. HEX triplet: 0D, 25 and 39. RGB value is (13,37,57). Sum of RGB (Red+Green+Blue) = 13+37+57=107 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.15% from 107); Green value is 37 (14.84% from 255 or 34.58% from 107); Blue value is 57 (22.66% from 255 or 53.27% from 107); Max value from RGB is 57 - color contains mainly: blue. Hex color #0D2539 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2539 is #F2DAC6. Grayscale: #1F1F1F. Windows color (decimal): -15915719 or 3745037. OLE color: 3745037.
HSL color Cylindrical-coordinate representation of color #0D2539: hue angle of 207.27º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #0D2539 is Cyan = 0.77, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 37 | 57 | - |
| CMYK | 0.77 | 0.35 | 0 | 0.78 |
| HSL | 207.27º | 0.63% | 0.14% | - |
| HSV(B) | 207.27º | 0.77% | 0.22% | - |
| XYZ | 1.57 | 1.7 | 4.12 | - |
| YUV | 32.1 | 142.05 | 114.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 37 | 57 | 0.77 | 0.35 | 0 | 0.78 | 207.27 | 0.63 | 0.14 |
| Hex | D | 25 | 39 | 4D | 23 | 0 | 4E | CF | 3F | E |
| Octal | 15 | 45 | 71 | 115 | 43 | 0 | 116 | 317 | 77 | 16 |
| Binary | 1101 | 100101 | 111001 | 1001101 | 100011 | 0 | 1001110 | 11001111 | 111111 | 1110 |
Color Harmonies of #0D2539
Complementary color
Monochromatic Colors of #0D2539
Black with #0D2539
Text Example
Text Example
White with #0D2539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2539; }
p { color: rgb(13,37,57); }
H1.HeaderClassName
{
color: #0D2539;
}
.AnyTagClassName
{
color: #0D2539;
}
</style>
background-color css
<style>
a { background-color: #0D2539; }
a { background-color: rgb(13,37,57); }
div.DivClassName
{
background-color: #0D2539;
}
.BgClassName
{
background-color: #0D2539;
}
</style>
border-color css
<style>
span { border-color: #0D2539; }
span { border-color: rgb(13,37,57); }
td.TdClassName
{
border-color: #0D2539;
}
.TagClassName
{
border-color: #0D2539;
}
</style>