Shades of Tangaroa #0D2343
Tints of Tangaroa #0D2343
RGB
CMYK
RGB Variations
Color information
#0D2343 (or 0x0D2343) is known color: Tangaroa. HEX triplet: 0D, 23 and 43. RGB value is (13,35,67). Sum of RGB (Red+Green+Blue) = 13+35+67=115 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.30% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 67 (26.56% from 255 or 58.26% from 115); Max value from RGB is 67 - color contains mainly: blue. Hex color #0D2343 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0D2343 is #F2DCBC. Grayscale: #1F1F1F. Windows color (decimal): -15916221 or 4399885. OLE color: 4399885.
HSL color Cylindrical-coordinate representation of color #0D2343: hue angle of 215.56º degrees, saturation: 0.68, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0D2343 is Cyan = 0.81, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 13 | 35 | 67 | - |
| CMYK | 0.81 | 0.48 | 0 | 0.74 |
| HSL | 215.56º | 0.68% | 0.16% | - |
| HSV(B) | 215.56º | 0.81% | 0.26% | - |
| XYZ | 1.78 | 1.69 | 5.54 | - |
| YUV | 32.07 | 147.71 | 114.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 35 | 67 | 0.81 | 0.48 | 0 | 0.74 | 215.56 | 0.68 | 0.16 |
| Hex | D | 23 | 43 | 51 | 30 | 0 | 4A | D8 | 44 | 10 |
| Octal | 15 | 43 | 103 | 121 | 60 | 0 | 112 | 330 | 104 | 20 |
| Binary | 1101 | 100011 | 1000011 | 1010001 | 110000 | 0 | 1001010 | 11011000 | 1000100 | 10000 |
Color Harmonies of #0D2343
Complementary color
Monochromatic Colors of #0D2343
Black with #0D2343
Text Example
Text Example
White with #0D2343
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D2343; }
p { color: rgb(13,35,67); }
H1.HeaderClassName
{
color: #0D2343;
}
.AnyTagClassName
{
color: #0D2343;
}
</style>
background-color css
<style>
a { background-color: #0D2343; }
a { background-color: rgb(13,35,67); }
div.DivClassName
{
background-color: #0D2343;
}
.BgClassName
{
background-color: #0D2343;
}
</style>
border-color css
<style>
span { border-color: #0D2343; }
span { border-color: rgb(13,35,67); }
td.TdClassName
{
border-color: #0D2343;
}
.TagClassName
{
border-color: #0D2343;
}
</style>