Shades of Tangaroa #08213D
Tints of Tangaroa #08213D
RGB
CMYK
RGB Variations
Color information
#08213D (or 0x08213D) is known color: Tangaroa. HEX triplet: 08, 21 and 3D. RGB value is (8,33,61). Sum of RGB (Red+Green+Blue) = 8+33+61=102 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.84% from 102); Green value is 33 (13.28% from 255 or 32.35% from 102); Blue value is 61 (24.22% from 255 or 59.80% from 102); Max value from RGB is 61 - color contains mainly: blue. Hex color #08213D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08213D is #F7DEC2. Grayscale: #1C1C1C. Windows color (decimal): -16244419 or 4006152. OLE color: 4006152.
HSL color Cylindrical-coordinate representation of color #08213D: hue angle of 211.7º degrees, saturation: 0.77, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08213D is Cyan = 0.87, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 33 | 61 | - |
| CMYK | 0.87 | 0.46 | 0 | 0.76 |
| HSL | 211.7º | 0.77% | 0.14% | - |
| HSV(B) | 211.7º | 0.87% | 0.24% | - |
| XYZ | 1.49 | 1.48 | 4.62 | - |
| YUV | 28.72 | 146.22 | 113.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 33 | 61 | 0.87 | 0.46 | 0 | 0.76 | 211.7 | 0.77 | 0.14 |
| Hex | 8 | 21 | 3D | 57 | 2E | 0 | 4C | D4 | 4D | E |
| Octal | 10 | 41 | 75 | 127 | 56 | 0 | 114 | 324 | 115 | 16 |
| Binary | 1000 | 100001 | 111101 | 1010111 | 101110 | 0 | 1001100 | 11010100 | 1001101 | 1110 |
Color Harmonies of #08213D
Complementary color
Monochromatic Colors of #08213D
Black with #08213D
Text Example
Text Example
White with #08213D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08213D; }
p { color: rgb(8,33,61); }
H1.HeaderClassName
{
color: #08213D;
}
.AnyTagClassName
{
color: #08213D;
}
</style>
background-color css
<style>
a { background-color: #08213D; }
a { background-color: rgb(8,33,61); }
div.DivClassName
{
background-color: #08213D;
}
.BgClassName
{
background-color: #08213D;
}
</style>
border-color css
<style>
span { border-color: #08213D; }
span { border-color: rgb(8,33,61); }
td.TdClassName
{
border-color: #08213D;
}
.TagClassName
{
border-color: #08213D;
}
</style>