Shades of Tangaroa #06263F
Tints of Tangaroa #06263F
RGB
CMYK
RGB Variations
Color information
#06263F (or 0x06263F) is known color: Tangaroa. HEX triplet: 06, 26 and 3F. RGB value is (6,38,63). Sum of RGB (Red+Green+Blue) = 6+38+63=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 38 (15.23% from 255 or 35.51% from 107); Blue value is 63 (25% from 255 or 58.88% from 107); Max value from RGB is 63 - color contains mainly: blue. Hex color #06263F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06263F is #F9D9C0. Grayscale: #1F1F1F. Windows color (decimal): -16374209 or 4138502. OLE color: 4138502.
HSL color Cylindrical-coordinate representation of color #06263F: hue angle of 206.32º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06263F is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 38 | 63 | - |
| CMYK | 0.90 | 0.40 | 0 | 0.75 |
| HSL | 206.32º | 0.83% | 0.14% | - |
| HSV(B) | 206.32º | 0.9% | 0.25% | - |
| XYZ | 1.67 | 1.78 | 4.96 | - |
| YUV | 31.28 | 145.9 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 38 | 63 | 0.90 | 0.40 | 0 | 0.75 | 206.32 | 0.83 | 0.14 |
| Hex | 6 | 26 | 3F | 5A | 28 | 0 | 4B | CE | 53 | E |
| Octal | 6 | 46 | 77 | 132 | 50 | 0 | 113 | 316 | 123 | 16 |
| Binary | 110 | 100110 | 111111 | 1011010 | 101000 | 0 | 1001011 | 11001110 | 1010011 | 1110 |
Color Harmonies of #06263F
Complementary color
Monochromatic Colors of #06263F
Black with #06263F
Text Example
Text Example
White with #06263F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06263F; }
p { color: rgb(6,38,63); }
H1.HeaderClassName
{
color: #06263F;
}
.AnyTagClassName
{
color: #06263F;
}
</style>
background-color css
<style>
a { background-color: #06263F; }
a { background-color: rgb(6,38,63); }
div.DivClassName
{
background-color: #06263F;
}
.BgClassName
{
background-color: #06263F;
}
</style>
border-color css
<style>
span { border-color: #06263F; }
span { border-color: rgb(6,38,63); }
td.TdClassName
{
border-color: #06263F;
}
.TagClassName
{
border-color: #06263F;
}
</style>