Shades of Tangaroa #08233C
Tints of Tangaroa #08233C
RGB
CMYK
RGB Variations
Color information
#08233C (or 0x08233C) is known color: Tangaroa. HEX triplet: 08, 23 and 3C. RGB value is (8,35,60). Sum of RGB (Red+Green+Blue) = 8+35+60=103 (13% of max value = 765). Red value is 8 (3.52% from 255 or 7.77% from 103); Green value is 35 (14.06% from 255 or 33.98% from 103); Blue value is 60 (23.83% from 255 or 58.25% from 103); Max value from RGB is 60 - color contains mainly: blue. Hex color #08233C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08233C is #F7DCC3. Grayscale: #1D1D1D. Windows color (decimal): -16243908 or 3941128. OLE color: 3941128.
HSL color Cylindrical-coordinate representation of color #08233C: hue angle of 208.85º degrees, saturation: 0.76, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #08233C is Cyan = 0.87, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 8 | 35 | 60 | - |
| CMYK | 0.87 | 0.42 | 0 | 0.76 |
| HSL | 208.85º | 0.76% | 0.13% | - |
| HSV(B) | 208.85º | 0.87% | 0.24% | - |
| XYZ | 1.52 | 1.58 | 4.5 | - |
| YUV | 29.78 | 145.05 | 112.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 35 | 60 | 0.87 | 0.42 | 0 | 0.76 | 208.85 | 0.76 | 0.13 |
| Hex | 8 | 23 | 3C | 57 | 2A | 0 | 4C | D1 | 4C | D |
| Octal | 10 | 43 | 74 | 127 | 52 | 0 | 114 | 321 | 114 | 15 |
| Binary | 1000 | 100011 | 111100 | 1010111 | 101010 | 0 | 1001100 | 11010001 | 1001100 | 1101 |
Color Harmonies of #08233C
Complementary color
Monochromatic Colors of #08233C
Black with #08233C
Text Example
Text Example
White with #08233C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08233C; }
p { color: rgb(8,35,60); }
H1.HeaderClassName
{
color: #08233C;
}
.AnyTagClassName
{
color: #08233C;
}
</style>
background-color css
<style>
a { background-color: #08233C; }
a { background-color: rgb(8,35,60); }
div.DivClassName
{
background-color: #08233C;
}
.BgClassName
{
background-color: #08233C;
}
</style>
border-color css
<style>
span { border-color: #08233C; }
span { border-color: rgb(8,35,60); }
td.TdClassName
{
border-color: #08233C;
}
.TagClassName
{
border-color: #08233C;
}
</style>