Shades of Tangaroa #08283A
Tints of Tangaroa #08283A
RGB
CMYK
RGB Variations
Color information
#08283A (or 0x08283A) is known color: Tangaroa. HEX triplet: 08, 28 and 3A. RGB value is (8,40,58). Sum of RGB (Red+Green+Blue) = 8+40+58=106 (14% of max value = 765). Red value is 8 (3.52% from 255 or 7.55% from 106); Green value is 40 (16.02% from 255 or 37.74% from 106); Blue value is 58 (23.05% from 255 or 54.72% from 106); Max value from RGB is 58 - color contains mainly: blue. Hex color #08283A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08283A is #F7D7C5. Grayscale: #202020. Windows color (decimal): -16242630 or 3811336. OLE color: 3811336.
HSL color Cylindrical-coordinate representation of color #08283A: hue angle of 201.6º 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 #08283A is Cyan = 0.86, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 8 | 40 | 58 | - |
| CMYK | 0.86 | 0.31 | 0 | 0.77 |
| HSL | 201.6º | 0.76% | 0.13% | - |
| HSV(B) | 201.6º | 0.86% | 0.23% | - |
| XYZ | 1.62 | 1.87 | 4.28 | - |
| YUV | 32.48 | 142.4 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 40 | 58 | 0.86 | 0.31 | 0 | 0.77 | 201.6 | 0.76 | 0.13 |
| Hex | 8 | 28 | 3A | 56 | 1F | 0 | 4D | CA | 4C | D |
| Octal | 10 | 50 | 72 | 126 | 37 | 0 | 115 | 312 | 114 | 15 |
| Binary | 1000 | 101000 | 111010 | 1010110 | 11111 | 0 | 1001101 | 11001010 | 1001100 | 1101 |
Color Harmonies of #08283A
Complementary color
Monochromatic Colors of #08283A
Black with #08283A
Text Example
Text Example
White with #08283A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08283A; }
p { color: rgb(8,40,58); }
H1.HeaderClassName
{
color: #08283A;
}
.AnyTagClassName
{
color: #08283A;
}
</style>
background-color css
<style>
a { background-color: #08283A; }
a { background-color: rgb(8,40,58); }
div.DivClassName
{
background-color: #08283A;
}
.BgClassName
{
background-color: #08283A;
}
</style>
border-color css
<style>
span { border-color: #08283A; }
span { border-color: rgb(8,40,58); }
td.TdClassName
{
border-color: #08283A;
}
.TagClassName
{
border-color: #08283A;
}
</style>