Shades of Tangaroa #00263B
Tints of Tangaroa #00263B
RGB
CMYK
RGB Variations
Color information
#00263B (or 0x00263B) is known color: Tangaroa. HEX triplet: 00, 26 and 3B. RGB value is (0,38,59). Sum of RGB (Red+Green+Blue) = 0+38+59=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 38 (15.23% from 255 or 39.18% from 97); Blue value is 59 (23.44% from 255 or 60.82% from 97); Max value from RGB is 59 - color contains mainly: blue. Hex color #00263B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00263B is #FFD9C4. Grayscale: #1C1C1C. Windows color (decimal): -16767429 or 3876352. OLE color: 3876352.
HSL color Cylindrical-coordinate representation of color #00263B: hue angle of 201.36º 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 #00263B is Cyan = 1, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 38 | 59 | - |
| CMYK | 1 | 0.36 | 0 | 0.77 |
| HSL | 201.36º | 1% | 0.12% | - |
| HSV(B) | 201.36º | 1% | 0.23% | - |
| XYZ | 1.48 | 1.7 | 4.39 | - |
| YUV | 29.03 | 144.91 | 107.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 38 | 59 | 1 | 0.36 | 0 | 0.77 | 201.36 | 1 | 0.12 |
| Hex | 0 | 26 | 3B | 64 | 24 | 0 | 4D | C9 | 64 | C |
| Octal | 0 | 46 | 73 | 144 | 44 | 0 | 115 | 311 | 144 | 14 |
| Binary | 0 | 100110 | 111011 | 1100100 | 100100 | 0 | 1001101 | 11001001 | 1100100 | 1100 |
Color Harmonies of #00263B
Complementary color
Monochromatic Colors of #00263B
Black with #00263B
Text Example
Text Example
White with #00263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00263B; }
p { color: rgb(0,38,59); }
H1.HeaderClassName
{
color: #00263B;
}
.AnyTagClassName
{
color: #00263B;
}
</style>
background-color css
<style>
a { background-color: #00263B; }
a { background-color: rgb(0,38,59); }
div.DivClassName
{
background-color: #00263B;
}
.BgClassName
{
background-color: #00263B;
}
</style>
border-color css
<style>
span { border-color: #00263B; }
span { border-color: rgb(0,38,59); }
td.TdClassName
{
border-color: #00263B;
}
.TagClassName
{
border-color: #00263B;
}
</style>