Shades of Tangaroa #012A43
Tints of Tangaroa #012A43
RGB
CMYK
RGB Variations
Color information
#012A43 (or 0x012A43) is known color: Tangaroa. HEX triplet: 01, 2A and 43. RGB value is (1,42,67). Sum of RGB (Red+Green+Blue) = 1+42+67=110 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.91% from 110); Green value is 42 (16.80% from 255 or 38.18% from 110); Blue value is 67 (26.56% from 255 or 60.91% from 110); Max value from RGB is 67 - color contains mainly: blue. Hex color #012A43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012A43 is #FED5BC. Grayscale: #202020. Windows color (decimal): -16700861 or 4401665. OLE color: 4401665.
HSL color Cylindrical-coordinate representation of color #012A43: hue angle of 202.73º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012A43 is Cyan = 0.99, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 42 | 67 | - |
| CMYK | 0.99 | 0.37 | 0 | 0.74 |
| HSL | 202.73º | 0.97% | 0.13% | - |
| HSV(B) | 202.73º | 0.99% | 0.26% | - |
| XYZ | 1.85 | 2.07 | 5.61 | - |
| YUV | 32.59 | 147.42 | 105.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 42 | 67 | 0.99 | 0.37 | 0 | 0.74 | 202.73 | 0.97 | 0.13 |
| Hex | 1 | 2A | 43 | 63 | 25 | 0 | 4A | CB | 61 | D |
| Octal | 1 | 52 | 103 | 143 | 45 | 0 | 112 | 313 | 141 | 15 |
| Binary | 1 | 101010 | 1000011 | 1100011 | 100101 | 0 | 1001010 | 11001011 | 1100001 | 1101 |
Color Harmonies of #012A43
Complementary color
Monochromatic Colors of #012A43
Black with #012A43
Text Example
Text Example
White with #012A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012A43; }
p { color: rgb(1,42,67); }
H1.HeaderClassName
{
color: #012A43;
}
.AnyTagClassName
{
color: #012A43;
}
</style>
background-color css
<style>
a { background-color: #012A43; }
a { background-color: rgb(1,42,67); }
div.DivClassName
{
background-color: #012A43;
}
.BgClassName
{
background-color: #012A43;
}
</style>
border-color css
<style>
span { border-color: #012A43; }
span { border-color: rgb(1,42,67); }
td.TdClassName
{
border-color: #012A43;
}
.TagClassName
{
border-color: #012A43;
}
</style>