Shades of Tangaroa #0D2444
Tints of Tangaroa #0D2444
RGB
CMYK
RGB Variations
Color information
#0D2444 (or 0x0D2444) is known color: Tangaroa. HEX triplet: 0D, 24 and 44. RGB value is (13,36,68). Sum of RGB (Red+Green+Blue) = 13+36+68=117 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.11% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 68 (26.95% from 255 or 58.12% from 117); Max value from RGB is 68 - color contains mainly: blue. Hex color #0D2444 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2444 is #F2DBBB. Grayscale: #202020. Windows color (decimal): -15915964 or 4465677. OLE color: 4465677.
HSL color Cylindrical-coordinate representation of color #0D2444: hue angle of 214.91º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D2444 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 36 | 68 | - |
| CMYK | 0.81 | 0.47 | 0 | 0.73 |
| HSL | 214.91º | 0.68% | 0.16% | - |
| HSV(B) | 214.91º | 0.81% | 0.27% | - |
| XYZ | 1.84 | 1.76 | 5.71 | - |
| YUV | 32.77 | 147.88 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 36 | 68 | 0.81 | 0.47 | 0 | 0.73 | 214.91 | 0.68 | 0.16 |
| Hex | D | 24 | 44 | 51 | 2F | 0 | 49 | D7 | 44 | 10 |
| Octal | 15 | 44 | 104 | 121 | 57 | 0 | 111 | 327 | 104 | 20 |
| Binary | 1101 | 100100 | 1000100 | 1010001 | 101111 | 0 | 1001001 | 11010111 | 1000100 | 10000 |
Color Harmonies of #0D2444
Complementary color
Monochromatic Colors of #0D2444
Black with #0D2444
Text Example
Text Example
White with #0D2444
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2444; }
p { color: rgb(13,36,68); }
H1.HeaderClassName
{
color: #0D2444;
}
.AnyTagClassName
{
color: #0D2444;
}
</style>
background-color css
<style>
a { background-color: #0D2444; }
a { background-color: rgb(13,36,68); }
div.DivClassName
{
background-color: #0D2444;
}
.BgClassName
{
background-color: #0D2444;
}
</style>
border-color css
<style>
span { border-color: #0D2444; }
span { border-color: rgb(13,36,68); }
td.TdClassName
{
border-color: #0D2444;
}
.TagClassName
{
border-color: #0D2444;
}
</style>