Shades of Tangaroa #01263D
Tints of Tangaroa #01263D
RGB
CMYK
RGB Variations
Color information
#01263D (or 0x01263D) is known color: Tangaroa. HEX triplet: 01, 26 and 3D. RGB value is (1,38,61). Sum of RGB (Red+Green+Blue) = 1+38+61=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 61 (24.22% from 255 or 61% from 100); Max value from RGB is 61 - color contains mainly: blue. Hex color #01263D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01263D is #FED9C2. Grayscale: #1D1D1D. Windows color (decimal): -16701891 or 4007425. OLE color: 4007425.
HSL color Cylindrical-coordinate representation of color #01263D: hue angle of 203º 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 #01263D is Cyan = 0.98, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 1 | 38 | 61 | - |
| CMYK | 0.98 | 0.38 | 0 | 0.76 |
| HSL | 203º | 0.97% | 0.12% | - |
| HSV(B) | 203º | 0.98% | 0.24% | - |
| XYZ | 1.55 | 1.73 | 4.67 | - |
| YUV | 29.56 | 145.74 | 107.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 38 | 61 | 0.98 | 0.38 | 0 | 0.76 | 203 | 0.97 | 0.12 |
| Hex | 1 | 26 | 3D | 62 | 26 | 0 | 4C | CB | 61 | C |
| Octal | 1 | 46 | 75 | 142 | 46 | 0 | 114 | 313 | 141 | 14 |
| Binary | 1 | 100110 | 111101 | 1100010 | 100110 | 0 | 1001100 | 11001011 | 1100001 | 1100 |
Color Harmonies of #01263D
Complementary color
Monochromatic Colors of #01263D
Black with #01263D
Text Example
Text Example
White with #01263D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01263D; }
p { color: rgb(1,38,61); }
H1.HeaderClassName
{
color: #01263D;
}
.AnyTagClassName
{
color: #01263D;
}
</style>
background-color css
<style>
a { background-color: #01263D; }
a { background-color: rgb(1,38,61); }
div.DivClassName
{
background-color: #01263D;
}
.BgClassName
{
background-color: #01263D;
}
</style>
border-color css
<style>
span { border-color: #01263D; }
span { border-color: rgb(1,38,61); }
td.TdClassName
{
border-color: #01263D;
}
.TagClassName
{
border-color: #01263D;
}
</style>