Shades of Tangaroa #001C43
Tints of Tangaroa #001C43
RGB
CMYK
RGB Variations
Color information
#001C43 (or 0x001C43) is known color: Tangaroa. HEX triplet: 00, 1C and 43. RGB value is (0,28,67). Sum of RGB (Red+Green+Blue) = 0+28+67=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 28 (11.33% from 255 or 29.47% from 95); Blue value is 67 (26.56% from 255 or 70.53% from 95); Max value from RGB is 67 - color contains mainly: blue. Hex color #001C43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001C43 is #FFE3BC. Grayscale: #171717. Windows color (decimal): -16769981 or 4398080. OLE color: 4398080.
HSL color Cylindrical-coordinate representation of color #001C43: hue angle of 214.93º 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 #001C43 is Cyan = 1, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 28 | 67 | - |
| CMYK | 1 | 0.58 | 0 | 0.74 |
| HSL | 214.93º | 1% | 0.13% | - |
| HSV(B) | 214.93º | 1% | 0.26% | - |
| XYZ | 1.43 | 1.24 | 5.47 | - |
| YUV | 24.07 | 152.22 | 110.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 28 | 67 | 1 | 0.58 | 0 | 0.74 | 214.93 | 1 | 0.13 |
| Hex | 0 | 1C | 43 | 64 | 3A | 0 | 4A | D7 | 64 | D |
| Octal | 0 | 34 | 103 | 144 | 72 | 0 | 112 | 327 | 144 | 15 |
| Binary | 0 | 11100 | 1000011 | 1100100 | 111010 | 0 | 1001010 | 11010111 | 1100100 | 1101 |
Color Harmonies of #001C43
Complementary color
Monochromatic Colors of #001C43
Black with #001C43
Text Example
Text Example
White with #001C43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001C43; }
p { color: rgb(0,28,67); }
H1.HeaderClassName
{
color: #001C43;
}
.AnyTagClassName
{
color: #001C43;
}
</style>
background-color css
<style>
a { background-color: #001C43; }
a { background-color: rgb(0,28,67); }
div.DivClassName
{
background-color: #001C43;
}
.BgClassName
{
background-color: #001C43;
}
</style>
border-color css
<style>
span { border-color: #001C43; }
span { border-color: rgb(0,28,67); }
td.TdClassName
{
border-color: #001C43;
}
.TagClassName
{
border-color: #001C43;
}
</style>