Shades of Tangaroa #06263C
Tints of Tangaroa #06263C
RGB
CMYK
RGB Variations
Color information
#06263C (or 0x06263C) is known color: Tangaroa. HEX triplet: 06, 26 and 3C. RGB value is (6,38,60). Sum of RGB (Red+Green+Blue) = 6+38+60=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 60 (23.83% from 255 or 57.69% from 104); Max value from RGB is 60 - color contains mainly: blue. Hex color #06263C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06263C is #F9D9C3. Grayscale: #1E1E1E. Windows color (decimal): -16374212 or 3941894. OLE color: 3941894.
HSL color Cylindrical-coordinate representation of color #06263C: hue angle of 204.44º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06263C is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 6 | 38 | 60 | - |
| CMYK | 0.90 | 0.37 | 0 | 0.76 |
| HSL | 204.44º | 0.82% | 0.13% | - |
| HSV(B) | 204.44º | 0.9% | 0.24% | - |
| XYZ | 1.58 | 1.75 | 4.53 | - |
| YUV | 30.94 | 144.4 | 110.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 38 | 60 | 0.90 | 0.37 | 0 | 0.76 | 204.44 | 0.82 | 0.13 |
| Hex | 6 | 26 | 3C | 5A | 25 | 0 | 4C | CC | 52 | D |
| Octal | 6 | 46 | 74 | 132 | 45 | 0 | 114 | 314 | 122 | 15 |
| Binary | 110 | 100110 | 111100 | 1011010 | 100101 | 0 | 1001100 | 11001100 | 1010010 | 1101 |
Color Harmonies of #06263C
Complementary color
Monochromatic Colors of #06263C
Black with #06263C
Text Example
Text Example
White with #06263C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06263C; }
p { color: rgb(6,38,60); }
H1.HeaderClassName
{
color: #06263C;
}
.AnyTagClassName
{
color: #06263C;
}
</style>
background-color css
<style>
a { background-color: #06263C; }
a { background-color: rgb(6,38,60); }
div.DivClassName
{
background-color: #06263C;
}
.BgClassName
{
background-color: #06263C;
}
</style>
border-color css
<style>
span { border-color: #06263C; }
span { border-color: rgb(6,38,60); }
td.TdClassName
{
border-color: #06263C;
}
.TagClassName
{
border-color: #06263C;
}
</style>