Shades of Tangaroa #05263B
Tints of Tangaroa #05263B
RGB
CMYK
RGB Variations
Color information
#05263B (or 0x05263B) is known color: Tangaroa. HEX triplet: 05, 26 and 3B. RGB value is (5,38,59). Sum of RGB (Red+Green+Blue) = 5+38+59=102 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.90% from 102); Green value is 38 (15.23% from 255 or 37.25% from 102); Blue value is 59 (23.44% from 255 or 57.84% from 102); Max value from RGB is 59 - color contains mainly: blue. Hex color #05263B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05263B is #FAD9C4. Grayscale: #1E1E1E. Windows color (decimal): -16439749 or 3876357. OLE color: 3876357.
HSL color Cylindrical-coordinate representation of color #05263B: hue angle of 203.33º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05263B is Cyan = 0.92, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 5 | 38 | 59 | - |
| CMYK | 0.92 | 0.36 | 0 | 0.77 |
| HSL | 203.33º | 0.84% | 0.13% | - |
| HSV(B) | 203.33º | 0.92% | 0.23% | - |
| XYZ | 1.55 | 1.73 | 4.39 | - |
| YUV | 30.53 | 144.07 | 109.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 38 | 59 | 0.92 | 0.36 | 0 | 0.77 | 203.33 | 0.84 | 0.13 |
| Hex | 5 | 26 | 3B | 5C | 24 | 0 | 4D | CB | 54 | D |
| Octal | 5 | 46 | 73 | 134 | 44 | 0 | 115 | 313 | 124 | 15 |
| Binary | 101 | 100110 | 111011 | 1011100 | 100100 | 0 | 1001101 | 11001011 | 1010100 | 1101 |
Color Harmonies of #05263B
Complementary color
Monochromatic Colors of #05263B
Black with #05263B
Text Example
Text Example
White with #05263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05263B; }
p { color: rgb(5,38,59); }
H1.HeaderClassName
{
color: #05263B;
}
.AnyTagClassName
{
color: #05263B;
}
</style>
background-color css
<style>
a { background-color: #05263B; }
a { background-color: rgb(5,38,59); }
div.DivClassName
{
background-color: #05263B;
}
.BgClassName
{
background-color: #05263B;
}
</style>
border-color css
<style>
span { border-color: #05263B; }
span { border-color: rgb(5,38,59); }
td.TdClassName
{
border-color: #05263B;
}
.TagClassName
{
border-color: #05263B;
}
</style>