Shades of Tangaroa #001B3C
Tints of Tangaroa #001B3C
RGB
CMYK
RGB Variations
Color information
#001B3C (or 0x001B3C) is known color: Tangaroa. HEX triplet: 00, 1B and 3C. RGB value is (0,27,60). Sum of RGB (Red+Green+Blue) = 0+27+60=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 27 (10.94% from 255 or 31.03% from 87); Blue value is 60 (23.83% from 255 or 68.97% from 87); Max value from RGB is 60 - color contains mainly: blue. Hex color #001B3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B3C is #FFE4C3. Grayscale: #161616. Windows color (decimal): -16770244 or 3939072. OLE color: 3939072.
HSL color Cylindrical-coordinate representation of color #001B3C: hue angle of 213º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B3C is Cyan = 1, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 27 | 60 | - |
| CMYK | 1 | 0.55 | 0 | 0.76 |
| HSL | 213º | 1% | 0.12% | - |
| HSV(B) | 213º | 1% | 0.24% | - |
| XYZ | 1.21 | 1.11 | 4.43 | - |
| YUV | 22.69 | 149.05 | 111.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 60 | 1 | 0.55 | 0 | 0.76 | 213 | 1 | 0.12 |
| Hex | 0 | 1B | 3C | 64 | 37 | 0 | 4C | D5 | 64 | C |
| Octal | 0 | 33 | 74 | 144 | 67 | 0 | 114 | 325 | 144 | 14 |
| Binary | 0 | 11011 | 111100 | 1100100 | 110111 | 0 | 1001100 | 11010101 | 1100100 | 1100 |
Color Harmonies of #001B3C
Complementary color
Monochromatic Colors of #001B3C
Black with #001B3C
Text Example
Text Example
White with #001B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B3C; }
p { color: rgb(0,27,60); }
H1.HeaderClassName
{
color: #001B3C;
}
.AnyTagClassName
{
color: #001B3C;
}
</style>
background-color css
<style>
a { background-color: #001B3C; }
a { background-color: rgb(0,27,60); }
div.DivClassName
{
background-color: #001B3C;
}
.BgClassName
{
background-color: #001B3C;
}
</style>
border-color css
<style>
span { border-color: #001B3C; }
span { border-color: rgb(0,27,60); }
td.TdClassName
{
border-color: #001B3C;
}
.TagClassName
{
border-color: #001B3C;
}
</style>