Shades of Tangaroa #01283C
Tints of Tangaroa #01283C
RGB
CMYK
RGB Variations
Color information
#01283C (or 0x01283C) is known color: Tangaroa. HEX triplet: 01, 28 and 3C. RGB value is (1,40,60). Sum of RGB (Red+Green+Blue) = 1+40+60=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 40 (16.02% from 255 or 39.60% from 101); Blue value is 60 (23.83% from 255 or 59.41% from 101); Max value from RGB is 60 - color contains mainly: blue. Hex color #01283C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01283C is #FED7C3. Grayscale: #1E1E1E. Windows color (decimal): -16701380 or 3942401. OLE color: 3942401.
HSL color Cylindrical-coordinate representation of color #01283C: hue angle of 200.34º 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 #01283C is Cyan = 0.98, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 40 | 60 | - |
| CMYK | 0.98 | 0.33 | 0 | 0.76 |
| HSL | 200.34º | 0.97% | 0.12% | - |
| HSV(B) | 200.34º | 0.98% | 0.24% | - |
| XYZ | 1.59 | 1.85 | 4.55 | - |
| YUV | 30.62 | 144.58 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 40 | 60 | 0.98 | 0.33 | 0 | 0.76 | 200.34 | 0.97 | 0.12 |
| Hex | 1 | 28 | 3C | 62 | 21 | 0 | 4C | C8 | 61 | C |
| Octal | 1 | 50 | 74 | 142 | 41 | 0 | 114 | 310 | 141 | 14 |
| Binary | 1 | 101000 | 111100 | 1100010 | 100001 | 0 | 1001100 | 11001000 | 1100001 | 1100 |
Color Harmonies of #01283C
Complementary color
Monochromatic Colors of #01283C
Black with #01283C
Text Example
Text Example
White with #01283C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01283C; }
p { color: rgb(1,40,60); }
H1.HeaderClassName
{
color: #01283C;
}
.AnyTagClassName
{
color: #01283C;
}
</style>
background-color css
<style>
a { background-color: #01283C; }
a { background-color: rgb(1,40,60); }
div.DivClassName
{
background-color: #01283C;
}
.BgClassName
{
background-color: #01283C;
}
</style>
border-color css
<style>
span { border-color: #01283C; }
span { border-color: rgb(1,40,60); }
td.TdClassName
{
border-color: #01283C;
}
.TagClassName
{
border-color: #01283C;
}
</style>