Shades of Tangaroa #091D36
Tints of Tangaroa #091D36
RGB
CMYK
RGB Variations
Color information
#091D36 (or 0x091D36) is known color: Tangaroa. HEX triplet: 09, 1D and 36. RGB value is (9,29,54). Sum of RGB (Red+Green+Blue) = 9+29+54=92 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.78% from 92); Green value is 29 (11.72% from 255 or 31.52% from 92); Blue value is 54 (21.48% from 255 or 58.70% from 92); Max value from RGB is 54 - color contains mainly: blue. Hex color #091D36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091D36 is #F6E2C9. Grayscale: #191919. Windows color (decimal): -16179914 or 3546377. OLE color: 3546377.
HSL color Cylindrical-coordinate representation of color #091D36: hue angle of 213.33º degrees, saturation: 0.71, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #091D36 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 9 | 29 | 54 | - |
| CMYK | 0.83 | 0.46 | 0 | 0.79 |
| HSL | 213.33º | 0.71% | 0.12% | - |
| HSV(B) | 213.33º | 0.83% | 0.21% | - |
| XYZ | 1.22 | 1.2 | 3.66 | - |
| YUV | 25.87 | 143.87 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 29 | 54 | 0.83 | 0.46 | 0 | 0.79 | 213.33 | 0.71 | 0.12 |
| Hex | 9 | 1D | 36 | 53 | 2E | 0 | 4F | D5 | 47 | C |
| Octal | 11 | 35 | 66 | 123 | 56 | 0 | 117 | 325 | 107 | 14 |
| Binary | 1001 | 11101 | 110110 | 1010011 | 101110 | 0 | 1001111 | 11010101 | 1000111 | 1100 |
Color Harmonies of #091D36
Complementary color
Monochromatic Colors of #091D36
Black with #091D36
Text Example
Text Example
White with #091D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091D36; }
p { color: rgb(9,29,54); }
H1.HeaderClassName
{
color: #091D36;
}
.AnyTagClassName
{
color: #091D36;
}
</style>
background-color css
<style>
a { background-color: #091D36; }
a { background-color: rgb(9,29,54); }
div.DivClassName
{
background-color: #091D36;
}
.BgClassName
{
background-color: #091D36;
}
</style>
border-color css
<style>
span { border-color: #091D36; }
span { border-color: rgb(9,29,54); }
td.TdClassName
{
border-color: #091D36;
}
.TagClassName
{
border-color: #091D36;
}
</style>