Shades of Tangaroa #0D263E
Tints of Tangaroa #0D263E
RGB
CMYK
RGB Variations
Color information
#0D263E (or 0x0D263E) is known color: Tangaroa. HEX triplet: 0D, 26 and 3E. RGB value is (13,38,62). Sum of RGB (Red+Green+Blue) = 13+38+62=113 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.50% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 62 (24.61% from 255 or 54.87% from 113); Max value from RGB is 62 - color contains mainly: blue. Hex color #0D263E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D263E is #F2D9C1. Grayscale: #212121. Windows color (decimal): -15915458 or 4072973. OLE color: 4072973.
HSL color Cylindrical-coordinate representation of color #0D263E: hue angle of 209.39º 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 #0D263E is Cyan = 0.79, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 38 | 62 | - |
| CMYK | 0.79 | 0.39 | 0 | 0.76 |
| HSL | 209.39º | 0.65% | 0.15% | - |
| HSV(B) | 209.39º | 0.79% | 0.24% | - |
| XYZ | 1.73 | 1.82 | 4.82 | - |
| YUV | 33.26 | 144.22 | 113.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 38 | 62 | 0.79 | 0.39 | 0 | 0.76 | 209.39 | 0.65 | 0.15 |
| Hex | D | 26 | 3E | 4F | 27 | 0 | 4C | D1 | 41 | F |
| Octal | 15 | 46 | 76 | 117 | 47 | 0 | 114 | 321 | 101 | 17 |
| Binary | 1101 | 100110 | 111110 | 1001111 | 100111 | 0 | 1001100 | 11010001 | 1000001 | 1111 |
Color Harmonies of #0D263E
Complementary color
Monochromatic Colors of #0D263E
Black with #0D263E
Text Example
Text Example
White with #0D263E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D263E; }
p { color: rgb(13,38,62); }
H1.HeaderClassName
{
color: #0D263E;
}
.AnyTagClassName
{
color: #0D263E;
}
</style>
background-color css
<style>
a { background-color: #0D263E; }
a { background-color: rgb(13,38,62); }
div.DivClassName
{
background-color: #0D263E;
}
.BgClassName
{
background-color: #0D263E;
}
</style>
border-color css
<style>
span { border-color: #0D263E; }
span { border-color: rgb(13,38,62); }
td.TdClassName
{
border-color: #0D263E;
}
.TagClassName
{
border-color: #0D263E;
}
</style>