Shades of Tangaroa #081E3F
Tints of Tangaroa #081E3F
RGB
CMYK
RGB Variations
Color information
#081E3F (or 0x081E3F) is known color: Tangaroa. HEX triplet: 08, 1E and 3F. RGB value is (8,30,63). Sum of RGB (Red+Green+Blue) = 8+30+63=101 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.92% from 101); Green value is 30 (12.11% from 255 or 29.70% from 101); Blue value is 63 (25% from 255 or 62.38% from 101); Max value from RGB is 63 - color contains mainly: blue. Hex color #081E3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081E3F is #F7E1C0. Grayscale: #1B1B1B. Windows color (decimal): -16245185 or 4136456. OLE color: 4136456.
HSL color Cylindrical-coordinate representation of color #081E3F: hue angle of 216º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #081E3F is Cyan = 0.87, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 8 | 30 | 63 | - |
| CMYK | 0.87 | 0.52 | 0 | 0.75 |
| HSL | 216º | 0.77% | 0.14% | - |
| HSV(B) | 216º | 0.87% | 0.25% | - |
| XYZ | 1.46 | 1.34 | 4.88 | - |
| YUV | 27.18 | 148.21 | 114.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 63 | 0.87 | 0.52 | 0 | 0.75 | 216 | 0.77 | 0.14 |
| Hex | 8 | 1E | 3F | 57 | 34 | 0 | 4B | D8 | 4D | E |
| Octal | 10 | 36 | 77 | 127 | 64 | 0 | 113 | 330 | 115 | 16 |
| Binary | 1000 | 11110 | 111111 | 1010111 | 110100 | 0 | 1001011 | 11011000 | 1001101 | 1110 |
Color Harmonies of #081E3F
Complementary color
Monochromatic Colors of #081E3F
Black with #081E3F
Text Example
Text Example
White with #081E3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081E3F; }
p { color: rgb(8,30,63); }
H1.HeaderClassName
{
color: #081E3F;
}
.AnyTagClassName
{
color: #081E3F;
}
</style>
background-color css
<style>
a { background-color: #081E3F; }
a { background-color: rgb(8,30,63); }
div.DivClassName
{
background-color: #081E3F;
}
.BgClassName
{
background-color: #081E3F;
}
</style>
border-color css
<style>
span { border-color: #081E3F; }
span { border-color: rgb(8,30,63); }
td.TdClassName
{
border-color: #081E3F;
}
.TagClassName
{
border-color: #081E3F;
}
</style>