Shades of Tangaroa #01283D
Tints of Tangaroa #01283D
RGB
CMYK
RGB Variations
Color information
#01283D (or 0x01283D) is known color: Tangaroa. HEX triplet: 01, 28 and 3D. RGB value is (1,40,61). Sum of RGB (Red+Green+Blue) = 1+40+61=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 40 (16.02% from 255 or 39.22% from 102); Blue value is 61 (24.22% from 255 or 59.80% from 102); Max value from RGB is 61 - color contains mainly: blue. Hex color #01283D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01283D is #FED7C2. Grayscale: #1E1E1E. Windows color (decimal): -16701379 or 4007937. OLE color: 4007937.
HSL color Cylindrical-coordinate representation of color #01283D: hue angle of 201º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01283D is Cyan = 0.98, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 40 | 61 | - |
| CMYK | 0.98 | 0.34 | 0 | 0.76 |
| HSL | 201º | 0.97% | 0.12% | - |
| HSV(B) | 201º | 0.98% | 0.24% | - |
| XYZ | 1.61 | 1.86 | 4.69 | - |
| YUV | 30.73 | 145.08 | 106.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 61 | 0.98 | 0.34 | 0 | 0.76 | 201 | 0.97 | 0.12 |
| Hex | 1 | 28 | 3D | 62 | 22 | 0 | 4C | C9 | 61 | C |
| Octal | 1 | 50 | 75 | 142 | 42 | 0 | 114 | 311 | 141 | 14 |
| Binary | 1 | 101000 | 111101 | 1100010 | 100010 | 0 | 1001100 | 11001001 | 1100001 | 1100 |
Color Harmonies of #01283D
Complementary color
Monochromatic Colors of #01283D
Black with #01283D
Text Example
Text Example
White with #01283D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01283D; }
p { color: rgb(1,40,61); }
H1.HeaderClassName
{
color: #01283D;
}
.AnyTagClassName
{
color: #01283D;
}
</style>
background-color css
<style>
a { background-color: #01283D; }
a { background-color: rgb(1,40,61); }
div.DivClassName
{
background-color: #01283D;
}
.BgClassName
{
background-color: #01283D;
}
</style>
border-color css
<style>
span { border-color: #01283D; }
span { border-color: rgb(1,40,61); }
td.TdClassName
{
border-color: #01283D;
}
.TagClassName
{
border-color: #01283D;
}
</style>