Shades of Tangaroa #0D1F39
Tints of Tangaroa #0D1F39
RGB
CMYK
RGB Variations
Color information
#0D1F39 (or 0x0D1F39) is known color: Tangaroa. HEX triplet: 0D, 1F and 39. RGB value is (13,31,57). Sum of RGB (Red+Green+Blue) = 13+31+57=101 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.87% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 57 (22.66% from 255 or 56.44% from 101); Max value from RGB is 57 - color contains mainly: blue. Hex color #0D1F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D1F39 is #F2E0C6. Grayscale: #1C1C1C. Windows color (decimal): -15917255 or 3743501. OLE color: 3743501.
HSL color Cylindrical-coordinate representation of color #0D1F39: hue angle of 215.45º 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 #0D1F39 is Cyan = 0.77, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 31 | 57 | - |
| CMYK | 0.77 | 0.46 | 0 | 0.78 |
| HSL | 215.45º | 0.63% | 0.14% | - |
| HSV(B) | 215.45º | 0.77% | 0.22% | - |
| XYZ | 1.39 | 1.36 | 4.06 | - |
| YUV | 28.58 | 144.04 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 31 | 57 | 0.77 | 0.46 | 0 | 0.78 | 215.45 | 0.63 | 0.14 |
| Hex | D | 1F | 39 | 4D | 2E | 0 | 4E | D7 | 3F | E |
| Octal | 15 | 37 | 71 | 115 | 56 | 0 | 116 | 327 | 77 | 16 |
| Binary | 1101 | 11111 | 111001 | 1001101 | 101110 | 0 | 1001110 | 11010111 | 111111 | 1110 |
Color Harmonies of #0D1F39
Complementary color
Monochromatic Colors of #0D1F39
Black with #0D1F39
Text Example
Text Example
White with #0D1F39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D1F39; }
p { color: rgb(13,31,57); }
H1.HeaderClassName
{
color: #0D1F39;
}
.AnyTagClassName
{
color: #0D1F39;
}
</style>
background-color css
<style>
a { background-color: #0D1F39; }
a { background-color: rgb(13,31,57); }
div.DivClassName
{
background-color: #0D1F39;
}
.BgClassName
{
background-color: #0D1F39;
}
</style>
border-color css
<style>
span { border-color: #0D1F39; }
span { border-color: rgb(13,31,57); }
td.TdClassName
{
border-color: #0D1F39;
}
.TagClassName
{
border-color: #0D1F39;
}
</style>