Shades of Tangaroa #001C39
Tints of Tangaroa #001C39
RGB
CMYK
RGB Variations
Color information
#001C39 (or 0x001C39) is known color: Tangaroa. HEX triplet: 00, 1C and 39. RGB value is (0,28,57). Sum of RGB (Red+Green+Blue) = 0+28+57=85 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 85); Green value is 28 (11.33% from 255 or 32.94% from 85); Blue value is 57 (22.66% from 255 or 67.06% from 85); Max value from RGB is 57 - color contains mainly: blue. Hex color #001C39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C39 is #FFE3C6. Grayscale: #161616. Windows color (decimal): -16769991 or 3742720. OLE color: 3742720.
HSL color Cylindrical-coordinate representation of color #001C39: hue angle of 210.53º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C39 is Cyan = 1, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 28 | 57 | - |
| CMYK | 1 | 0.51 | 0 | 0.78 |
| HSL | 210.53º | 1% | 0.11% | - |
| HSV(B) | 210.53º | 1% | 0.22% | - |
| XYZ | 1.15 | 1.13 | 4.03 | - |
| YUV | 22.93 | 147.22 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 57 | 1 | 0.51 | 0 | 0.78 | 210.53 | 1 | 0.11 |
| Hex | 0 | 1C | 39 | 64 | 33 | 0 | 4E | D3 | 64 | B |
| Octal | 0 | 34 | 71 | 144 | 63 | 0 | 116 | 323 | 144 | 13 |
| Binary | 0 | 11100 | 111001 | 1100100 | 110011 | 0 | 1001110 | 11010011 | 1100100 | 1011 |
Color Harmonies of #001C39
Complementary color
Monochromatic Colors of #001C39
Black with #001C39
Text Example
Text Example
White with #001C39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C39; }
p { color: rgb(0,28,57); }
H1.HeaderClassName
{
color: #001C39;
}
.AnyTagClassName
{
color: #001C39;
}
</style>
background-color css
<style>
a { background-color: #001C39; }
a { background-color: rgb(0,28,57); }
div.DivClassName
{
background-color: #001C39;
}
.BgClassName
{
background-color: #001C39;
}
</style>
border-color css
<style>
span { border-color: #001C39; }
span { border-color: rgb(0,28,57); }
td.TdClassName
{
border-color: #001C39;
}
.TagClassName
{
border-color: #001C39;
}
</style>