Shades of Tangaroa #091C36
Tints of Tangaroa #091C36
RGB
CMYK
RGB Variations
Color information
#091C36 (or 0x091C36) is known color: Tangaroa. HEX triplet: 09, 1C and 36. RGB value is (9,28,54). Sum of RGB (Red+Green+Blue) = 9+28+54=91 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.89% from 91); Green value is 28 (11.33% from 255 or 30.77% from 91); Blue value is 54 (21.48% from 255 or 59.34% from 91); Max value from RGB is 54 - color contains mainly: blue. Hex color #091C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091C36 is #F6E3C9. Grayscale: #191919. Windows color (decimal): -16180170 or 3546121. OLE color: 3546121.
HSL color Cylindrical-coordinate representation of color #091C36: hue angle of 214.67º 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 #091C36 is Cyan = 0.83, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 9 | 28 | 54 | - |
| CMYK | 0.83 | 0.48 | 0 | 0.79 |
| HSL | 214.67º | 0.71% | 0.12% | - |
| HSV(B) | 214.67º | 0.83% | 0.21% | - |
| XYZ | 1.19 | 1.15 | 3.65 | - |
| YUV | 25.28 | 144.21 | 116.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 28 | 54 | 0.83 | 0.48 | 0 | 0.79 | 214.67 | 0.71 | 0.12 |
| Hex | 9 | 1C | 36 | 53 | 30 | 0 | 4F | D7 | 47 | C |
| Octal | 11 | 34 | 66 | 123 | 60 | 0 | 117 | 327 | 107 | 14 |
| Binary | 1001 | 11100 | 110110 | 1010011 | 110000 | 0 | 1001111 | 11010111 | 1000111 | 1100 |
Color Harmonies of #091C36
Complementary color
Monochromatic Colors of #091C36
Black with #091C36
Text Example
Text Example
White with #091C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091C36; }
p { color: rgb(9,28,54); }
H1.HeaderClassName
{
color: #091C36;
}
.AnyTagClassName
{
color: #091C36;
}
</style>
background-color css
<style>
a { background-color: #091C36; }
a { background-color: rgb(9,28,54); }
div.DivClassName
{
background-color: #091C36;
}
.BgClassName
{
background-color: #091C36;
}
</style>
border-color css
<style>
span { border-color: #091C36; }
span { border-color: rgb(9,28,54); }
td.TdClassName
{
border-color: #091C36;
}
.TagClassName
{
border-color: #091C36;
}
</style>