Shades of Tangaroa #012344
Tints of Tangaroa #012344
RGB
CMYK
RGB Variations
Color information
#012344 (or 0x012344) is known color: Tangaroa. HEX triplet: 01, 23 and 44. RGB value is (1,35,68). Sum of RGB (Red+Green+Blue) = 1+35+68=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 35 (14.06% from 255 or 33.65% from 104); Blue value is 68 (26.95% from 255 or 65.38% from 104); Max value from RGB is 68 - color contains mainly: blue. Hex color #012344 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012344 is #FEDCBB. Grayscale: #1C1C1C. Windows color (decimal): -16702652 or 4465409. OLE color: 4465409.
HSL color Cylindrical-coordinate representation of color #012344: hue angle of 209.55º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012344 is Cyan = 0.99, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 1 | 35 | 68 | - |
| CMYK | 0.99 | 0.49 | 0 | 0.73 |
| HSL | 209.55º | 0.97% | 0.14% | - |
| HSV(B) | 209.55º | 0.99% | 0.27% | - |
| XYZ | 1.66 | 1.63 | 5.7 | - |
| YUV | 28.6 | 150.24 | 108.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 35 | 68 | 0.99 | 0.49 | 0 | 0.73 | 209.55 | 0.97 | 0.14 |
| Hex | 1 | 23 | 44 | 63 | 31 | 0 | 49 | D2 | 61 | E |
| Octal | 1 | 43 | 104 | 143 | 61 | 0 | 111 | 322 | 141 | 16 |
| Binary | 1 | 100011 | 1000100 | 1100011 | 110001 | 0 | 1001001 | 11010010 | 1100001 | 1110 |
Color Harmonies of #012344
Complementary color
Monochromatic Colors of #012344
Black with #012344
Text Example
Text Example
White with #012344
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #012344; }
p { color: rgb(1,35,68); }
H1.HeaderClassName
{
color: #012344;
}
.AnyTagClassName
{
color: #012344;
}
</style>
background-color css
<style>
a { background-color: #012344; }
a { background-color: rgb(1,35,68); }
div.DivClassName
{
background-color: #012344;
}
.BgClassName
{
background-color: #012344;
}
</style>
border-color css
<style>
span { border-color: #012344; }
span { border-color: rgb(1,35,68); }
td.TdClassName
{
border-color: #012344;
}
.TagClassName
{
border-color: #012344;
}
</style>