Shades of Tangaroa #001C42
Tints of Tangaroa #001C42
RGB
CMYK
RGB Variations
Color information
#001C42 (or 0x001C42) is known color: Tangaroa. HEX triplet: 00, 1C and 42. RGB value is (0,28,66). Sum of RGB (Red+Green+Blue) = 0+28+66=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 28 (11.33% from 255 or 29.79% from 94); Blue value is 66 (26.17% from 255 or 70.21% from 94); Max value from RGB is 66 - color contains mainly: blue. Hex color #001C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C42 is #FFE3BD. Grayscale: #171717. Windows color (decimal): -16769982 or 4332544. OLE color: 4332544.
HSL color Cylindrical-coordinate representation of color #001C42: hue angle of 214.55º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001C42 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 28 | 66 | - |
| CMYK | 1 | 0.58 | 0 | 0.74 |
| HSL | 214.55º | 1% | 0.13% | - |
| HSV(B) | 214.55º | 1% | 0.26% | - |
| XYZ | 1.4 | 1.22 | 5.32 | - |
| YUV | 23.96 | 151.72 | 110.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 66 | 1 | 0.58 | 0 | 0.74 | 214.55 | 1 | 0.13 |
| Hex | 0 | 1C | 42 | 64 | 3A | 0 | 4A | D7 | 64 | D |
| Octal | 0 | 34 | 102 | 144 | 72 | 0 | 112 | 327 | 144 | 15 |
| Binary | 0 | 11100 | 1000010 | 1100100 | 111010 | 0 | 1001010 | 11010111 | 1100100 | 1101 |
Color Harmonies of #001C42
Complementary color
Monochromatic Colors of #001C42
Black with #001C42
Text Example
Text Example
White with #001C42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C42; }
p { color: rgb(0,28,66); }
H1.HeaderClassName
{
color: #001C42;
}
.AnyTagClassName
{
color: #001C42;
}
</style>
background-color css
<style>
a { background-color: #001C42; }
a { background-color: rgb(0,28,66); }
div.DivClassName
{
background-color: #001C42;
}
.BgClassName
{
background-color: #001C42;
}
</style>
border-color css
<style>
span { border-color: #001C42; }
span { border-color: rgb(0,28,66); }
td.TdClassName
{
border-color: #001C42;
}
.TagClassName
{
border-color: #001C42;
}
</style>