Shades of Tangaroa #0D2543
Tints of Tangaroa #0D2543
RGB
CMYK
RGB Variations
Color information
#0D2543 (or 0x0D2543) is known color: Tangaroa. HEX triplet: 0D, 25 and 43. RGB value is (13,37,67). Sum of RGB (Red+Green+Blue) = 13+37+67=117 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.11% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 67 (26.56% from 255 or 57.26% from 117); Max value from RGB is 67 - color contains mainly: blue. Hex color #0D2543 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2543 is #F2DABC. Grayscale: #212121. Windows color (decimal): -15915709 or 4400397. OLE color: 4400397.
HSL color Cylindrical-coordinate representation of color #0D2543: hue angle of 213.33º 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 #0D2543 is Cyan = 0.81, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 37 | 67 | - |
| CMYK | 0.81 | 0.45 | 0 | 0.74 |
| HSL | 213.33º | 0.68% | 0.16% | - |
| HSV(B) | 213.33º | 0.81% | 0.26% | - |
| XYZ | 1.84 | 1.81 | 5.56 | - |
| YUV | 33.24 | 147.05 | 113.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 37 | 67 | 0.81 | 0.45 | 0 | 0.74 | 213.33 | 0.68 | 0.16 |
| Hex | D | 25 | 43 | 51 | 2D | 0 | 4A | D5 | 44 | 10 |
| Octal | 15 | 45 | 103 | 121 | 55 | 0 | 112 | 325 | 104 | 20 |
| Binary | 1101 | 100101 | 1000011 | 1010001 | 101101 | 0 | 1001010 | 11010101 | 1000100 | 10000 |
Color Harmonies of #0D2543
Complementary color
Monochromatic Colors of #0D2543
Black with #0D2543
Text Example
Text Example
White with #0D2543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2543; }
p { color: rgb(13,37,67); }
H1.HeaderClassName
{
color: #0D2543;
}
.AnyTagClassName
{
color: #0D2543;
}
</style>
background-color css
<style>
a { background-color: #0D2543; }
a { background-color: rgb(13,37,67); }
div.DivClassName
{
background-color: #0D2543;
}
.BgClassName
{
background-color: #0D2543;
}
</style>
border-color css
<style>
span { border-color: #0D2543; }
span { border-color: rgb(13,37,67); }
td.TdClassName
{
border-color: #0D2543;
}
.TagClassName
{
border-color: #0D2543;
}
</style>