Shades of Tangaroa #002843
Tints of Tangaroa #002843
RGB
CMYK
RGB Variations
Color information
#002843 (or 0x002843) is known color: Tangaroa. HEX triplet: 00, 28 and 43. RGB value is (0,40,67). Sum of RGB (Red+Green+Blue) = 0+40+67=107 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 107); Green value is 40 (16.02% from 255 or 37.38% from 107); Blue value is 67 (26.56% from 255 or 62.62% from 107); Max value from RGB is 67 - color contains mainly: blue. Hex color #002843 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002843 is #FFD7BC. Grayscale: #1E1E1E. Windows color (decimal): -16766909 or 4401152. OLE color: 4401152.
HSL color Cylindrical-coordinate representation of color #002843: hue angle of 204.18º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002843 is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 40 | 67 | - |
| CMYK | 1 | 0.40 | 0 | 0.74 |
| HSL | 204.18º | 1% | 0.13% | - |
| HSV(B) | 204.18º | 1% | 0.26% | - |
| XYZ | 1.77 | 1.92 | 5.59 | - |
| YUV | 31.12 | 148.25 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 67 | 1 | 0.40 | 0 | 0.74 | 204.18 | 1 | 0.13 |
| Hex | 0 | 28 | 43 | 64 | 28 | 0 | 4A | CC | 64 | D |
| Octal | 0 | 50 | 103 | 144 | 50 | 0 | 112 | 314 | 144 | 15 |
| Binary | 0 | 101000 | 1000011 | 1100100 | 101000 | 0 | 1001010 | 11001100 | 1100100 | 1101 |
Color Harmonies of #002843
Complementary color
Monochromatic Colors of #002843
Black with #002843
Text Example
Text Example
White with #002843
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002843; }
p { color: rgb(0,40,67); }
H1.HeaderClassName
{
color: #002843;
}
.AnyTagClassName
{
color: #002843;
}
</style>
background-color css
<style>
a { background-color: #002843; }
a { background-color: rgb(0,40,67); }
div.DivClassName
{
background-color: #002843;
}
.BgClassName
{
background-color: #002843;
}
</style>
border-color css
<style>
span { border-color: #002843; }
span { border-color: rgb(0,40,67); }
td.TdClassName
{
border-color: #002843;
}
.TagClassName
{
border-color: #002843;
}
</style>