Shades of Tangaroa #0D2344
Tints of Tangaroa #0D2344
RGB
CMYK
RGB Variations
Color information
#0D2344 (or 0x0D2344) is known color: Tangaroa. HEX triplet: 0D, 23 and 44. RGB value is (13,35,68). Sum of RGB (Red+Green+Blue) = 13+35+68=116 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.21% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 68 (26.95% from 255 or 58.62% from 116); Max value from RGB is 68 - color contains mainly: blue. Hex color #0D2344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2344 is #F2DCBB. Grayscale: #202020. Windows color (decimal): -15916220 or 4465421. OLE color: 4465421.
HSL color Cylindrical-coordinate representation of color #0D2344: hue angle of 216º 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 #0D2344 is Cyan = 0.81, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 13 | 35 | 68 | - |
| CMYK | 0.81 | 0.49 | 0 | 0.73 |
| HSL | 216º | 0.68% | 0.16% | - |
| HSV(B) | 216º | 0.81% | 0.27% | - |
| XYZ | 1.81 | 1.7 | 5.7 | - |
| YUV | 32.18 | 148.21 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 35 | 68 | 0.81 | 0.49 | 0 | 0.73 | 216 | 0.68 | 0.16 |
| Hex | D | 23 | 44 | 51 | 31 | 0 | 49 | D8 | 44 | 10 |
| Octal | 15 | 43 | 104 | 121 | 61 | 0 | 111 | 330 | 104 | 20 |
| Binary | 1101 | 100011 | 1000100 | 1010001 | 110001 | 0 | 1001001 | 11011000 | 1000100 | 10000 |
Color Harmonies of #0D2344
Complementary color
Monochromatic Colors of #0D2344
Black with #0D2344
Text Example
Text Example
White with #0D2344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2344; }
p { color: rgb(13,35,68); }
H1.HeaderClassName
{
color: #0D2344;
}
.AnyTagClassName
{
color: #0D2344;
}
</style>
background-color css
<style>
a { background-color: #0D2344; }
a { background-color: rgb(13,35,68); }
div.DivClassName
{
background-color: #0D2344;
}
.BgClassName
{
background-color: #0D2344;
}
</style>
border-color css
<style>
span { border-color: #0D2344; }
span { border-color: rgb(13,35,68); }
td.TdClassName
{
border-color: #0D2344;
}
.TagClassName
{
border-color: #0D2344;
}
</style>