Shades of Tangaroa #11233D
Tints of Tangaroa #11233D
RGB
CMYK
RGB Variations
Color information
#11233D (or 0x11233D) is known color: Tangaroa. HEX triplet: 11, 23 and 3D. RGB value is (17,35,61). Sum of RGB (Red+Green+Blue) = 17+35+61=113 (14% of max value = 765). Red value is 17 (7.03% from 255 or 15.04% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 61 (24.22% from 255 or 53.98% from 113); Max value from RGB is 61 - color contains mainly: blue. Hex color #11233D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #11233D is #EEDCC2. Grayscale: #202020. Windows color (decimal): -15654083 or 4006673. OLE color: 4006673.
HSL color Cylindrical-coordinate representation of color #11233D: hue angle of 215.45º degrees, saturation: 0.56, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #11233D is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 35 | 61 | - |
| CMYK | 0.72 | 0.43 | 0 | 0.76 |
| HSL | 215.45º | 0.56% | 0.15% | - |
| HSV(B) | 215.45º | 0.72% | 0.24% | - |
| XYZ | 1.67 | 1.66 | 4.65 | - |
| YUV | 32.58 | 144.04 | 116.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 35 | 61 | 0.72 | 0.43 | 0 | 0.76 | 215.45 | 0.56 | 0.15 |
| Hex | 11 | 23 | 3D | 48 | 2B | 0 | 4C | D7 | 38 | F |
| Octal | 21 | 43 | 75 | 110 | 53 | 0 | 114 | 327 | 70 | 17 |
| Binary | 10001 | 100011 | 111101 | 1001000 | 101011 | 0 | 1001100 | 11010111 | 111000 | 1111 |
Color Harmonies of #11233D
Complementary color
Monochromatic Colors of #11233D
Black with #11233D
Text Example
Text Example
White with #11233D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11233D; }
p { color: rgb(17,35,61); }
H1.HeaderClassName
{
color: #11233D;
}
.AnyTagClassName
{
color: #11233D;
}
</style>
background-color css
<style>
a { background-color: #11233D; }
a { background-color: rgb(17,35,61); }
div.DivClassName
{
background-color: #11233D;
}
.BgClassName
{
background-color: #11233D;
}
</style>
border-color css
<style>
span { border-color: #11233D; }
span { border-color: rgb(17,35,61); }
td.TdClassName
{
border-color: #11233D;
}
.TagClassName
{
border-color: #11233D;
}
</style>