Shades of Tangaroa #011C3B
Tints of Tangaroa #011C3B
RGB
CMYK
RGB Variations
Color information
#011C3B (or 0x011C3B) is known color: Tangaroa. HEX triplet: 01, 1C and 3B. RGB value is (1,28,59). Sum of RGB (Red+Green+Blue) = 1+28+59=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 28 (11.33% from 255 or 31.82% from 88); Blue value is 59 (23.44% from 255 or 67.05% from 88); Max value from RGB is 59 - color contains mainly: blue. Hex color #011C3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #011C3B is #FEE3C4. Grayscale: #171717. Windows color (decimal): -16704453 or 3873793. OLE color: 3873793.
HSL color Cylindrical-coordinate representation of color #011C3B: hue angle of 212.07º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011C3B is Cyan = 0.98, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 1 | 28 | 59 | - |
| CMYK | 0.98 | 0.53 | 0 | 0.77 |
| HSL | 212.07º | 0.97% | 0.12% | - |
| HSV(B) | 212.07º | 0.98% | 0.23% | - |
| XYZ | 1.22 | 1.15 | 4.3 | - |
| YUV | 23.46 | 148.05 | 111.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 28 | 59 | 0.98 | 0.53 | 0 | 0.77 | 212.07 | 0.97 | 0.12 |
| Hex | 1 | 1C | 3B | 62 | 35 | 0 | 4D | D4 | 61 | C |
| Octal | 1 | 34 | 73 | 142 | 65 | 0 | 115 | 324 | 141 | 14 |
| Binary | 1 | 11100 | 111011 | 1100010 | 110101 | 0 | 1001101 | 11010100 | 1100001 | 1100 |
Color Harmonies of #011C3B
Complementary color
Monochromatic Colors of #011C3B
Black with #011C3B
Text Example
Text Example
White with #011C3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011C3B; }
p { color: rgb(1,28,59); }
H1.HeaderClassName
{
color: #011C3B;
}
.AnyTagClassName
{
color: #011C3B;
}
</style>
background-color css
<style>
a { background-color: #011C3B; }
a { background-color: rgb(1,28,59); }
div.DivClassName
{
background-color: #011C3B;
}
.BgClassName
{
background-color: #011C3B;
}
</style>
border-color css
<style>
span { border-color: #011C3B; }
span { border-color: rgb(1,28,59); }
td.TdClassName
{
border-color: #011C3B;
}
.TagClassName
{
border-color: #011C3B;
}
</style>