Shades of Tangaroa #091F3C
Tints of Tangaroa #091F3C
RGB
CMYK
RGB Variations
Color information
#091F3C (or 0x091F3C) is known color: Tangaroa. HEX triplet: 09, 1F and 3C. RGB value is (9,31,60). Sum of RGB (Red+Green+Blue) = 9+31+60=100 (13% of max value = 765). Red value is 9 (3.91% from 255 or 9% from 100); Green value is 31 (12.5% from 255 or 31% from 100); Blue value is 60 (23.83% from 255 or 60% from 100); Max value from RGB is 60 - color contains mainly: blue. Hex color #091F3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091F3C is #F6E0C3. Grayscale: #1B1B1B. Windows color (decimal): -16179396 or 3940105. OLE color: 3940105.
HSL color Cylindrical-coordinate representation of color #091F3C: hue angle of 214.12º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #091F3C is Cyan = 0.85, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 9 | 31 | 60 | - |
| CMYK | 0.85 | 0.48 | 0 | 0.76 |
| HSL | 214.12º | 0.74% | 0.14% | - |
| HSV(B) | 214.12º | 0.85% | 0.24% | - |
| XYZ | 1.42 | 1.36 | 4.46 | - |
| YUV | 27.73 | 146.21 | 114.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 31 | 60 | 0.85 | 0.48 | 0 | 0.76 | 214.12 | 0.74 | 0.14 |
| Hex | 9 | 1F | 3C | 55 | 30 | 0 | 4C | D6 | 4A | E |
| Octal | 11 | 37 | 74 | 125 | 60 | 0 | 114 | 326 | 112 | 16 |
| Binary | 1001 | 11111 | 111100 | 1010101 | 110000 | 0 | 1001100 | 11010110 | 1001010 | 1110 |
Color Harmonies of #091F3C
Complementary color
Monochromatic Colors of #091F3C
Black with #091F3C
Text Example
Text Example
White with #091F3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #091F3C; }
p { color: rgb(9,31,60); }
H1.HeaderClassName
{
color: #091F3C;
}
.AnyTagClassName
{
color: #091F3C;
}
</style>
background-color css
<style>
a { background-color: #091F3C; }
a { background-color: rgb(9,31,60); }
div.DivClassName
{
background-color: #091F3C;
}
.BgClassName
{
background-color: #091F3C;
}
</style>
border-color css
<style>
span { border-color: #091F3C; }
span { border-color: rgb(9,31,60); }
td.TdClassName
{
border-color: #091F3C;
}
.TagClassName
{
border-color: #091F3C;
}
</style>