Shades of Tangaroa #09263B
Tints of Tangaroa #09263B
RGB
CMYK
RGB Variations
Color information
#09263B (or 0x09263B) is known color: Tangaroa. HEX triplet: 09, 26 and 3B. RGB value is (9,38,59). Sum of RGB (Red+Green+Blue) = 9+38+59=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 59 (23.44% from 255 or 55.66% from 106); Max value from RGB is 59 - color contains mainly: blue. Hex color #09263B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09263B is #F6D9C4. Grayscale: #1F1F1F. Windows color (decimal): -16177605 or 3876361. OLE color: 3876361.
HSL color Cylindrical-coordinate representation of color #09263B: hue angle of 205.2º degrees, saturation: 0.74, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #09263B is Cyan = 0.85, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 9 | 38 | 59 | - |
| CMYK | 0.85 | 0.36 | 0 | 0.77 |
| HSL | 205.2º | 0.74% | 0.13% | - |
| HSV(B) | 205.2º | 0.85% | 0.23% | - |
| XYZ | 1.6 | 1.76 | 4.39 | - |
| YUV | 31.72 | 143.39 | 111.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 38 | 59 | 0.85 | 0.36 | 0 | 0.77 | 205.2 | 0.74 | 0.13 |
| Hex | 9 | 26 | 3B | 55 | 24 | 0 | 4D | CD | 4A | D |
| Octal | 11 | 46 | 73 | 125 | 44 | 0 | 115 | 315 | 112 | 15 |
| Binary | 1001 | 100110 | 111011 | 1010101 | 100100 | 0 | 1001101 | 11001101 | 1001010 | 1101 |
Color Harmonies of #09263B
Complementary color
Monochromatic Colors of #09263B
Black with #09263B
Text Example
Text Example
White with #09263B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09263B; }
p { color: rgb(9,38,59); }
H1.HeaderClassName
{
color: #09263B;
}
.AnyTagClassName
{
color: #09263B;
}
</style>
background-color css
<style>
a { background-color: #09263B; }
a { background-color: rgb(9,38,59); }
div.DivClassName
{
background-color: #09263B;
}
.BgClassName
{
background-color: #09263B;
}
</style>
border-color css
<style>
span { border-color: #09263B; }
span { border-color: rgb(9,38,59); }
td.TdClassName
{
border-color: #09263B;
}
.TagClassName
{
border-color: #09263B;
}
</style>