Shades of Tangaroa #0D2443
Tints of Tangaroa #0D2443
RGB
CMYK
RGB Variations
Color information
#0D2443 (or 0x0D2443) is known color: Tangaroa. HEX triplet: 0D, 24 and 43. RGB value is (13,36,67). Sum of RGB (Red+Green+Blue) = 13+36+67=116 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.21% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 67 (26.56% from 255 or 57.76% from 116); Max value from RGB is 67 - color contains mainly: blue. Hex color #0D2443 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2443 is #F2DBBC. Grayscale: #202020. Windows color (decimal): -15915965 or 4400141. OLE color: 4400141.
HSL color Cylindrical-coordinate representation of color #0D2443: hue angle of 214.44º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D2443 is Cyan = 0.81, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 36 | 67 | - |
| CMYK | 0.81 | 0.46 | 0 | 0.74 |
| HSL | 214.44º | 0.68% | 0.16% | - |
| HSV(B) | 214.44º | 0.81% | 0.26% | - |
| XYZ | 1.81 | 1.75 | 5.55 | - |
| YUV | 32.66 | 147.38 | 113.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 36 | 67 | 0.81 | 0.46 | 0 | 0.74 | 214.44 | 0.68 | 0.16 |
| Hex | D | 24 | 43 | 51 | 2E | 0 | 4A | D6 | 44 | 10 |
| Octal | 15 | 44 | 103 | 121 | 56 | 0 | 112 | 326 | 104 | 20 |
| Binary | 1101 | 100100 | 1000011 | 1010001 | 101110 | 0 | 1001010 | 11010110 | 1000100 | 10000 |
Color Harmonies of #0D2443
Complementary color
Monochromatic Colors of #0D2443
Black with #0D2443
Text Example
Text Example
White with #0D2443
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2443; }
p { color: rgb(13,36,67); }
H1.HeaderClassName
{
color: #0D2443;
}
.AnyTagClassName
{
color: #0D2443;
}
</style>
background-color css
<style>
a { background-color: #0D2443; }
a { background-color: rgb(13,36,67); }
div.DivClassName
{
background-color: #0D2443;
}
.BgClassName
{
background-color: #0D2443;
}
</style>
border-color css
<style>
span { border-color: #0D2443; }
span { border-color: rgb(13,36,67); }
td.TdClassName
{
border-color: #0D2443;
}
.TagClassName
{
border-color: #0D2443;
}
</style>