Shades of Tangaroa #001B38
Tints of Tangaroa #001B38
RGB
CMYK
RGB Variations
Color information
#001B38 (or 0x001B38) is known color: Tangaroa. HEX triplet: 00, 1B and 38. RGB value is (0,27,56). Sum of RGB (Red+Green+Blue) = 0+27+56=83 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 83); Green value is 27 (10.94% from 255 or 32.53% from 83); Blue value is 56 (22.27% from 255 or 67.47% from 83); Max value from RGB is 56 - color contains mainly: blue. Hex color #001B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #001B38 is #FFE4C7. Grayscale: #161616. Windows color (decimal): -16770248 or 3676928. OLE color: 3676928.
HSL color Cylindrical-coordinate representation of color #001B38: hue angle of 211.07º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001B38 is Cyan = 1, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 27 | 56 | - |
| CMYK | 1 | 0.52 | 0 | 0.78 |
| HSL | 211.07º | 1% | 0.11% | - |
| HSV(B) | 211.07º | 1% | 0.22% | - |
| XYZ | 1.11 | 1.07 | 3.89 | - |
| YUV | 22.23 | 147.05 | 112.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 27 | 56 | 1 | 0.52 | 0 | 0.78 | 211.07 | 1 | 0.11 |
| Hex | 0 | 1B | 38 | 64 | 34 | 0 | 4E | D3 | 64 | B |
| Octal | 0 | 33 | 70 | 144 | 64 | 0 | 116 | 323 | 144 | 13 |
| Binary | 0 | 11011 | 111000 | 1100100 | 110100 | 0 | 1001110 | 11010011 | 1100100 | 1011 |
Color Harmonies of #001B38
Complementary color
Monochromatic Colors of #001B38
Black with #001B38
Text Example
Text Example
White with #001B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001B38; }
p { color: rgb(0,27,56); }
H1.HeaderClassName
{
color: #001B38;
}
.AnyTagClassName
{
color: #001B38;
}
</style>
background-color css
<style>
a { background-color: #001B38; }
a { background-color: rgb(0,27,56); }
div.DivClassName
{
background-color: #001B38;
}
.BgClassName
{
background-color: #001B38;
}
</style>
border-color css
<style>
span { border-color: #001B38; }
span { border-color: rgb(0,27,56); }
td.TdClassName
{
border-color: #001B38;
}
.TagClassName
{
border-color: #001B38;
}
</style>