Shades of Tangaroa #061E43
Tints of Tangaroa #061E43
RGB
CMYK
RGB Variations
Color information
#061E43 (or 0x061E43) is known color: Tangaroa. HEX triplet: 06, 1E and 43. RGB value is (6,30,67). Sum of RGB (Red+Green+Blue) = 6+30+67=103 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.83% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 67 (26.56% from 255 or 65.05% from 103); Max value from RGB is 67 - color contains mainly: blue. Hex color #061E43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061E43 is #F9E1BC. Grayscale: #1A1A1A. Windows color (decimal): -16376253 or 4398598. OLE color: 4398598.
HSL color Cylindrical-coordinate representation of color #061E43: hue angle of 216.39º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #061E43 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 6 | 30 | 67 | - |
| CMYK | 0.91 | 0.55 | 0 | 0.74 |
| HSL | 216.39º | 0.84% | 0.14% | - |
| HSV(B) | 216.39º | 0.91% | 0.26% | - |
| XYZ | 1.55 | 1.37 | 5.49 | - |
| YUV | 27.04 | 150.55 | 112.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 67 | 0.91 | 0.55 | 0 | 0.74 | 216.39 | 0.84 | 0.14 |
| Hex | 6 | 1E | 43 | 5B | 37 | 0 | 4A | D8 | 54 | E |
| Octal | 6 | 36 | 103 | 133 | 67 | 0 | 112 | 330 | 124 | 16 |
| Binary | 110 | 11110 | 1000011 | 1011011 | 110111 | 0 | 1001010 | 11011000 | 1010100 | 1110 |
Color Harmonies of #061E43
Complementary color
Monochromatic Colors of #061E43
Black with #061E43
Text Example
Text Example
White with #061E43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061E43; }
p { color: rgb(6,30,67); }
H1.HeaderClassName
{
color: #061E43;
}
.AnyTagClassName
{
color: #061E43;
}
</style>
background-color css
<style>
a { background-color: #061E43; }
a { background-color: rgb(6,30,67); }
div.DivClassName
{
background-color: #061E43;
}
.BgClassName
{
background-color: #061E43;
}
</style>
border-color css
<style>
span { border-color: #061E43; }
span { border-color: rgb(6,30,67); }
td.TdClassName
{
border-color: #061E43;
}
.TagClassName
{
border-color: #061E43;
}
</style>