Shades of Tangaroa #0D203C
Tints of Tangaroa #0D203C
RGB
CMYK
RGB Variations
Color information
#0D203C (or 0x0D203C) is known color: Tangaroa. HEX triplet: 0D, 20 and 3C. RGB value is (13,32,60). Sum of RGB (Red+Green+Blue) = 13+32+60=105 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.38% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 60 (23.83% from 255 or 57.14% from 105); Max value from RGB is 60 - color contains mainly: blue. Hex color #0D203C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D203C is #F2DFC3. Grayscale: #1D1D1D. Windows color (decimal): -15916996 or 3940365. OLE color: 3940365.
HSL color Cylindrical-coordinate representation of color #0D203C: hue angle of 215.74º degrees, saturation: 0.64, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D203C is Cyan = 0.78, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 32 | 60 | - |
| CMYK | 0.78 | 0.47 | 0 | 0.76 |
| HSL | 215.74º | 0.64% | 0.14% | - |
| HSV(B) | 215.74º | 0.78% | 0.24% | - |
| XYZ | 1.5 | 1.44 | 4.47 | - |
| YUV | 29.51 | 145.21 | 116.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 32 | 60 | 0.78 | 0.47 | 0 | 0.76 | 215.74 | 0.64 | 0.14 |
| Hex | D | 20 | 3C | 4E | 2F | 0 | 4C | D8 | 40 | E |
| Octal | 15 | 40 | 74 | 116 | 57 | 0 | 114 | 330 | 100 | 16 |
| Binary | 1101 | 100000 | 111100 | 1001110 | 101111 | 0 | 1001100 | 11011000 | 1000000 | 1110 |
Color Harmonies of #0D203C
Complementary color
Monochromatic Colors of #0D203C
Black with #0D203C
Text Example
Text Example
White with #0D203C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D203C; }
p { color: rgb(13,32,60); }
H1.HeaderClassName
{
color: #0D203C;
}
.AnyTagClassName
{
color: #0D203C;
}
</style>
background-color css
<style>
a { background-color: #0D203C; }
a { background-color: rgb(13,32,60); }
div.DivClassName
{
background-color: #0D203C;
}
.BgClassName
{
background-color: #0D203C;
}
</style>
border-color css
<style>
span { border-color: #0D203C; }
span { border-color: rgb(13,32,60); }
td.TdClassName
{
border-color: #0D203C;
}
.TagClassName
{
border-color: #0D203C;
}
</style>