Shades of Tangaroa #001838
Tints of Tangaroa #001838
RGB
CMYK
RGB Variations
Color information
#001838 (or 0x001838) is known color: Tangaroa. HEX triplet: 00, 18 and 38. RGB value is (0,24,56). Sum of RGB (Red+Green+Blue) = 0+24+56=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 56 (22.27% from 255 or 70% from 80); Max value from RGB is 56 - color contains mainly: blue. Hex color #001838 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #001838 is #FFE7C7. Grayscale: #141414. Windows color (decimal): -16771016 or 3676160. OLE color: 3676160.
HSL color Cylindrical-coordinate representation of color #001838: hue angle of 214.29º 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 #001838 is Cyan = 1, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 24 | 56 | - |
| CMYK | 1 | 0.57 | 0 | 0.78 |
| HSL | 214.29º | 1% | 0.11% | - |
| HSV(B) | 214.29º | 1% | 0.22% | - |
| XYZ | 1.04 | 0.94 | 3.87 | - |
| YUV | 20.47 | 148.05 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 24 | 56 | 1 | 0.57 | 0 | 0.78 | 214.29 | 1 | 0.11 |
| Hex | 0 | 18 | 38 | 64 | 39 | 0 | 4E | D6 | 64 | B |
| Octal | 0 | 30 | 70 | 144 | 71 | 0 | 116 | 326 | 144 | 13 |
| Binary | 0 | 11000 | 111000 | 1100100 | 111001 | 0 | 1001110 | 11010110 | 1100100 | 1011 |
Color Harmonies of #001838
Complementary color
Monochromatic Colors of #001838
Black with #001838
Text Example
Text Example
White with #001838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #001838; }
p { color: rgb(0,24,56); }
H1.HeaderClassName
{
color: #001838;
}
.AnyTagClassName
{
color: #001838;
}
</style>
background-color css
<style>
a { background-color: #001838; }
a { background-color: rgb(0,24,56); }
div.DivClassName
{
background-color: #001838;
}
.BgClassName
{
background-color: #001838;
}
</style>
border-color css
<style>
span { border-color: #001838; }
span { border-color: rgb(0,24,56); }
td.TdClassName
{
border-color: #001838;
}
.TagClassName
{
border-color: #001838;
}
</style>