Shades of Tangaroa #08274C
Tints of Tangaroa #08274C
RGB
CMYK
RGB Variations
Color information
#08274C (or 0x08274C) is known color: Tangaroa. HEX triplet: 08, 27 and 4C. RGB value is (8,39,76). Sum of RGB (Red+Green+Blue) = 8+39+76=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 39 (15.62% from 255 or 31.71% from 123); Blue value is 76 (30.08% from 255 or 61.79% from 123); Max value from RGB is 76 - color contains mainly: blue. Hex color #08274C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08274C is #F7D8B3. Grayscale: #212121. Windows color (decimal): -16242868 or 4990728. OLE color: 4990728.
HSL color Cylindrical-coordinate representation of color #08274C: hue angle of 212.65º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08274C is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 8 | 39 | 76 | - |
| CMYK | 0.89 | 0.49 | 0 | 0.70 |
| HSL | 212.65º | 0.81% | 0.16% | - |
| HSV(B) | 212.65º | 0.89% | 0.3% | - |
| XYZ | 2.13 | 2.02 | 7.12 | - |
| YUV | 33.95 | 151.73 | 109.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 39 | 76 | 0.89 | 0.49 | 0 | 0.70 | 212.65 | 0.81 | 0.16 |
| Hex | 8 | 27 | 4C | 59 | 31 | 0 | 46 | D5 | 51 | 10 |
| Octal | 10 | 47 | 114 | 131 | 61 | 0 | 106 | 325 | 121 | 20 |
| Binary | 1000 | 100111 | 1001100 | 1011001 | 110001 | 0 | 1000110 | 11010101 | 1010001 | 10000 |
Color Harmonies of #08274C
Complementary color
Monochromatic Colors of #08274C
Black with #08274C
Text Example
Text Example
White with #08274C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08274C; }
p { color: rgb(8,39,76); }
H1.HeaderClassName
{
color: #08274C;
}
.AnyTagClassName
{
color: #08274C;
}
</style>
background-color css
<style>
a { background-color: #08274C; }
a { background-color: rgb(8,39,76); }
div.DivClassName
{
background-color: #08274C;
}
.BgClassName
{
background-color: #08274C;
}
</style>
border-color css
<style>
span { border-color: #08274C; }
span { border-color: rgb(8,39,76); }
td.TdClassName
{
border-color: #08274C;
}
.TagClassName
{
border-color: #08274C;
}
</style>