Shades of Tangaroa #08254A
Tints of Tangaroa #08254A
RGB
CMYK
RGB Variations
Color information
#08254A (or 0x08254A) is known color: Tangaroa. HEX triplet: 08, 25 and 4A. RGB value is (8,37,74). Sum of RGB (Red+Green+Blue) = 8+37+74=119 (15% of max value = 765). Red value is 8 (3.52% from 255 or 6.72% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 74 (29.30% from 255 or 62.18% from 119); Max value from RGB is 74 - color contains mainly: blue. Hex color #08254A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08254A is #F7DAB5. Grayscale: #202020. Windows color (decimal): -16243382 or 4859144. OLE color: 4859144.
HSL color Cylindrical-coordinate representation of color #08254A: hue angle of 213.64º 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 #08254A is Cyan = 0.89, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 8 | 37 | 74 | - |
| CMYK | 0.89 | 0.50 | 0 | 0.71 |
| HSL | 213.64º | 0.8% | 0.16% | - |
| HSV(B) | 213.64º | 0.89% | 0.29% | - |
| XYZ | 2 | 1.87 | 6.73 | - |
| YUV | 32.55 | 151.39 | 110.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 37 | 74 | 0.89 | 0.50 | 0 | 0.71 | 213.64 | 0.8 | 0.16 |
| Hex | 8 | 25 | 4A | 59 | 32 | 0 | 47 | D6 | 50 | 10 |
| Octal | 10 | 45 | 112 | 131 | 62 | 0 | 107 | 326 | 120 | 20 |
| Binary | 1000 | 100101 | 1001010 | 1011001 | 110010 | 0 | 1000111 | 11010110 | 1010000 | 10000 |
Color Harmonies of #08254A
Complementary color
Monochromatic Colors of #08254A
Black with #08254A
Text Example
Text Example
White with #08254A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08254A; }
p { color: rgb(8,37,74); }
H1.HeaderClassName
{
color: #08254A;
}
.AnyTagClassName
{
color: #08254A;
}
</style>
background-color css
<style>
a { background-color: #08254A; }
a { background-color: rgb(8,37,74); }
div.DivClassName
{
background-color: #08254A;
}
.BgClassName
{
background-color: #08254A;
}
</style>
border-color css
<style>
span { border-color: #08254A; }
span { border-color: rgb(8,37,74); }
td.TdClassName
{
border-color: #08254A;
}
.TagClassName
{
border-color: #08254A;
}
</style>