Shades of Tangaroa #00283B
Tints of Tangaroa #00283B
RGB
CMYK
RGB Variations
Color information
#00283B (or 0x00283B) is known color: Tangaroa. HEX triplet: 00, 28 and 3B. RGB value is (0,40,59). Sum of RGB (Red+Green+Blue) = 0+40+59=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 40 (16.02% from 255 or 40.40% from 99); Blue value is 59 (23.44% from 255 or 59.60% from 99); Max value from RGB is 59 - color contains mainly: blue. Hex color #00283B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00283B is #FFD7C4. Grayscale: #1E1E1E. Windows color (decimal): -16766917 or 3876864. OLE color: 3876864.
HSL color Cylindrical-coordinate representation of color #00283B: hue angle of 199.32º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00283B is Cyan = 1, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 40 | 59 | - |
| CMYK | 1 | 0.32 | 0 | 0.77 |
| HSL | 199.32º | 1% | 0.12% | - |
| HSV(B) | 199.32º | 1% | 0.23% | - |
| XYZ | 1.55 | 1.83 | 4.41 | - |
| YUV | 30.21 | 144.25 | 106.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 59 | 1 | 0.32 | 0 | 0.77 | 199.32 | 1 | 0.12 |
| Hex | 0 | 28 | 3B | 64 | 20 | 0 | 4D | C7 | 64 | C |
| Octal | 0 | 50 | 73 | 144 | 40 | 0 | 115 | 307 | 144 | 14 |
| Binary | 0 | 101000 | 111011 | 1100100 | 100000 | 0 | 1001101 | 11000111 | 1100100 | 1100 |
Color Harmonies of #00283B
Complementary color
Monochromatic Colors of #00283B
Black with #00283B
Text Example
Text Example
White with #00283B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00283B; }
p { color: rgb(0,40,59); }
H1.HeaderClassName
{
color: #00283B;
}
.AnyTagClassName
{
color: #00283B;
}
</style>
background-color css
<style>
a { background-color: #00283B; }
a { background-color: rgb(0,40,59); }
div.DivClassName
{
background-color: #00283B;
}
.BgClassName
{
background-color: #00283B;
}
</style>
border-color css
<style>
span { border-color: #00283B; }
span { border-color: rgb(0,40,59); }
td.TdClassName
{
border-color: #00283B;
}
.TagClassName
{
border-color: #00283B;
}
</style>