Shades of Tangaroa #091E38
Tints of Tangaroa #091E38
RGB
CMYK
RGB Variations
Color information
#091E38 (or 0x091E38) is known color: Tangaroa. HEX triplet: 09, 1E and 38. RGB value is (9,30,56). Sum of RGB (Red+Green+Blue) = 9+30+56=95 (12% of max value = 765). Red value is 9 (3.91% from 255 or 9.47% from 95); Green value is 30 (12.11% from 255 or 31.58% from 95); Blue value is 56 (22.27% from 255 or 58.95% from 95); Max value from RGB is 56 - color contains mainly: blue. Hex color #091E38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091E38 is #F6E1C7. Grayscale: #1A1A1A. Windows color (decimal): -16179656 or 3677705. OLE color: 3677705.
HSL color Cylindrical-coordinate representation of color #091E38: hue angle of 213.19º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #091E38 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 9 | 30 | 56 | - |
| CMYK | 0.84 | 0.46 | 0 | 0.78 |
| HSL | 213.19º | 0.72% | 0.13% | - |
| HSV(B) | 213.19º | 0.84% | 0.22% | - |
| XYZ | 1.29 | 1.27 | 3.92 | - |
| YUV | 26.69 | 144.54 | 115.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 30 | 56 | 0.84 | 0.46 | 0 | 0.78 | 213.19 | 0.72 | 0.13 |
| Hex | 9 | 1E | 38 | 54 | 2E | 0 | 4E | D5 | 48 | D |
| Octal | 11 | 36 | 70 | 124 | 56 | 0 | 116 | 325 | 110 | 15 |
| Binary | 1001 | 11110 | 111000 | 1010100 | 101110 | 0 | 1001110 | 11010101 | 1001000 | 1101 |
Color Harmonies of #091E38
Complementary color
Monochromatic Colors of #091E38
Black with #091E38
Text Example
Text Example
White with #091E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091E38; }
p { color: rgb(9,30,56); }
H1.HeaderClassName
{
color: #091E38;
}
.AnyTagClassName
{
color: #091E38;
}
</style>
background-color css
<style>
a { background-color: #091E38; }
a { background-color: rgb(9,30,56); }
div.DivClassName
{
background-color: #091E38;
}
.BgClassName
{
background-color: #091E38;
}
</style>
border-color css
<style>
span { border-color: #091E38; }
span { border-color: rgb(9,30,56); }
td.TdClassName
{
border-color: #091E38;
}
.TagClassName
{
border-color: #091E38;
}
</style>