Shades of Tangaroa #0D2637
Tints of Tangaroa #0D2637
RGB
CMYK
RGB Variations
Color information
#0D2637 (or 0x0D2637) is known color: Tangaroa. HEX triplet: 0D, 26 and 37. RGB value is (13,38,55). Sum of RGB (Red+Green+Blue) = 13+38+55=106 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.26% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 55 (21.88% from 255 or 51.89% from 106); Max value from RGB is 55 - color contains mainly: blue. Hex color #0D2637 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2637 is #F2D9C8. Grayscale: #202020. Windows color (decimal): -15915465 or 3614221. OLE color: 3614221.
HSL color Cylindrical-coordinate representation of color #0D2637: hue angle of 204.29º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0D2637 is Cyan = 0.76, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 13 | 38 | 55 | - |
| CMYK | 0.76 | 0.31 | 0 | 0.78 |
| HSL | 204.29º | 0.62% | 0.13% | - |
| HSV(B) | 204.29º | 0.76% | 0.22% | - |
| XYZ | 1.55 | 1.75 | 3.87 | - |
| YUV | 32.46 | 140.72 | 114.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 38 | 55 | 0.76 | 0.31 | 0 | 0.78 | 204.29 | 0.62 | 0.13 |
| Hex | D | 26 | 37 | 4C | 1F | 0 | 4E | CC | 3E | D |
| Octal | 15 | 46 | 67 | 114 | 37 | 0 | 116 | 314 | 76 | 15 |
| Binary | 1101 | 100110 | 110111 | 1001100 | 11111 | 0 | 1001110 | 11001100 | 111110 | 1101 |
Color Harmonies of #0D2637
Complementary color
Monochromatic Colors of #0D2637
Black with #0D2637
Text Example
Text Example
White with #0D2637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2637; }
p { color: rgb(13,38,55); }
H1.HeaderClassName
{
color: #0D2637;
}
.AnyTagClassName
{
color: #0D2637;
}
</style>
background-color css
<style>
a { background-color: #0D2637; }
a { background-color: rgb(13,38,55); }
div.DivClassName
{
background-color: #0D2637;
}
.BgClassName
{
background-color: #0D2637;
}
</style>
border-color css
<style>
span { border-color: #0D2637; }
span { border-color: rgb(13,38,55); }
td.TdClassName
{
border-color: #0D2637;
}
.TagClassName
{
border-color: #0D2637;
}
</style>