Shades of Tangaroa #04263B
Tints of Tangaroa #04263B
RGB
CMYK
RGB Variations
Color information
#04263B (or 0x04263B) is known color: Tangaroa. HEX triplet: 04, 26 and 3B. RGB value is (4,38,59). Sum of RGB (Red+Green+Blue) = 4+38+59=101 (13% of max value = 765). Red value is 4 (1.95% from 255 or 3.96% from 101); Green value is 38 (15.23% from 255 or 37.62% from 101); Blue value is 59 (23.44% from 255 or 58.42% from 101); Max value from RGB is 59 - color contains mainly: blue. Hex color #04263B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04263B is #FBD9C4. Grayscale: #1E1E1E. Windows color (decimal): -16505285 or 3876356. OLE color: 3876356.
HSL color Cylindrical-coordinate representation of color #04263B: hue angle of 202.91º degrees, saturation: 0.87, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04263B is Cyan = 0.93, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 4 | 38 | 59 | - |
| CMYK | 0.93 | 0.36 | 0 | 0.77 |
| HSL | 202.91º | 0.87% | 0.12% | - |
| HSV(B) | 202.91º | 0.93% | 0.23% | - |
| XYZ | 1.53 | 1.73 | 4.39 | - |
| YUV | 30.23 | 144.24 | 109.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 38 | 59 | 0.93 | 0.36 | 0 | 0.77 | 202.91 | 0.87 | 0.12 |
| Hex | 4 | 26 | 3B | 5D | 24 | 0 | 4D | CB | 57 | C |
| Octal | 4 | 46 | 73 | 135 | 44 | 0 | 115 | 313 | 127 | 14 |
| Binary | 100 | 100110 | 111011 | 1011101 | 100100 | 0 | 1001101 | 11001011 | 1010111 | 1100 |
Color Harmonies of #04263B
Complementary color
Monochromatic Colors of #04263B
Black with #04263B
Text Example
Text Example
White with #04263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04263B; }
p { color: rgb(4,38,59); }
H1.HeaderClassName
{
color: #04263B;
}
.AnyTagClassName
{
color: #04263B;
}
</style>
background-color css
<style>
a { background-color: #04263B; }
a { background-color: rgb(4,38,59); }
div.DivClassName
{
background-color: #04263B;
}
.BgClassName
{
background-color: #04263B;
}
</style>
border-color css
<style>
span { border-color: #04263B; }
span { border-color: rgb(4,38,59); }
td.TdClassName
{
border-color: #04263B;
}
.TagClassName
{
border-color: #04263B;
}
</style>