Shades of Tangaroa #012B3C
Tints of Tangaroa #012B3C
RGB
CMYK
RGB Variations
Color information
#012B3C (or 0x012B3C) is known color: Tangaroa. HEX triplet: 01, 2B and 3C. RGB value is (1,43,60). Sum of RGB (Red+Green+Blue) = 1+43+60=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 43 (17.19% from 255 or 41.35% from 104); Blue value is 60 (23.83% from 255 or 57.69% from 104); Max value from RGB is 60 - color contains mainly: blue. Hex color #012B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012B3C is #FED4C3. Grayscale: #202020. Windows color (decimal): -16700612 or 3943169. OLE color: 3943169.
HSL color Cylindrical-coordinate representation of color #012B3C: hue angle of 197.29º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012B3C is Cyan = 0.98, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 43 | 60 | - |
| CMYK | 0.98 | 0.28 | 0 | 0.76 |
| HSL | 197.29º | 0.97% | 0.12% | - |
| HSV(B) | 197.29º | 0.98% | 0.24% | - |
| XYZ | 1.69 | 2.06 | 4.58 | - |
| YUV | 32.38 | 143.59 | 105.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 43 | 60 | 0.98 | 0.28 | 0 | 0.76 | 197.29 | 0.97 | 0.12 |
| Hex | 1 | 2B | 3C | 62 | 1C | 0 | 4C | C5 | 61 | C |
| Octal | 1 | 53 | 74 | 142 | 34 | 0 | 114 | 305 | 141 | 14 |
| Binary | 1 | 101011 | 111100 | 1100010 | 11100 | 0 | 1001100 | 11000101 | 1100001 | 1100 |
Color Harmonies of #012B3C
Complementary color
Monochromatic Colors of #012B3C
Black with #012B3C
Text Example
Text Example
White with #012B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012B3C; }
p { color: rgb(1,43,60); }
H1.HeaderClassName
{
color: #012B3C;
}
.AnyTagClassName
{
color: #012B3C;
}
</style>
background-color css
<style>
a { background-color: #012B3C; }
a { background-color: rgb(1,43,60); }
div.DivClassName
{
background-color: #012B3C;
}
.BgClassName
{
background-color: #012B3C;
}
</style>
border-color css
<style>
span { border-color: #012B3C; }
span { border-color: rgb(1,43,60); }
td.TdClassName
{
border-color: #012B3C;
}
.TagClassName
{
border-color: #012B3C;
}
</style>