Shades of Tangaroa #011838
Tints of Tangaroa #011838
RGB
CMYK
RGB Variations
Color information
#011838 (or 0x011838) is known color: Tangaroa. HEX triplet: 01, 18 and 38. RGB value is (1,24,56). Sum of RGB (Red+Green+Blue) = 1+24+56=81 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.23% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 56 (22.27% from 255 or 69.14% from 81); Max value from RGB is 56 - color contains mainly: blue. Hex color #011838 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011838 is #FEE7C7. Grayscale: #141414. Windows color (decimal): -16705480 or 3676161. OLE color: 3676161.
HSL color Cylindrical-coordinate representation of color #011838: hue angle of 214.91º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #011838 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 24 | 56 | - |
| CMYK | 0.98 | 0.57 | 0 | 0.78 |
| HSL | 214.91º | 0.96% | 0.11% | - |
| HSV(B) | 214.91º | 0.98% | 0.22% | - |
| XYZ | 1.05 | 0.95 | 3.87 | - |
| YUV | 20.77 | 147.88 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 24 | 56 | 0.98 | 0.57 | 0 | 0.78 | 214.91 | 0.96 | 0.11 |
| Hex | 1 | 18 | 38 | 62 | 39 | 0 | 4E | D7 | 60 | B |
| Octal | 1 | 30 | 70 | 142 | 71 | 0 | 116 | 327 | 140 | 13 |
| Binary | 1 | 11000 | 111000 | 1100010 | 111001 | 0 | 1001110 | 11010111 | 1100000 | 1011 |
Color Harmonies of #011838
Complementary color
Monochromatic Colors of #011838
Black with #011838
Text Example
Text Example
White with #011838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #011838; }
p { color: rgb(1,24,56); }
H1.HeaderClassName
{
color: #011838;
}
.AnyTagClassName
{
color: #011838;
}
</style>
background-color css
<style>
a { background-color: #011838; }
a { background-color: rgb(1,24,56); }
div.DivClassName
{
background-color: #011838;
}
.BgClassName
{
background-color: #011838;
}
</style>
border-color css
<style>
span { border-color: #011838; }
span { border-color: rgb(1,24,56); }
td.TdClassName
{
border-color: #011838;
}
.TagClassName
{
border-color: #011838;
}
</style>