Shades of Tangaroa #11253F
Tints of Tangaroa #11253F
RGB
CMYK
RGB Variations
Color information
#11253F (or 0x11253F) is known color: Tangaroa. HEX triplet: 11, 25 and 3F. RGB value is (17,37,63). Sum of RGB (Red+Green+Blue) = 17+37+63=117 (15% of max value = 765). Red value is 17 (7.03% from 255 or 14.53% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 63 (25% from 255 or 53.85% from 117); Max value from RGB is 63 - color contains mainly: blue. Hex color #11253F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11253F is #EEDAC0. Grayscale: #212121. Windows color (decimal): -15653569 or 4138257. OLE color: 4138257.
HSL color Cylindrical-coordinate representation of color #11253F: hue angle of 213.91º degrees, saturation: 0.57, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #11253F is Cyan = 0.73, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 37 | 63 | - |
| CMYK | 0.73 | 0.41 | 0 | 0.75 |
| HSL | 213.91º | 0.58% | 0.16% | - |
| HSV(B) | 213.91º | 0.73% | 0.25% | - |
| XYZ | 1.79 | 1.8 | 4.96 | - |
| YUV | 33.98 | 144.37 | 115.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 37 | 63 | 0.73 | 0.41 | 0 | 0.75 | 213.91 | 0.58 | 0.16 |
| Hex | 11 | 25 | 3F | 49 | 29 | 0 | 4B | D6 | 3A | 10 |
| Octal | 21 | 45 | 77 | 111 | 51 | 0 | 113 | 326 | 72 | 20 |
| Binary | 10001 | 100101 | 111111 | 1001001 | 101001 | 0 | 1001011 | 11010110 | 111010 | 10000 |
Color Harmonies of #11253F
Complementary color
Monochromatic Colors of #11253F
Black with #11253F
Text Example
Text Example
White with #11253F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11253F; }
p { color: rgb(17,37,63); }
H1.HeaderClassName
{
color: #11253F;
}
.AnyTagClassName
{
color: #11253F;
}
</style>
background-color css
<style>
a { background-color: #11253F; }
a { background-color: rgb(17,37,63); }
div.DivClassName
{
background-color: #11253F;
}
.BgClassName
{
background-color: #11253F;
}
</style>
border-color css
<style>
span { border-color: #11253F; }
span { border-color: rgb(17,37,63); }
td.TdClassName
{
border-color: #11253F;
}
.TagClassName
{
border-color: #11253F;
}
</style>