Shades of Tangaroa #06203A
Tints of Tangaroa #06203A
RGB
CMYK
RGB Variations
Color information
#06203A (or 0x06203A) is known color: Tangaroa. HEX triplet: 06, 20 and 3A. RGB value is (6,32,58). Sum of RGB (Red+Green+Blue) = 6+32+58=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 32 (12.89% from 255 or 33.33% from 96); Blue value is 58 (23.05% from 255 or 60.42% from 96); Max value from RGB is 58 - color contains mainly: blue. Hex color #06203A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06203A is #F9DFC5. Grayscale: #1B1B1B. Windows color (decimal): -16375750 or 3809286. OLE color: 3809286.
HSL color Cylindrical-coordinate representation of color #06203A: hue angle of 210º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06203A is Cyan = 0.90, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 6 | 32 | 58 | - |
| CMYK | 0.90 | 0.45 | 0 | 0.77 |
| HSL | 210º | 0.81% | 0.13% | - |
| HSV(B) | 210º | 0.9% | 0.23% | - |
| XYZ | 1.36 | 1.38 | 4.2 | - |
| YUV | 27.19 | 145.39 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 32 | 58 | 0.90 | 0.45 | 0 | 0.77 | 210 | 0.81 | 0.13 |
| Hex | 6 | 20 | 3A | 5A | 2D | 0 | 4D | D2 | 51 | D |
| Octal | 6 | 40 | 72 | 132 | 55 | 0 | 115 | 322 | 121 | 15 |
| Binary | 110 | 100000 | 111010 | 1011010 | 101101 | 0 | 1001101 | 11010010 | 1010001 | 1101 |
Color Harmonies of #06203A
Complementary color
Monochromatic Colors of #06203A
Black with #06203A
Text Example
Text Example
White with #06203A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06203A; }
p { color: rgb(6,32,58); }
H1.HeaderClassName
{
color: #06203A;
}
.AnyTagClassName
{
color: #06203A;
}
</style>
background-color css
<style>
a { background-color: #06203A; }
a { background-color: rgb(6,32,58); }
div.DivClassName
{
background-color: #06203A;
}
.BgClassName
{
background-color: #06203A;
}
</style>
border-color css
<style>
span { border-color: #06203A; }
span { border-color: rgb(6,32,58); }
td.TdClassName
{
border-color: #06203A;
}
.TagClassName
{
border-color: #06203A;
}
</style>