Shades of Tangaroa #0D233A
Tints of Tangaroa #0D233A
RGB
CMYK
RGB Variations
Color information
#0D233A (or 0x0D233A) is known color: Tangaroa. HEX triplet: 0D, 23 and 3A. RGB value is (13,35,58). Sum of RGB (Red+Green+Blue) = 13+35+58=106 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.26% from 106); Green value is 35 (14.06% from 255 or 33.02% from 106); Blue value is 58 (23.05% from 255 or 54.72% from 106); Max value from RGB is 58 - color contains mainly: blue. Hex color #0D233A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D233A is #F2DCC5. Grayscale: #1E1E1E. Windows color (decimal): -15916230 or 3810061. OLE color: 3810061.
HSL color Cylindrical-coordinate representation of color #0D233A: hue angle of 210.67º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0D233A is Cyan = 0.78, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 13 | 35 | 58 | - |
| CMYK | 0.78 | 0.40 | 0 | 0.77 |
| HSL | 210.67º | 0.63% | 0.14% | - |
| HSV(B) | 210.67º | 0.78% | 0.23% | - |
| XYZ | 1.53 | 1.59 | 4.23 | - |
| YUV | 31.04 | 143.21 | 115.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 35 | 58 | 0.78 | 0.40 | 0 | 0.77 | 210.67 | 0.63 | 0.14 |
| Hex | D | 23 | 3A | 4E | 28 | 0 | 4D | D3 | 3F | E |
| Octal | 15 | 43 | 72 | 116 | 50 | 0 | 115 | 323 | 77 | 16 |
| Binary | 1101 | 100011 | 111010 | 1001110 | 101000 | 0 | 1001101 | 11010011 | 111111 | 1110 |
Color Harmonies of #0D233A
Complementary color
Monochromatic Colors of #0D233A
Black with #0D233A
Text Example
Text Example
White with #0D233A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D233A; }
p { color: rgb(13,35,58); }
H1.HeaderClassName
{
color: #0D233A;
}
.AnyTagClassName
{
color: #0D233A;
}
</style>
background-color css
<style>
a { background-color: #0D233A; }
a { background-color: rgb(13,35,58); }
div.DivClassName
{
background-color: #0D233A;
}
.BgClassName
{
background-color: #0D233A;
}
</style>
border-color css
<style>
span { border-color: #0D233A; }
span { border-color: rgb(13,35,58); }
td.TdClassName
{
border-color: #0D233A;
}
.TagClassName
{
border-color: #0D233A;
}
</style>