Shades of Tangaroa #08274A
Tints of Tangaroa #08274A
RGB
CMYK
RGB Variations
Color information
#08274A (or 0x08274A) is known color: Tangaroa. HEX triplet: 08, 27 and 4A. RGB value is (8,39,74). Sum of RGB (Red+Green+Blue) = 8+39+74=121 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.61% from 121); Green value is 39 (15.62% from 255 or 32.23% from 121); Blue value is 74 (29.30% from 255 or 61.16% from 121); Max value from RGB is 74 - color contains mainly: blue. Hex color #08274A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08274A is #F7D8B5. Grayscale: #212121. Windows color (decimal): -16242870 or 4859656. OLE color: 4859656.
HSL color Cylindrical-coordinate representation of color #08274A: hue angle of 211.82º degrees, saturation: 0.8, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08274A is Cyan = 0.89, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 39 | 74 | - |
| CMYK | 0.89 | 0.47 | 0 | 0.71 |
| HSL | 211.82º | 0.8% | 0.16% | - |
| HSV(B) | 211.82º | 0.89% | 0.29% | - |
| XYZ | 2.06 | 2 | 6.76 | - |
| YUV | 33.72 | 150.73 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 74 | 0.89 | 0.47 | 0 | 0.71 | 211.82 | 0.8 | 0.16 |
| Hex | 8 | 27 | 4A | 59 | 2F | 0 | 47 | D4 | 50 | 10 |
| Octal | 10 | 47 | 112 | 131 | 57 | 0 | 107 | 324 | 120 | 20 |
| Binary | 1000 | 100111 | 1001010 | 1011001 | 101111 | 0 | 1000111 | 11010100 | 1010000 | 10000 |
Color Harmonies of #08274A
Complementary color
Monochromatic Colors of #08274A
Black with #08274A
Text Example
Text Example
White with #08274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08274A; }
p { color: rgb(8,39,74); }
H1.HeaderClassName
{
color: #08274A;
}
.AnyTagClassName
{
color: #08274A;
}
</style>
background-color css
<style>
a { background-color: #08274A; }
a { background-color: rgb(8,39,74); }
div.DivClassName
{
background-color: #08274A;
}
.BgClassName
{
background-color: #08274A;
}
</style>
border-color css
<style>
span { border-color: #08274A; }
span { border-color: rgb(8,39,74); }
td.TdClassName
{
border-color: #08274A;
}
.TagClassName
{
border-color: #08274A;
}
</style>