Shades of Tangaroa #0D2A41
Tints of Tangaroa #0D2A41
RGB
CMYK
RGB Variations
Color information
#0D2A41 (or 0x0D2A41) is known color: Tangaroa. HEX triplet: 0D, 2A and 41. RGB value is (13,42,65). Sum of RGB (Red+Green+Blue) = 13+42+65=120 (15% of max value = 765). Red value is 13 (5.47% from 255 or 10.83% from 120); Green value is 42 (16.80% from 255 or 35% from 120); Blue value is 65 (25.78% from 255 or 54.17% from 120); Max value from RGB is 65 - color contains mainly: blue. Hex color #0D2A41 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2A41 is #F2D5BE. Grayscale: #232323. Windows color (decimal): -15914431 or 4270605. OLE color: 4270605.
HSL color Cylindrical-coordinate representation of color #0D2A41: hue angle of 206.54º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0D2A41 is Cyan = 0.80, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 13 | 42 | 65 | - |
| CMYK | 0.80 | 0.35 | 0 | 0.75 |
| HSL | 206.54º | 0.67% | 0.15% | - |
| HSV(B) | 206.54º | 0.8% | 0.25% | - |
| XYZ | 1.95 | 2.12 | 5.31 | - |
| YUV | 35.95 | 144.39 | 111.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 42 | 65 | 0.80 | 0.35 | 0 | 0.75 | 206.54 | 0.67 | 0.15 |
| Hex | D | 2A | 41 | 50 | 23 | 0 | 4B | CF | 43 | F |
| Octal | 15 | 52 | 101 | 120 | 43 | 0 | 113 | 317 | 103 | 17 |
| Binary | 1101 | 101010 | 1000001 | 1010000 | 100011 | 0 | 1001011 | 11001111 | 1000011 | 1111 |
Color Harmonies of #0D2A41
Complementary color
Monochromatic Colors of #0D2A41
Black with #0D2A41
Text Example
Text Example
White with #0D2A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2A41; }
p { color: rgb(13,42,65); }
H1.HeaderClassName
{
color: #0D2A41;
}
.AnyTagClassName
{
color: #0D2A41;
}
</style>
background-color css
<style>
a { background-color: #0D2A41; }
a { background-color: rgb(13,42,65); }
div.DivClassName
{
background-color: #0D2A41;
}
.BgClassName
{
background-color: #0D2A41;
}
</style>
border-color css
<style>
span { border-color: #0D2A41; }
span { border-color: rgb(13,42,65); }
td.TdClassName
{
border-color: #0D2A41;
}
.TagClassName
{
border-color: #0D2A41;
}
</style>