Shades of Tangaroa #00283F
Tints of Tangaroa #00283F
RGB
CMYK
RGB Variations
Color information
#00283F (or 0x00283F) is known color: Tangaroa. HEX triplet: 00, 28 and 3F. RGB value is (0,40,63). Sum of RGB (Red+Green+Blue) = 0+40+63=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 63 (25% from 255 or 61.17% from 103); Max value from RGB is 63 - color contains mainly: blue. Hex color #00283F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00283F is #FFD7C0. Grayscale: #1E1E1E. Windows color (decimal): -16766913 or 4139008. OLE color: 4139008.
HSL color Cylindrical-coordinate representation of color #00283F: hue angle of 201.9º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00283F is Cyan = 1, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 0 | 40 | 63 | - |
| CMYK | 1 | 0.37 | 0 | 0.75 |
| HSL | 201.9º | 1% | 0.12% | - |
| HSV(B) | 201.9º | 1% | 0.25% | - |
| XYZ | 1.66 | 1.88 | 4.98 | - |
| YUV | 30.66 | 146.25 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 40 | 63 | 1 | 0.37 | 0 | 0.75 | 201.9 | 1 | 0.12 |
| Hex | 0 | 28 | 3F | 64 | 25 | 0 | 4B | CA | 64 | C |
| Octal | 0 | 50 | 77 | 144 | 45 | 0 | 113 | 312 | 144 | 14 |
| Binary | 0 | 101000 | 111111 | 1100100 | 100101 | 0 | 1001011 | 11001010 | 1100100 | 1100 |
Color Harmonies of #00283F
Complementary color
Monochromatic Colors of #00283F
Black with #00283F
Text Example
Text Example
White with #00283F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00283F; }
p { color: rgb(0,40,63); }
H1.HeaderClassName
{
color: #00283F;
}
.AnyTagClassName
{
color: #00283F;
}
</style>
background-color css
<style>
a { background-color: #00283F; }
a { background-color: rgb(0,40,63); }
div.DivClassName
{
background-color: #00283F;
}
.BgClassName
{
background-color: #00283F;
}
</style>
border-color css
<style>
span { border-color: #00283F; }
span { border-color: rgb(0,40,63); }
td.TdClassName
{
border-color: #00283F;
}
.TagClassName
{
border-color: #00283F;
}
</style>