Shades of Tangaroa #0D263D
Tints of Tangaroa #0D263D
RGB
CMYK
RGB Variations
Color information
#0D263D (or 0x0D263D) is known color: Tangaroa. HEX triplet: 0D, 26 and 3D. RGB value is (13,38,61). Sum of RGB (Red+Green+Blue) = 13+38+61=112 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.61% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 61 (24.22% from 255 or 54.46% from 112); Max value from RGB is 61 - color contains mainly: blue. Hex color #0D263D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D263D is #F2D9C2. Grayscale: #212121. Windows color (decimal): -15915459 or 4007437. OLE color: 4007437.
HSL color Cylindrical-coordinate representation of color #0D263D: hue angle of 208.75º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0D263D is Cyan = 0.79, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 38 | 61 | - |
| CMYK | 0.79 | 0.38 | 0 | 0.76 |
| HSL | 208.75º | 0.65% | 0.15% | - |
| HSV(B) | 208.75º | 0.79% | 0.24% | - |
| XYZ | 1.7 | 1.81 | 4.67 | - |
| YUV | 33.15 | 143.72 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 38 | 61 | 0.79 | 0.38 | 0 | 0.76 | 208.75 | 0.65 | 0.15 |
| Hex | D | 26 | 3D | 4F | 26 | 0 | 4C | D1 | 41 | F |
| Octal | 15 | 46 | 75 | 117 | 46 | 0 | 114 | 321 | 101 | 17 |
| Binary | 1101 | 100110 | 111101 | 1001111 | 100110 | 0 | 1001100 | 11010001 | 1000001 | 1111 |
Color Harmonies of #0D263D
Complementary color
Monochromatic Colors of #0D263D
Black with #0D263D
Text Example
Text Example
White with #0D263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D263D; }
p { color: rgb(13,38,61); }
H1.HeaderClassName
{
color: #0D263D;
}
.AnyTagClassName
{
color: #0D263D;
}
</style>
background-color css
<style>
a { background-color: #0D263D; }
a { background-color: rgb(13,38,61); }
div.DivClassName
{
background-color: #0D263D;
}
.BgClassName
{
background-color: #0D263D;
}
</style>
border-color css
<style>
span { border-color: #0D263D; }
span { border-color: rgb(13,38,61); }
td.TdClassName
{
border-color: #0D263D;
}
.TagClassName
{
border-color: #0D263D;
}
</style>