Shades of Tangaroa #001A3C
Tints of Tangaroa #001A3C
RGB
CMYK
RGB Variations
Color information
#001A3C (or 0x001A3C) is known color: Tangaroa. HEX triplet: 00, 1A and 3C. RGB value is (0,26,60). Sum of RGB (Red+Green+Blue) = 0+26+60=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 26 (10.55% from 255 or 30.23% from 86); Blue value is 60 (23.83% from 255 or 69.77% from 86); Max value from RGB is 60 - color contains mainly: blue. Hex color #001A3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001A3C is #FFE5C3. Grayscale: #151515. Windows color (decimal): -16770500 or 3938816. OLE color: 3938816.
HSL color Cylindrical-coordinate representation of color #001A3C: hue angle of 214º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001A3C is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 26 | 60 | - |
| CMYK | 1 | 0.57 | 0 | 0.76 |
| HSL | 214º | 1% | 0.12% | - |
| HSV(B) | 214º | 1% | 0.24% | - |
| XYZ | 1.19 | 1.07 | 4.42 | - |
| YUV | 22.1 | 149.39 | 112.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 26 | 60 | 1 | 0.57 | 0 | 0.76 | 214 | 1 | 0.12 |
| Hex | 0 | 1A | 3C | 64 | 39 | 0 | 4C | D6 | 64 | C |
| Octal | 0 | 32 | 74 | 144 | 71 | 0 | 114 | 326 | 144 | 14 |
| Binary | 0 | 11010 | 111100 | 1100100 | 111001 | 0 | 1001100 | 11010110 | 1100100 | 1100 |
Color Harmonies of #001A3C
Complementary color
Monochromatic Colors of #001A3C
Black with #001A3C
Text Example
Text Example
White with #001A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001A3C; }
p { color: rgb(0,26,60); }
H1.HeaderClassName
{
color: #001A3C;
}
.AnyTagClassName
{
color: #001A3C;
}
</style>
background-color css
<style>
a { background-color: #001A3C; }
a { background-color: rgb(0,26,60); }
div.DivClassName
{
background-color: #001A3C;
}
.BgClassName
{
background-color: #001A3C;
}
</style>
border-color css
<style>
span { border-color: #001A3C; }
span { border-color: rgb(0,26,60); }
td.TdClassName
{
border-color: #001A3C;
}
.TagClassName
{
border-color: #001A3C;
}
</style>