Shades of Tangaroa #08253A
Tints of Tangaroa #08253A
RGB
CMYK
RGB Variations
Color information
#08253A (or 0x08253A) is known color: Tangaroa. HEX triplet: 08, 25 and 3A. RGB value is (8,37,58). Sum of RGB (Red+Green+Blue) = 8+37+58=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 58 (23.05% from 255 or 56.31% from 103); Max value from RGB is 58 - color contains mainly: blue. Hex color #08253A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08253A is #F7DAC5. Grayscale: #1E1E1E. Windows color (decimal): -16243398 or 3810568. OLE color: 3810568.
HSL color Cylindrical-coordinate representation of color #08253A: hue angle of 205.2º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #08253A is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 37 | 58 | - |
| CMYK | 0.86 | 0.36 | 0 | 0.77 |
| HSL | 205.2º | 0.76% | 0.13% | - |
| HSV(B) | 205.2º | 0.86% | 0.23% | - |
| XYZ | 1.53 | 1.68 | 4.25 | - |
| YUV | 30.72 | 143.39 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 37 | 58 | 0.86 | 0.36 | 0 | 0.77 | 205.2 | 0.76 | 0.13 |
| Hex | 8 | 25 | 3A | 56 | 24 | 0 | 4D | CD | 4C | D |
| Octal | 10 | 45 | 72 | 126 | 44 | 0 | 115 | 315 | 114 | 15 |
| Binary | 1000 | 100101 | 111010 | 1010110 | 100100 | 0 | 1001101 | 11001101 | 1001100 | 1101 |
Color Harmonies of #08253A
Complementary color
Monochromatic Colors of #08253A
Black with #08253A
Text Example
Text Example
White with #08253A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08253A; }
p { color: rgb(8,37,58); }
H1.HeaderClassName
{
color: #08253A;
}
.AnyTagClassName
{
color: #08253A;
}
</style>
background-color css
<style>
a { background-color: #08253A; }
a { background-color: rgb(8,37,58); }
div.DivClassName
{
background-color: #08253A;
}
.BgClassName
{
background-color: #08253A;
}
</style>
border-color css
<style>
span { border-color: #08253A; }
span { border-color: rgb(8,37,58); }
td.TdClassName
{
border-color: #08253A;
}
.TagClassName
{
border-color: #08253A;
}
</style>