Shades of Tangaroa #0D283C
Tints of Tangaroa #0D283C
RGB
CMYK
RGB Variations
Color information
#0D283C (or 0x0D283C) is known color: Tangaroa. HEX triplet: 0D, 28 and 3C. RGB value is (13,40,60). Sum of RGB (Red+Green+Blue) = 13+40+60=113 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.50% from 113); Green value is 40 (16.02% from 255 or 35.40% from 113); Blue value is 60 (23.83% from 255 or 53.10% from 113); Max value from RGB is 60 - color contains mainly: blue. Hex color #0D283C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D283C is #F2D7C3. Grayscale: #222222. Windows color (decimal): -15914948 or 3942413. OLE color: 3942413.
HSL color Cylindrical-coordinate representation of color #0D283C: hue angle of 205.53º 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 #0D283C is Cyan = 0.78, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 13 | 40 | 60 | - |
| CMYK | 0.78 | 0.33 | 0 | 0.76 |
| HSL | 205.53º | 0.64% | 0.14% | - |
| HSV(B) | 205.53º | 0.78% | 0.24% | - |
| XYZ | 1.74 | 1.93 | 4.56 | - |
| YUV | 34.21 | 142.55 | 112.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 40 | 60 | 0.78 | 0.33 | 0 | 0.76 | 205.53 | 0.64 | 0.14 |
| Hex | D | 28 | 3C | 4E | 21 | 0 | 4C | CE | 40 | E |
| Octal | 15 | 50 | 74 | 116 | 41 | 0 | 114 | 316 | 100 | 16 |
| Binary | 1101 | 101000 | 111100 | 1001110 | 100001 | 0 | 1001100 | 11001110 | 1000000 | 1110 |
Color Harmonies of #0D283C
Complementary color
Monochromatic Colors of #0D283C
Black with #0D283C
Text Example
Text Example
White with #0D283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D283C; }
p { color: rgb(13,40,60); }
H1.HeaderClassName
{
color: #0D283C;
}
.AnyTagClassName
{
color: #0D283C;
}
</style>
background-color css
<style>
a { background-color: #0D283C; }
a { background-color: rgb(13,40,60); }
div.DivClassName
{
background-color: #0D283C;
}
.BgClassName
{
background-color: #0D283C;
}
</style>
border-color css
<style>
span { border-color: #0D283C; }
span { border-color: rgb(13,40,60); }
td.TdClassName
{
border-color: #0D283C;
}
.TagClassName
{
border-color: #0D283C;
}
</style>