Shades of Tangaroa #051B38
Tints of Tangaroa #051B38
RGB
CMYK
RGB Variations
Color information
#051B38 (or 0x051B38) is known color: Tangaroa. HEX triplet: 05, 1B and 38. RGB value is (5,27,56). Sum of RGB (Red+Green+Blue) = 5+27+56=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 27 (10.94% from 255 or 30.68% from 88); Blue value is 56 (22.27% from 255 or 63.64% from 88); Max value from RGB is 56 - color contains mainly: blue. Hex color #051B38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051B38 is #FAE4C7. Grayscale: #171717. Windows color (decimal): -16442568 or 3676933. OLE color: 3676933.
HSL color Cylindrical-coordinate representation of color #051B38: hue angle of 214.12º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #051B38 is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 27 | 56 | - |
| CMYK | 0.91 | 0.52 | 0 | 0.78 |
| HSL | 214.12º | 0.84% | 0.12% | - |
| HSV(B) | 214.12º | 0.91% | 0.22% | - |
| XYZ | 1.17 | 1.1 | 3.89 | - |
| YUV | 23.73 | 146.21 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 27 | 56 | 0.91 | 0.52 | 0 | 0.78 | 214.12 | 0.84 | 0.12 |
| Hex | 5 | 1B | 38 | 5B | 34 | 0 | 4E | D6 | 54 | C |
| Octal | 5 | 33 | 70 | 133 | 64 | 0 | 116 | 326 | 124 | 14 |
| Binary | 101 | 11011 | 111000 | 1011011 | 110100 | 0 | 1001110 | 11010110 | 1010100 | 1100 |
Color Harmonies of #051B38
Complementary color
Monochromatic Colors of #051B38
Black with #051B38
Text Example
Text Example
White with #051B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051B38; }
p { color: rgb(5,27,56); }
H1.HeaderClassName
{
color: #051B38;
}
.AnyTagClassName
{
color: #051B38;
}
</style>
background-color css
<style>
a { background-color: #051B38; }
a { background-color: rgb(5,27,56); }
div.DivClassName
{
background-color: #051B38;
}
.BgClassName
{
background-color: #051B38;
}
</style>
border-color css
<style>
span { border-color: #051B38; }
span { border-color: rgb(5,27,56); }
td.TdClassName
{
border-color: #051B38;
}
.TagClassName
{
border-color: #051B38;
}
</style>