Shades of Tangaroa #05274A
Tints of Tangaroa #05274A
RGB
CMYK
RGB Variations
Color information
#05274A (or 0x05274A) is known color: Tangaroa. HEX triplet: 05, 27 and 4A. RGB value is (5,39,74). Sum of RGB (Red+Green+Blue) = 5+39+74=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 39 (15.62% from 255 or 33.05% from 118); Blue value is 74 (29.30% from 255 or 62.71% from 118); Max value from RGB is 74 - color contains mainly: blue. Hex color #05274A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05274A is #FAD8B5. Grayscale: #202020. Windows color (decimal): -16439478 or 4859653. OLE color: 4859653.
HSL color Cylindrical-coordinate representation of color #05274A: hue angle of 210.43º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05274A is Cyan = 0.93, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 5 | 39 | 74 | - |
| CMYK | 0.93 | 0.47 | 0 | 0.71 |
| HSL | 210.43º | 0.87% | 0.15% | - |
| HSV(B) | 210.43º | 0.93% | 0.29% | - |
| XYZ | 2.02 | 1.98 | 6.75 | - |
| YUV | 32.82 | 151.24 | 108.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 39 | 74 | 0.93 | 0.47 | 0 | 0.71 | 210.43 | 0.87 | 0.15 |
| Hex | 5 | 27 | 4A | 5D | 2F | 0 | 47 | D2 | 57 | F |
| Octal | 5 | 47 | 112 | 135 | 57 | 0 | 107 | 322 | 127 | 17 |
| Binary | 101 | 100111 | 1001010 | 1011101 | 101111 | 0 | 1000111 | 11010010 | 1010111 | 1111 |
Color Harmonies of #05274A
Complementary color
Monochromatic Colors of #05274A
Black with #05274A
Text Example
Text Example
White with #05274A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05274A; }
p { color: rgb(5,39,74); }
H1.HeaderClassName
{
color: #05274A;
}
.AnyTagClassName
{
color: #05274A;
}
</style>
background-color css
<style>
a { background-color: #05274A; }
a { background-color: rgb(5,39,74); }
div.DivClassName
{
background-color: #05274A;
}
.BgClassName
{
background-color: #05274A;
}
</style>
border-color css
<style>
span { border-color: #05274A; }
span { border-color: rgb(5,39,74); }
td.TdClassName
{
border-color: #05274A;
}
.TagClassName
{
border-color: #05274A;
}
</style>