Shades of Tangaroa #06233F
Tints of Tangaroa #06233F
RGB
CMYK
RGB Variations
Color information
#06233F (or 0x06233F) is known color: Tangaroa. HEX triplet: 06, 23 and 3F. RGB value is (6,35,63). Sum of RGB (Red+Green+Blue) = 6+35+63=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 63 (25% from 255 or 60.58% from 104); Max value from RGB is 63 - color contains mainly: blue. Hex color #06233F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06233F is #F9DCC0. Grayscale: #1D1D1D. Windows color (decimal): -16374977 or 4137734. OLE color: 4137734.
HSL color Cylindrical-coordinate representation of color #06233F: hue angle of 209.47º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06233F is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 6 | 35 | 63 | - |
| CMYK | 0.90 | 0.44 | 0 | 0.75 |
| HSL | 209.47º | 0.83% | 0.14% | - |
| HSV(B) | 209.47º | 0.9% | 0.25% | - |
| XYZ | 1.57 | 1.6 | 4.93 | - |
| YUV | 29.52 | 146.89 | 111.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 35 | 63 | 0.90 | 0.44 | 0 | 0.75 | 209.47 | 0.83 | 0.14 |
| Hex | 6 | 23 | 3F | 5A | 2C | 0 | 4B | D1 | 53 | E |
| Octal | 6 | 43 | 77 | 132 | 54 | 0 | 113 | 321 | 123 | 16 |
| Binary | 110 | 100011 | 111111 | 1011010 | 101100 | 0 | 1001011 | 11010001 | 1010011 | 1110 |
Color Harmonies of #06233F
Complementary color
Monochromatic Colors of #06233F
Black with #06233F
Text Example
Text Example
White with #06233F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06233F; }
p { color: rgb(6,35,63); }
H1.HeaderClassName
{
color: #06233F;
}
.AnyTagClassName
{
color: #06233F;
}
</style>
background-color css
<style>
a { background-color: #06233F; }
a { background-color: rgb(6,35,63); }
div.DivClassName
{
background-color: #06233F;
}
.BgClassName
{
background-color: #06233F;
}
</style>
border-color css
<style>
span { border-color: #06233F; }
span { border-color: rgb(6,35,63); }
td.TdClassName
{
border-color: #06233F;
}
.TagClassName
{
border-color: #06233F;
}
</style>